Logs: freenode/#xmonad
| 2021-03-28 16:58:54 | × | notis quits (~notis@130.43.124.71.dsl.dyn.forthnet.gr) (Ping timeout: 246 seconds) |
| 2021-03-28 16:59:18 | → | notis joins (~notis@85.203.44.87) |
| 2021-03-28 17:00:11 | × | materiyolo quits (~materiyol@112.204.174.249) (Quit: WeeChat 3.0.1) |
| 2021-03-28 17:02:09 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-03-28 17:04:15 | <mc47> | things like (.:) might go there two, I've seen it ina couple of modules |
| 2021-03-28 17:04:31 | <mc47> | (.:) = (.) . (.) :) |
| 2021-03-28 17:14:04 | × | mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection) |
| 2021-03-28 17:14:23 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-28 17:17:04 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-03-28 17:18:01 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-03-28 17:19:49 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-03-28 17:20:38 | geekosaur | is more inclined to rewrite those to be pointful |
| 2021-03-28 17:20:56 | <geekosaur> | owls are a bit too inscrutable :) |
| 2021-03-28 17:21:57 | <Solid> | I actually also had the multivariant composition example in mind, because I need that in yet another module :D |
| 2021-03-28 17:22:15 | <Solid> | though it is perhaps a bit inscrutable |
| 2021-03-28 17:22:23 | <Solid> | but yeah things like fi = fromIntegral certainly happen all over the place |
| 2021-03-28 17:22:36 | <Solid> | I'll cook something up later I suppose |
| 2021-03-28 17:24:57 | <mc47> | It feels like something arcane whenever I write it pointfree :) |
| 2021-03-28 17:26:21 | <Solid> | it only gets arcane if you actually define arbitrary multivariant composition :> |
| 2021-03-28 17:32:06 | <mc47> | Unrelated, but what do you think about having a combinator that broadcasts DestroyWindowEvent to layouts? |
| 2021-03-28 17:33:17 | <mc47> | This came up in #474, and apparently many layouts/layout modifiers don't do proper garbage collection |
| 2021-03-28 17:39:32 | <geekosaur> | it might be worth simply rebroadcasting it from the core |
| 2021-03-28 17:39:47 | <geekosaur> | layouts that don't care will simply ignore it anyway |
| 2021-03-28 17:40:06 | → | xaltsc_ joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 17:40:38 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 240 seconds) |
| 2021-03-28 17:44:26 | × | xaltsc_ quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds) |
| 2021-03-28 17:46:19 | → | xaltsc_ joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 17:47:28 | → | dexterfoo joins (dexter@2a01:7e00::f03c:91ff:fe86:59ec) |
| 2021-03-28 18:05:31 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Quit: Lost terminal) |
| 2021-03-28 18:14:01 | × | thoros quits (~thoros@194-166-47-167.hdsl.highway.telekom.at) (Quit: WeeChat 3.0.1) |
| 2021-03-28 18:22:24 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-28 18:35:36 | × | mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection) |
| 2021-03-28 18:41:38 | <geekosaur> | come to think of it, would that also simplify dock cleanup? |
| 2021-03-28 18:51:37 | × | rafadc quits (~rafadc@213.37.16.152.dyn.user.ono.com) (Ping timeout: 245 seconds) |
| 2021-03-28 18:52:46 | → | rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com) |
| 2021-03-28 18:56:28 | <Liskni_si> | since the broadcast is guarded by isClient, it wouldn't |
| 2021-03-28 18:56:58 | × | rafadc quits (~rafadc@213.37.16.152.dyn.user.ono.com) (Ping timeout: 240 seconds) |
| 2021-03-28 18:58:32 | → | rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com) |
| 2021-03-28 18:58:42 | <Liskni_si> | re custom prelude: I'm somewhat sceptical of it being a good tradeoff. saves some typing here and there, but it's alien to people unfamiliar with the codebase (applies to any alternative prelude actually, I really wish haskell's stdlib wasn't crap) |
| 2021-03-28 19:00:22 | <Solid> | well, it would be mostly just re-exporting many parts of base |
| 2021-03-28 19:00:28 | <Solid> | which I would expect people to be familiar with |
| 2021-03-28 19:01:10 | <Liskni_si> | that may be okay-ish, possibly |
| 2021-03-28 19:16:27 | × | xaltsc_ quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds) |
| 2021-03-28 19:18:34 | → | xaltsc_ joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 19:27:43 | <mc47[m]> | geekosaur it might work, but I guess it's not necessary |
| 2021-03-28 19:34:40 | × | xaltsc_ quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 276 seconds) |
| 2021-03-28 19:36:11 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-03-28 19:37:01 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 19:41:34 | × | geekosaur quits (ae68c070@cpe-174-104-192-112.neo.res.rr.com) (Quit: Connection closed) |
| 2021-03-28 19:45:58 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 240 seconds) |
| 2021-03-28 19:48:14 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 20:43:18 | × | notis quits (~notis@85.203.44.87) (Ping timeout: 240 seconds) |
| 2021-03-28 20:45:40 | → | notis joins (~notis@130.43.124.71.dsl.dyn.forthnet.gr) |
| 2021-03-28 20:51:11 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 240 seconds) |
| 2021-03-28 20:53:23 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 20:55:36 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-03-28 21:15:48 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds) |
| 2021-03-28 21:58:47 | × | kelnoky quits (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1) |
| 2021-03-28 22:46:10 | × | notis quits (~notis@130.43.124.71.dsl.dyn.forthnet.gr) (Ping timeout: 252 seconds) |
| 2021-03-28 22:46:36 | → | notis joins (~notis@85.203.44.87) |
| 2021-03-28 23:09:49 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-03-28 23:22:08 | × | notis quits (~notis@85.203.44.87) (Ping timeout: 268 seconds) |
| 2021-03-28 23:32:34 | → | gazler__ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-28 23:34:38 | × | gazler_ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 240 seconds) |
| 2021-03-29 00:01:21 | × | lampilelo quits (~user@178-36-127-105.adsl.inetia.pl) (Ping timeout: 246 seconds) |
| 2021-03-29 00:19:06 | × | gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Remote host closed the connection) |
| 2021-03-29 00:19:30 | → | gazler__ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 00:28:54 | → | remo joins (~remo@wheelly-shelter.volia.net) |
| 2021-03-29 00:59:08 | × | sam_d quits (~sam@unaffiliated/sam-d/x-1905598) (Ping timeout: 246 seconds) |
| 2021-03-29 01:02:34 | ← | batdog parts (~batdog@lnsq.elkins.co) ("Adios de WeeChat 3.1") |
| 2021-03-29 01:07:36 | → | sam_d joins (~sam@unaffiliated/sam-d/x-1905598) |
| 2021-03-29 01:38:13 | → | gazler joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 01:39:46 | × | gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 240 seconds) |
| 2021-03-29 01:45:49 | × | gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 268 seconds) |
| 2021-03-29 01:48:30 | → | gazler joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 01:52:54 | → | gazler_ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 01:55:18 | × | gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 240 seconds) |
| 2021-03-29 01:56:42 | → | gazler__ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 01:59:38 | × | gazler_ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 260 seconds) |
| 2021-03-29 02:19:07 | → | gazler_ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 02:21:38 | × | gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 240 seconds) |
| 2021-03-29 02:42:04 | → | gazler__ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 02:45:12 | × | gazler_ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 265 seconds) |
| 2021-03-29 02:46:31 | → | gazler_ joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 02:49:21 | × | gazler__ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 246 seconds) |
| 2021-03-29 03:19:38 | × | gazler_ quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 240 seconds) |
| 2021-03-29 03:19:39 | → | gazler joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 03:33:06 | × | gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 268 seconds) |
| 2021-03-29 03:38:26 | → | gazler joins (~gazler@195.107.2.81.in-addr.arpa) |
| 2021-03-29 04:08:50 | × | remo quits (~remo@wheelly-shelter.volia.net) (Ping timeout: 252 seconds) |
| 2021-03-29 05:03:47 | × | incertia quits (~incertia@d4-50-26-103.nap.wideopenwest.com) (Ping timeout: 246 seconds) |
| 2021-03-29 05:05:44 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-03-29 05:08:26 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 240 seconds) |
| 2021-03-29 05:08:27 | palo1 | is now known as palo |
| 2021-03-29 05:13:36 | → | incertia joins (~incertia@d4-50-26-103.nap.wideopenwest.com) |
| 2021-03-29 05:21:10 | → | materiyolo joins (~materiyol@112.204.174.249) |
| 2021-03-29 05:53:09 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-03-29 05:53:44 | × | kelnoky quits (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Client Quit) |
| 2021-03-29 06:22:39 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-03-29 06:32:20 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
All times are in UTC.