2026/03/15

2026-03-15 04:35:45 +0000ChubaDuba(~ChubaDuba@37.112.225.209) ChubaDuba
2026-03-15 05:52:55 +0000mkoskar(mkoskar@user/mkoskar) (Ping timeout: 265 seconds)
2026-03-15 05:56:59 +0000mkoskar(weeeee@user/mkoskar) mkoskar
2026-03-15 07:25:46 +0000hiecaq(~hiecaq@user/hiecaq) hiecaq
2026-03-15 08:08:31 +0000 <Leary> Do we care about ancient haddock failures or bad "lint" in contrib CI? I'm inclined to leave the "failing" checks on #977 as-is.
2026-03-15 08:25:31 +0000ChubaDuba(~ChubaDuba@37.112.225.209) (Ping timeout: 264 seconds)
2026-03-15 08:53:55 +0000hiecaq(~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.2))
2026-03-15 09:09:32 +0000hiecaq(~hiecaq@user/hiecaq) hiecaq
2026-03-15 09:27:02 +0000spwl(~gwpl@user/gwentpl) gwentpl
2026-03-15 09:27:02 +0000gwentpl(~gwpl@user/gwentpl) (Ping timeout: 265 seconds)
2026-03-15 14:26:08 +0000rekahsoft(~rekahsoft@bras-base-orllon1103w-grc-20-76-67-111-168.dsl.bell.ca) rekahsoft
2026-03-15 16:13:56 +0000hiecaq(~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.2))
2026-03-15 16:17:51 +0000Digit(~user@user/digit) (Ping timeout: 255 seconds)
2026-03-15 16:18:16 +0000Digitteknohippie(~user@user/digit) Digit
2026-03-15 16:44:34 +0000vados(~vados@46-133-184-132.mobile.vf-ua.net) (Ping timeout: 248 seconds)
2026-03-15 16:55:44 +0000vados(~vados@46-133-39-192.mobile.vf-ua.net)
2026-03-15 16:58:09 +0000DigitteknohippieDigit
2026-03-15 19:25:57 +0000 <haskellbridge> <B​loodLines> So with autostarting applications, I have two questions. So the first question is how can I have the application open on another ws at startup without the focus going to it?
2026-03-15 19:25:59 +0000 <haskellbridge> ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/kQfSqtLzNjiaHCpzlybHKERJ/Y6_KDkdpD5k (5 lines)
2026-03-15 20:10:08 +0000 <geekosaur> X.H.InsertPosition is what you're missing for the first one. I don't know what you can do about the second, since it's up to the app, not us
2026-03-15 20:10:49 +0000 <geekosaur> note that doShift and insertPosition interact; read the documentation carefully
2026-03-15 20:13:30 +0000 <haskellbridge> <i​jouw> A web search led me to believe steam supports a "-silent" option that does not spawn a window.
2026-03-15 22:19:11 +0000 <haskellbridge> <y​meister> Hey, was Reaver (https://isaacfreund.com/software/river/) already mentioned? (I've scrolled a bit of chat history and didn't see anything)
2026-03-15 22:19:13 +0000 <haskellbridge> ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/gOjyXIDKOkjfnklsGRWnLuFX/IYQAkwkPf3E (3 lines)
2026-03-15 22:19:18 +0000 <haskellbridge> <y​meister> Hey, was Reaver (https://isaacfreund.com/software/river/) already mentioned? (I've scrolled a bit of chat history and didn't see anything)
2026-03-15 22:19:20 +0000 <haskellbridge> ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/tzSbggOuPeFynkqiZQNegysv/8DjzLZvVxtk (3 lines)
2026-03-15 23:08:49 +0000 <haskellbridge> <B​loodLines> Thanks ijouw I'll look into it tonight.