2024/05/09

Newest at the top

2024-05-09 19:17:22 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-05-09 19:13:54 +0200billchenchina(~billchenc@2408:824e:d27:b541:7431:a838:4fce:b614)
2024-05-09 19:13:39 +0200billchenchina(~billchenc@2408:824e:d27:b541:7431:a838:4fce:b614) (Read error: Connection reset by peer)
2024-05-09 19:11:23 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 264 seconds)
2024-05-09 19:11:05 +0200philopsos(~caecilius@user/philopsos) (Ping timeout: 272 seconds)
2024-05-09 19:07:54 +0200billchenchina(~billchenc@2408:824e:d27:b541:7431:a838:4fce:b614)
2024-05-09 19:07:40 +0200billchenchina(~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe) (Remote host closed the connection)
2024-05-09 19:06:16 +0200billchenchina(~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe)
2024-05-09 19:06:11 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Ping timeout: 268 seconds)
2024-05-09 19:05:34 +0200ocra8(ocra8@user/ocra8)
2024-05-09 18:54:05 +0200ocra8(ocra8@user/ocra8) (Quit: WeeChat 4.2.2)
2024-05-09 18:53:32 +0200wheatengineer(~frederik@p200300f63f29ac00ba4bc61c516d3d89.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
2024-05-09 18:47:48 +0200 <iteratee> I have a reference counting library for ResourceT, to allow for shared resources to be released before the end of the `runResourceT`.
2024-05-09 18:46:43 +0200 <iteratee> Also, if I could find the right library to target with a PR, there are things it may be valuable for me to open source.
2024-05-09 18:45:05 +0200 <iteratee> I have a side project and I would benefit from a code reviewer. I would be willing to do the same for someone else's side project in exchange.
2024-05-09 18:44:26 +0200 <iteratee> I have an odd request. I'm looking for someone that would be willing to do a code review swap.
2024-05-09 18:42:46 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-05-09 18:36:53 +0200iteratee(~kyle@162.218.222.207)
2024-05-09 18:34:58 +0200Sgeo(~Sgeo@user/sgeo)
2024-05-09 18:33:08 +0200danse-nr3(~danse-nr3@151.43.251.174)
2024-05-09 18:32:45 +0200danse-nr3(~danse-nr3@151.43.251.174) (Remote host closed the connection)
2024-05-09 18:27:20 +0200euphores(~SASL_euph@user/euphores)
2024-05-09 18:26:08 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2024-05-09 18:25:28 +0200wheatengineer(~frederik@p200300f63f29ac00ba4bc61c516d3d89.dip0.t-ipconnect.de)
2024-05-09 18:22:03 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2024-05-09 18:20:23 +0200tzh(~tzh@c-73-164-206-160.hsd1.or.comcast.net)
2024-05-09 18:19:46 +0200euphores(~SASL_euph@user/euphores) (Quit: Leaving.)
2024-05-09 18:08:25 +0200Nixkernal(~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch)
2024-05-09 18:07:22 +0200econo_(uid147250@id-147250.tinside.irccloud.com)
2024-05-09 18:04:00 +0200rvalue(~rvalue@user/rvalue)
2024-05-09 18:03:51 +0200Nixkernal(~Nixkernal@240.17.194.178.dynamic.wline.res.cust.swisscom.ch) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2024-05-09 18:03:30 +0200rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2024-05-09 17:59:17 +0200titiband`(~titibandi@user/titibandit) (Ping timeout: 252 seconds)
2024-05-09 17:58:06 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-05-09 17:56:46 +0200hugo-hugo
2024-05-09 17:41:21 +0200Mach(~Mach@92.87.113.25) (Ping timeout: 256 seconds)
2024-05-09 17:39:02 +0200danse-nr3(~danse-nr3@151.43.251.174)
2024-05-09 17:38:15 +0200 <raehik> oh wait `import as A` will work just fine. thanks mauke !
2024-05-09 17:38:05 +0200danse-nr3(~danse-nr3@151.47.221.246) (Ping timeout: 240 seconds)
2024-05-09 17:37:43 +0200ocra8(ocra8@user/ocra8)
2024-05-09 17:37:32 +0200 <raehik> in modules where I'm already using CPP I'm smashing that guard button but not in an unsullied module
2024-05-09 17:37:09 +0200 <raehik> thanks all. bah I'll just live with it then xd
2024-05-09 17:33:46 +0200 <Lears> I don't know why we don't just have -Wno-redundant-imports though.
2024-05-09 17:32:51 +0200 <Lears> raehik: `import Prelude hiding (liftA2)`, then in *.cabal `if impl(ghc < ...) ghc-options: -Wno-dodgy-imports'
2024-05-09 17:31:41 +0200sawilagar(~sawilagar@user/sawilagar) (Ping timeout: 240 seconds)
2024-05-09 17:27:56 +0200ocra8(~ocra8@user/ocra8) (Ping timeout: 252 seconds)
2024-05-09 17:24:32 +0200tri(~tri@ool-18bbef1a.static.optonline.net) (Remote host closed the connection)
2024-05-09 17:24:16 +0200titibandit(~titibandi@user/titibandit) (Ping timeout: 246 seconds)
2024-05-09 17:23:21 +0200titiband`(~titibandi@user/titibandit)
2024-05-09 17:22:33 +0200machinedgod(~machinedg@d173-183-246-216.abhsia.telus.net)