Home liberachat/#kmonad: Logs Calendar

Logs: liberachat/#kmonad

←Prev  Next→
Page 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 125
12,421 events total
2022-01-15 01:37:06 nivpgir[m]1 joins (~nivpgirma@2001:470:69fc:105::f5b2)
2022-01-15 01:39:04 × choffee quits (~m-pjzrzg@2001-ba8-1f1-f048-216-3eff-fe8e-acb7.autov6rev.bitfolk.space) (Ping timeout: 240 seconds)
2022-01-15 01:39:05 × nivpgir[m] quits (~nivpgirma@2001:470:69fc:105::f5b2) (Ping timeout: 240 seconds)
2022-01-15 01:42:24 choffee_ is now known as choffee
2022-01-15 02:25:43 neurocyte0917099 joins (~neurocyte@IP-185189140032.dynamic.medianet-world.de)
2022-01-15 02:25:43 × neurocyte0917099 quits (~neurocyte@IP-185189140032.dynamic.medianet-world.de) (Changing host)
2022-01-15 02:25:43 neurocyte0917099 joins (~neurocyte@user/neurocyte)
2022-01-15 02:27:37 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 240 seconds)
2022-01-15 02:27:37 neurocyte0917099 is now known as neurocyte091709
2022-01-15 02:57:47 × kraM quits (~kraM@user/kram) (Remote host closed the connection)
2022-01-15 03:00:13 kraM joins (~kraM@user/kram)
2022-01-15 06:18:49 × drdo quits (~drdo@144.172.69.89) (Quit: Ping timeout (120 seconds))
2022-01-15 06:19:07 drdo joins (~drdo@roach0.drdo.eu)
2022-01-15 11:47:37 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 256 seconds)
2022-01-15 11:50:25 neurocyte091709 joins (~neurocyte@IP-185189140032.dynamic.medianet-world.de)
2022-01-15 11:50:25 × neurocyte091709 quits (~neurocyte@IP-185189140032.dynamic.medianet-world.de) (Changing host)
2022-01-15 11:50:25 neurocyte091709 joins (~neurocyte@user/neurocyte)
2022-01-15 12:08:58 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds)
2022-01-15 12:11:00 neurocyte091709 joins (~neurocyte@IP-185189140032.dynamic.medianet-world.de)
2022-01-15 12:11:00 × neurocyte091709 quits (~neurocyte@IP-185189140032.dynamic.medianet-world.de) (Changing host)
2022-01-15 12:11:00 neurocyte091709 joins (~neurocyte@user/neurocyte)
2022-01-15 14:14:38 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds)
2022-01-15 14:19:20 neurocyte091709 joins (~neurocyte@IP-185189140032.dynamic.medianet-world.de)
2022-01-15 14:19:20 × neurocyte091709 quits (~neurocyte@IP-185189140032.dynamic.medianet-world.de) (Changing host)
2022-01-15 14:19:20 neurocyte091709 joins (~neurocyte@user/neurocyte)
2022-01-15 18:50:07 fnstudio joins (~test@159.65.94.136)
2022-01-16 02:25:08 neurocyte0917095 joins (~neurocyte@IP-094046087042.dynamic.medianet-world.de)
2022-01-16 02:25:08 × neurocyte0917095 quits (~neurocyte@IP-094046087042.dynamic.medianet-world.de) (Changing host)
2022-01-16 02:25:08 neurocyte0917095 joins (~neurocyte@user/neurocyte)
2022-01-16 02:27:24 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds)
2022-01-16 02:27:24 neurocyte0917095 is now known as neurocyte091709
2022-01-16 11:51:38 <fnstudio> hallo! thanks everyone here for kmonad, it seems a very nice tool! i wanted to point out something, if i look at https://github.com/kmonad/kmonad/blob/master/doc/installation.md#gnu-guix the $(guix build kmonad) bit doesn't (any longer?) get expanded to the intended path /gnu/store/...-kmonad-0.4.1/
2022-01-16 11:52:25 <fnstudio> instead, it gets expanded to /gnu/store/...-kmonad-0.4.1-static/
2022-01-16 11:54:00 <fnstudio> i don't think there's a straightforard way to point at the correct path just by means of a command expansion
2022-01-16 11:55:02 <fnstudio> so i'd suggest that gets changed in the docs with a slightly less aestetically pleasant (but correct) path pattern, such as /gnu/store/...-kmonad-0.4.1/
2022-01-16 11:56:01 <fnstudio> what do you think? if this seems sensible, what's the best way to go about this? shall i create a tiny PR?
2022-01-16 11:58:12 <Solid> fnstudio: the `...` part is just a hash of the binary; i.e., that would be the same for different people right?
2022-01-16 11:59:33 <fnstudio> Solid: thanks for getting back to me; yes, the `...` would be the hash, it'd be the same for different people who are installing the software at the same point in time, but it'd change over time (i guess?)
2022-01-16 11:59:45 <fnstudio> Solid: so, i'd recommend to have a pattern in the docs
2022-01-16 12:00:06 <fnstudio> with the actual ellipsis `...` or something along these lines
2022-01-16 12:00:40 <Solid> mh, is there nothing that expands to the binary that we want? manually chasing hashes doesn't sound like a very nice experience :/
2022-01-16 12:00:41 <fnstudio> not formally correct as in a regex, but clear for the reader, i suppose?
2022-01-16 12:00:50 <fnstudio> Solid: true...
2022-01-16 12:01:33 <fnstudio> Solid: i had the chance to briefly raise this in #guix before mentioning this here, and nope, unfortunately there doesn't seem to be a very direct way of doing this - unless...
2022-01-16 12:01:49 <fnstudio> unless we're happy to add some grep or awk or similar
2022-01-16 12:02:18 <fnstudio> which would make it for a completely automated cut-and-paste experience
2022-01-16 12:02:27 <fnstudio> but it'd be a bit more obscure?
2022-01-16 12:03:47 <fnstudio> ideally, there should be a more straightforward way for getting the correct path from guix, i think
2022-01-16 12:04:25 <fnstudio> the person i spoke to on #guix suggested we could have some `guix whereis` command in the future - but that's just a possible idea for the future
2022-01-16 12:08:14 <Solid> it would perhaps be a bit obscure, but I think it'd be worth it not having to manually find stuff
2022-01-16 12:09:20 <Solid> fnstudio: if you want, feel free to open a PR :)
2022-01-16 12:10:27 <fnstudio> Solid: ok, brilliant, thanks
2022-01-17 02:24:39 neurocyte0917093 joins (~neurocyte@92.119.9.203)
2022-01-17 02:24:39 × neurocyte0917093 quits (~neurocyte@92.119.9.203) (Changing host)
2022-01-17 02:24:39 neurocyte0917093 joins (~neurocyte@user/neurocyte)
2022-01-17 02:26:56 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 250 seconds)
2022-01-17 02:26:56 neurocyte0917093 is now known as neurocyte091709
2022-01-17 08:54:44 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Quit: The Lounge - https://thelounge.chat)
2022-01-17 09:01:33 neurocyte091709 joins (~neurocyte@92.119.9.203)
2022-01-17 09:01:33 × neurocyte091709 quits (~neurocyte@92.119.9.203) (Changing host)
2022-01-17 09:01:33 neurocyte091709 joins (~neurocyte@user/neurocyte)
2022-01-17 09:01:48 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Client Quit)
2022-01-17 09:05:35 neurocyte091709 joins (~neurocyte@92.119.9.203)
2022-01-17 09:05:35 × neurocyte091709 quits (~neurocyte@92.119.9.203) (Changing host)
2022-01-17 09:05:35 neurocyte091709 joins (~neurocyte@user/neurocyte)
2022-01-17 21:31:22 boxscape_ joins (~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de)
2022-01-17 23:16:17 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-17 23:18:07 <mon_aaraj> hey! I've been very interested in kmonad and I've just been missing one feature from it: customising the repeat rate. it turns out that a merge request for it is in progress for it (keycode-refactor), though it seems like a big project so I'll be waiting for it. Is it safe to maybe use the branch before it gets merged?
2022-01-18 00:07:32 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 240 seconds)
2022-01-18 00:09:31 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 00:32:04 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 250 seconds)
2022-01-18 00:33:53 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 00:56:32 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 240 seconds)
2022-01-18 00:58:49 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 01:51:23 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 268 seconds)
2022-01-18 01:53:31 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 02:08:35 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-01-18 02:10:39 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 02:24:17 neurocyte0917090 joins (~neurocyte@IP-185189141194.dynamic.medianet-world.de)
2022-01-18 02:24:17 × neurocyte0917090 quits (~neurocyte@IP-185189141194.dynamic.medianet-world.de) (Changing host)
2022-01-18 02:24:17 neurocyte0917090 joins (~neurocyte@user/neurocyte)
2022-01-18 02:26:02 × neurocyte091709 quits (~neurocyte@user/neurocyte) (Ping timeout: 240 seconds)
2022-01-18 02:26:02 neurocyte0917090 is now known as neurocyte091709
2022-01-18 02:34:05 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-01-18 02:35:57 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 02:42:34 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 268 seconds)
2022-01-18 02:44:16 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 04:00:57 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-01-18 04:02:36 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 04:58:01 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-01-18 04:59:55 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 05:06:52 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 268 seconds)
2022-01-18 05:08:15 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 05:21:48 × boxscape_ quits (~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de) (Quit: Connection closed)
2022-01-18 05:37:42 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 268 seconds)
2022-01-18 05:39:34 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
2022-01-18 07:38:33 <Solid> mon_aaraj: if the branch compiles it should be fine to use
2022-01-18 07:38:52 <Solid> though for changing the key repeat rate you can also just use xset
2022-01-18 10:51:02 × mon_aaraj quits (~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 240 seconds)
2022-01-18 10:53:04 mon_aaraj joins (~MonAaraj@user/mon-aaraj/x-4416475)
←Prev  Next→
Page 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 125

All times are in UTC.