Logs on 2023-02-12 (liberachat/#xmonad)
| 00:04:54 | <geekosaur> | you'd have to ask Andrea Rossato… if you can find him, at least |
| 00:09:25 | <geekosaur> | the Shrinker impl just gives me a headache |
| 00:09:25 | × | [Leary] quits (~Leary]@user/Leary/x-0910699) (Remote host closed the connection) |
| 00:09:52 | → | [Leary] joins (~Leary]@user/Leary/x-0910699) |
| 00:23:46 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 00:37:32 | <galactic_starfis> | hm |
| 00:39:59 | <geekosaur> | this is the downside of contribs, we rarely know the logic behind some of the implementation decisions |
| 01:06:05 | × | Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Ping timeout: 252 seconds) |
| 01:06:06 | × | iffsid quits (~iffsid@2001:470:69fc:105::a3e) (Ping timeout: 252 seconds) |
| 01:06:11 | × | adramelech[m] quits (~adramelec@2001:470:69fc:105::2:5198) (Ping timeout: 252 seconds) |
| 01:08:17 | → | Natch joins (~natch@92.34.7.158) |
| 01:09:29 | → | iffsid joins (~iffsid@2001:470:69fc:105::a3e) |
| 01:14:47 | → | adramelech[m] joins (~adramelec@2001:470:69fc:105::2:5198) |
| 01:16:46 | <galactic_starfis> | yeah, and looking more closely at the whole contrib file just made me realize how utterly messy that implementation is |
| 01:17:48 | <galactic_starfis> | the overarching explanation is OK, but not enough detail is given on subcomponents... it's not immediately obvious what each part does... |
| 02:49:26 | × | jludwig quits (~justin@li657-110.members.linode.com) (Ping timeout: 268 seconds) |
| 02:50:19 | → | jludwig joins (~justin@li657-110.members.linode.com) |
| 03:03:59 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 260 seconds) |
| 03:22:44 | → | banc joins (banc@gateway/vpn/protonvpn/banc) |
| 03:57:16 | × | td_ quits (~td@i53870908.versanet.de) (Ping timeout: 268 seconds) |
| 03:58:46 | → | td_ joins (~td@83.135.9.6) |
| 07:38:39 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds) |
| 07:40:55 | <xmonadtrack> | xmonad-contrib L. S. Leary * v0.17.1-132-ga52e646c: Extract redundant layouts into new module: X.L.FocusTracking (2 months ago, 5 files, 112+ 68-) https://github.com/xmonad/xmonad-contrib/commit/a52e646cc140 |
| 07:40:58 | <xmonadtrack> | xmonad-contrib L. S. Leary {GitHub} * v0.17.1-133-g6b193881: Merge pull request #784 from LSLeary/focus-tracking (4 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/6b19388139c5 |
| 07:53:38 | <Solid> | liskin: yeah I sometimes get random failures from linkchecker in xmonad-web for some reason |
| 10:44:53 | <liskin> | Solid: from xmonad/xmonad-web or your fork? |
| 11:04:50 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 11:10:50 | <Solid> | from my fork |
| 11:11:39 | <Solid> | but I don't get any notification on build failures from my other xmonad repo forks (even if they happen), which is what always confused me |
| 11:20:57 | <liskin> | that is indeed a bit weird |
| 12:45:04 | × | Hmmf quits (~Hmmf@2a01:e0a:582:bb40:e5c6:f484:7015:1722) (Quit: Client closed) |
| 15:28:13 | → | patrl joins (~patrl@user/patrl) |
| 15:32:43 | × | patrl quits (~patrl@user/patrl) (Client Quit) |
| 16:00:10 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
| 16:11:32 | → | malook joins (~Thunderbi@2a02:9b0:4000:8906:6938:7709:8cde:4e8f) |
| 16:28:24 | × | Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
| 16:28:53 | → | Forkk joins (~forkk@li926-228.members.linode.com) |
| 16:40:59 | × | malook quits (~Thunderbi@2a02:9b0:4000:8906:6938:7709:8cde:4e8f) (Ping timeout: 264 seconds) |
| 17:04:28 | → | jao joins (~jao@92.233.85.247) |
| 17:55:22 | <liskin> | oh, aavogt is alive \o/ |
| 17:55:36 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 18:20:44 | → | username9431 joins (~Thunderbi@2a00:23c5:4202:9c01:4d47:1a1f:d871:dac1) |
| 18:21:24 | <username9431> | stupid question but: why does LayoutClass/LayoutModifier need Read + Show? |
| 18:21:38 | <username9431> | or really: how bad is it if i make a fake instance of Read + Show for Query |
| 18:22:21 | <username9431> | i've had no issues with it in *my* setup, but it might break something for other people? |
| 18:22:53 | <geekosaur> | the state of the layout needs to be serialized across mod-q |
| 18:24:10 | <geekosaur> | and there's already a fake "Query" for layouts (https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/src/XMonad.Util.WindowProperties.html#Property) |
| 18:26:45 | <username9431> | ok, thanks! Property doesn't work (for me) because i'm using queries to match on part of a title. i think i'll keep doing what i'm doing and not share my LayoutModifiers then. |
| 18:27:00 | <username9431> | or maybe do more research into how mod-q works :) |
| 18:35:36 | → | BetweenUs_ joins (~spacesell@94.253.202.108) |
| 18:49:53 | × | jao quits (~jao@92.233.85.247) (Ping timeout: 252 seconds) |
| 18:52:57 | × | BetweenUs_ quits (~spacesell@94.253.202.108) (Quit: Leaving) |
| 19:17:19 | × | gknux quits (~gknux@user/galaxy-knuckles/x-3015990) (Ping timeout: 260 seconds) |
| 19:18:14 | → | gknux joins (~gknux@user/galaxy-knuckles/x-3015990) |
| 19:55:25 | × | username9431 quits (~Thunderbi@2a00:23c5:4202:9c01:4d47:1a1f:d871:dac1) (Remote host closed the connection) |
| 21:47:54 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 22:06:19 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 22:57:59 | → | Hmmf joins (~Hmmf@2a01:e0a:582:bb40:e5c6:f484:7015:1722) |
All times are in UTC on 2023-02-12.