Logs on 2021-08-22 (liberachat/#xmonad)
| 01:25:36 | → | AndrewYu joins (~andrew@user/andrewyu) |
| 02:03:28 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 250 seconds) |
| 02:07:59 | ← | Alee parts (~Alee14@user/alee) () |
| 02:24:01 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 02:39:31 | × | td_ quits (~td@muedsl-82-207-238-079.citykom.de) (Ping timeout: 252 seconds) |
| 02:41:24 | → | td_ joins (~td@muedsl-82-207-238-124.citykom.de) |
| 02:56:34 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 02:56:34 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 02:56:37 | allbery_b | is now known as geekosaur |
| 03:55:19 | <Alee[m]> | Hey I seem to get an error on my config, I can't seem to solve the issue (sorry if my xmonad config looks bad :P) |
| 03:55:21 | Alee[m] | posted a file: (12KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/hBfBmYpTIwZBMkjOORIFcCNW/xmonad.hs > |
| 03:55:24 | Alee[m] | posted a file: xmonad.errors (3KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/GTVYctuQqmWtyHVOpWJZKeLS > |
| 05:26:58 | <Solid> | Alee[m]: instead of what you have written, you want something like this for workspace switching: http://ix.io/3wDz |
| 05:27:18 | <Solid> | and something similar for screen switching |
| 05:36:58 | <Alee[m]> | 👍️ |
| 07:35:04 | → | NathanMcCarty[m] joins (~nathanmcc@2001:470:69fc:105::cd69) |
| 07:35:59 | → | Guest6330 joins (~Guest63@1442057-v113.1463-static.LXTNKYAA.metronetinc.net) |
| 07:36:34 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 08:17:39 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 08:17:39 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 08:17:42 | allbery_b | is now known as geekosaur |
| 08:45:26 | → | seschwar joins (~seschwar@user/seschwar) |
| 08:55:41 | × | nomadxx3 quits (~lanomadx@69.167.45.125) (Ping timeout: 258 seconds) |
| 09:00:11 | → | nomadxx3 joins (~lanomadx@208.91.65.227) |
| 09:34:46 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 252 seconds) |
| 09:37:33 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 10:30:57 | × | haskl quits (~haskl@user/haskl) (Read error: Connection reset by peer) |
| 10:31:55 | → | haskl joins (~haskl@98.37.78.63) |
| 10:38:45 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 14:40:10 | Alee[m] | posted a file: xmonad.errors (4KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/twbBVqKBCcQhAdKlIOZDdPtK > |
| 14:40:12 | <Alee[m]> | I seem to get this |
| 14:40:15 | Alee[m] | posted a file: (12KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/MBzVtHNXgTVxyFXAewJfuCIv/xmonad.hs > |
| 15:02:45 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 15:26:11 | tremon | is now known as tremon_ |
| 15:52:38 | → | benin036932 joins (~benin@183.82.178.142) |
| 16:06:53 | <Solid> | k needs to be a string but it is not |
| 16:07:11 | <Solid> | instead of [xK_1 .. xK_9] write something like (map show [1 .. 9 :: Int]) |
| 17:13:10 | × | haskl quits (~haskl@98.37.78.63) (Changing host) |
| 17:13:10 | → | haskl joins (~haskl@user/haskl) |
| 17:31:00 | × | Guest6330 quits (~Guest63@1442057-v113.1463-static.LXTNKYAA.metronetinc.net) (Quit: Client closed) |
| 18:47:26 | → | dschrempf joins (~dominik@2a01-036d-0118-46d4-2358-1c2a-8fb3-e278.pool6.digikabel.hu) |
| 19:11:46 | × | dschrempf quits (~dominik@2a01-036d-0118-46d4-2358-1c2a-8fb3-e278.pool6.digikabel.hu) (Ping timeout: 250 seconds) |
| 20:16:48 | <Alee[m]> | String as in like using quotes |
| 20:16:54 | <Alee[m]> | * String as in like using quotes? |
| 20:25:52 | × | benin036932 quits (~benin@183.82.178.142) (Ping timeout: 250 seconds) |
| 21:06:25 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 21:28:15 | <elonsroadster[m]> | Does anyone know why smartSpacing, spacing etc. are deprecated in favor of spacingRaw? This seems like a poor decision to me, given how complicated the interface to spacingRaw is. |
| 21:28:15 | <elonsroadster[m]> | Why not just allow these convenience functions to continue to exist? |
| 21:29:03 | <elonsroadster[m]> | And to be clear, I'm someone who is pretty proficient in haskell. If the interface seems annoying and over-complicated to me, I imagine that it is going to turn a lot of new users off. |
| 21:29:51 | <elonsroadster[m]> | It's not that its impossible to tune it or understand it if you spend some time looking in to it, but I just don't see the issue with having these convenience functions that combine some set of sensible defaults |
| 21:32:27 | <geekosaur> | thsat might be a question for the mailing list, especially given some of the people involved are away on vacation |
| 21:41:35 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 22:03:18 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 22:03:38 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 22:38:19 | → | cjb joins (~cjb@user/cjb) |
| 23:02:05 | <M-elo-[m]> | Alright.. spacingRaw is confusing.. wtf |
| 23:03:29 | <M-elo-[m]> | Is there any performance benefit to this or just a thing that happened? |
| 23:04:54 | × | scardinal quits (~supreme@87-59-138-136-cable.dk.customer.tdc.net) (Ping timeout: 250 seconds) |
| 23:05:30 | <M-elo-[m]> | Why would someone need:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/075686c38a7867fc83fcdea86ec3056c6bb7184d) |
| 23:05:40 | <M-elo-[m]> | * Why would someone need:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/023cc788cf90c26b86efdc8f58a26fb3cb596914) |
| 23:06:08 | <M-elo-[m]> | That is if it even compiles.. copied things around due to being a noob of course. |
| 23:06:21 | <M-elo-[m]> | * That is if it even compiles.. copied things around due to being a noob of course.. |
| 23:12:16 | × | slep quits (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Ping timeout: 250 seconds) |
| 23:16:40 | → | scardinal joins (~supreme@87-59-138-136-cable.dk.customer.tdc.net) |
| 23:47:07 | <liskin> | elonsroadster[m]: I have no idea but git blame sometimes leads me to answers, although it does take some archeology sometimes, digging through PR comments and shit |
| 23:48:33 | <liskin> | (still on vacation so I'm definitely not getting involved) |
All times are in UTC on 2021-08-22.