2024/05/13

Newest at the top

2024-05-14 00:33:23 +0200yin(~yin@user/zero)
2024-05-14 00:21:34 +0200Sgeo(~Sgeo@user/sgeo)
2024-05-14 00:18:03 +0200michalz(~michalz@185.246.207.203) (Quit: ZNC 1.8.2 - https://znc.in)
2024-05-14 00:16:04 +0200ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2024-05-14 00:15:32 +0200sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2024-05-14 00:14:15 +0200ezzieyguywuf(~Unknown@user/ezzieyguywuf) (Ping timeout: 255 seconds)
2024-05-14 00:09:05 +0200sadome(~sadome@user/sadome) (Excess Flood)
2024-05-14 00:09:04 +0200sadome(~sadome@user/sadome)
2024-05-13 23:59:55 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 256 seconds)
2024-05-13 23:51:39 +0200kadir(~kadir@85.103.183.96) (WeeChat 4.2.2)
2024-05-13 23:50:11 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2024-05-13 23:45:42 +0200sadome(~sadome@user/sadome) (Excess Flood)
2024-05-13 23:45:42 +0200sadome(~sadome@user/sadome)
2024-05-13 23:36:52 +0200titibandit(~titibandi@user/titibandit) (Ping timeout: 268 seconds)
2024-05-13 23:36:43 +0200Guest63(~Guest63@dynamic-077-187-048-242.77.187.pool.telefonica.de) (Client Quit)
2024-05-13 23:36:11 +0200Guest63(~Guest63@dynamic-077-187-048-242.77.187.pool.telefonica.de)
2024-05-13 23:28:21 +0200 <ncf> seems likely
2024-05-13 23:27:50 +0200 <monochrom> Probably two persons picked two different arbitrary choices of "pattern match first" vs "output delimiter first".
2024-05-13 23:23:47 +0200 <mauke> showList__ is strict in its second arg
2024-05-13 23:23:09 +0200 <mauke> https://hackage.haskell.org/package/base-4.19.1.0/docs/src/GHC.Show.html#showList
2024-05-13 23:20:10 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Remote host closed the connection)
2024-05-13 23:20:02 +0200Ryan53(~Ryan@2601:602:8b00:b0f0:598b:fb7d:e718:eb36) (Client Quit)
2024-05-13 23:19:41 +0200 <ncf> i wonder why the latter doesn't print the first [
2024-05-13 23:19:32 +0200 <lambdabot> *Exception: Prelude.undefined
2024-05-13 23:19:31 +0200 <ncf> > undefined :: [Int]
2024-05-13 23:19:27 +0200 <lambdabot> "*Exception: Prelude.undefined
2024-05-13 23:19:25 +0200 <ncf> > undefined :: String
2024-05-13 23:19:22 +0200Ryan53(~Ryan@2601:602:8b00:b0f0:598b:fb7d:e718:eb36)
2024-05-13 23:18:38 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Read error: Connection reset by peer)
2024-05-13 23:07:13 +0200sawilagar(~sawilagar@user/sawilagar) (Ping timeout: 256 seconds)
2024-05-13 23:05:40 +0200hiredman(~hiredman@frontier1.downey.family)
2024-05-13 22:43:03 +0200machinedgod(~machinedg@d173-183-246-216.abhsia.telus.net)
2024-05-13 22:40:35 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 256 seconds)
2024-05-13 22:31:31 +0200pavonia(~user@user/siracusa)
2024-05-13 22:30:00 +0200todi(~todi@p57803331.dip0.t-ipconnect.de)
2024-05-13 22:29:46 +0200 <Ryan54> This doesn't seem to work unfortunately. Does conduit not allow you to produce a stream of streams during the pipeline and concatenate them together? I couldn't tell if ConduitT had a MonoFoldable instance.
2024-05-13 22:29:46 +0200 <Ryan54> .| mapM_C (liftIO . print)
2024-05-13 22:29:45 +0200 <Ryan54> .| concatC
2024-05-13 22:29:45 +0200 <Ryan54> .| concatMapMC (waitForQuery env)
2024-05-13 22:29:44 +0200 <Ryan54> .| mapMC (startQuery env query)
2024-05-13 22:29:44 +0200 <Ryan54> I have a conduit that's calling that based on an input stream: someTextSource
2024-05-13 22:29:43 +0200 <Ryan54> -- given an environment and uuid, return a stream of results" (MonadResource m) => Env -> UUID -> ConduitT () [[Maybe Text]] m ()
2024-05-13 22:29:43 +0200 <Ryan54> Hey all, looking for some help handling a nested Conduit and wondering if I'm going about it wrong. I have a function someFunc that calls paginate on an aws resource, so the signature is
2024-05-13 22:26:33 +0200sawilagar(~sawilagar@user/sawilagar)
2024-05-13 22:24:50 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com)
2024-05-13 22:24:46 +0200Ryan54(~Ryan@2601:602:8b00:b0f0:598b:fb7d:e718:eb36)
2024-05-13 22:14:16 +0200euphores(~SASL_euph@user/euphores)
2024-05-13 22:12:33 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Remote host closed the connection)
2024-05-13 21:59:23 +0200philopsos(~caecilius@user/philopsos)
2024-05-13 21:56:52 +0200philopsos1(~caecilius@user/philopsos) (Ping timeout: 246 seconds)