Logs: freenode/#haskell
| 2020-10-16 09:56:00 | <Guest6760> | AH |
| 2020-10-16 09:56:16 | × | bahamas quits (~lucian@unaffiliated/bahamas) (Ping timeout: 256 seconds) |
| 2020-10-16 09:56:34 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-16 09:57:51 | <Guest6760> | AAAAAAAAAH, without echo it work perfectly |
| 2020-10-16 09:58:15 | <Guest6760> | i spent a whole day of this i feel ashamed. |
| 2020-10-16 09:58:20 | <Guest6760> | on |
| 2020-10-16 10:00:26 | <Guest6760> | thank u merijn, apologize since it was not haskell related at all |
| 2020-10-16 10:00:55 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2020-10-16 10:01:16 | → | knupfer joins (~Thunderbi@200116b82cf69500a8fc9dfffe346029.dip.versatel-1u1.de) |
| 2020-10-16 10:01:17 | × | knupfer quits (~Thunderbi@200116b82cf69500a8fc9dfffe346029.dip.versatel-1u1.de) (Client Quit) |
| 2020-10-16 10:01:32 | → | knupfer joins (~Thunderbi@i5E86B451.versanet.de) |
| 2020-10-16 10:06:00 | → | geowiesnot joins (~user@87-89-181-157.abo.bbox.fr) |
| 2020-10-16 10:07:07 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-16 10:11:25 | × | snakemas1 quits (~snakemast@213.100.206.23) (Ping timeout: 240 seconds) |
| 2020-10-16 10:12:55 | × | xerox_ quits (~xerox@unaffiliated/xerox) (Ping timeout: 265 seconds) |
| 2020-10-16 10:13:52 | → | Gurkenglas_ joins (~Gurkengla@unaffiliated/gurkenglas) |
| 2020-10-16 10:14:03 | × | bliminse quits (~bliminse@host217-42-95-37.range217-42.btcentralplus.com) (Ping timeout: 256 seconds) |
| 2020-10-16 10:14:53 | → | bliminse joins (~bliminse@host217-42-95-37.range217-42.btcentralplus.com) |
| 2020-10-16 10:16:57 | × | cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Quit: cosimone) |
| 2020-10-16 10:17:02 | → | yeeeefe joins (~Username@95.7.254.155.in-addr.arpa) |
| 2020-10-16 10:17:19 | × | jedws quits (~jedws@121.209.161.98) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-16 10:17:39 | × | yeeeefe quits (~Username@95.7.254.155.in-addr.arpa) (Client Quit) |
| 2020-10-16 10:19:18 | → | raehik joins (~raehik@cpc96984-rdng25-2-0-cust109.15-3.cable.virginm.net) |
| 2020-10-16 10:19:36 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Ping timeout: 272 seconds) |
| 2020-10-16 10:19:36 | × | invaser quits (~Thunderbi@31.148.23.125) (Ping timeout: 272 seconds) |
| 2020-10-16 10:19:44 | → | GyroW_ joins (~GyroW@d54C03E98.access.telenet.be) |
| 2020-10-16 10:19:44 | × | GyroW_ quits (~GyroW@d54C03E98.access.telenet.be) (Changing host) |
| 2020-10-16 10:19:44 | → | GyroW_ joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-16 10:20:01 | × | rprije quits (~rprije@203-219-208-42.static.tpgi.com.au) (Ping timeout: 264 seconds) |
| 2020-10-16 10:20:21 | <tomsmeding> | Guest6760: { echo "hello"; cat; } | nc 127.0.0.1 3000 |
| 2020-10-16 10:20:45 | <tomsmeding> | assuming you're using bash or something similar |
| 2020-10-16 10:24:06 | × | da39a3ee5e6b4b0d quits (~textual@n11211935170.netvigator.com) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-16 10:24:08 | → | invaser joins (~Thunderbi@31.148.23.125) |
| 2020-10-16 10:24:26 | → | cosimone joins (~cosimone@2001:b07:ae5:db26:9217:95c7:973d:d0ad) |
| 2020-10-16 10:27:29 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-16 10:27:58 | → | vilpan joins (~0@mail.elitnet.lt) |
| 2020-10-16 10:28:09 | <dminuoso> | What's the right way to gracefully shut down a warp server running in some thread? |
| 2020-10-16 10:28:18 | → | oisdk joins (~oisdk@2001:bb6:3329:d100:11d5:8dc1:169a:e187) |
| 2020-10-16 10:28:20 | <dminuoso> | Is there a particular async exception to throw? |
| 2020-10-16 10:29:42 | × | cosimone quits (~cosimone@2001:b07:ae5:db26:9217:95c7:973d:d0ad) (Ping timeout: 260 seconds) |
| 2020-10-16 10:30:39 | <phadej> | KillThread? |
| 2020-10-16 10:31:05 | <phadej> | or ratheer https://hackage.haskell.org/package/base-4.14.0.0/docs/Control-Concurrent.html#v:killThread |
| 2020-10-16 10:31:37 | × | avdb quits (~avdb@ip-83-134-109-138.dsl.scarlet.be) (Ping timeout: 246 seconds) |
| 2020-10-16 10:31:58 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2020-10-16 10:32:00 | → | sQVe joins (~sQVe@unaffiliated/sqve) |
| 2020-10-16 10:32:02 | × | chaosmasttter quits (~chaosmast@p200300c4a710fa01b4d1efe2d5e04ce9.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2020-10-16 10:36:28 | → | jonathanx joins (~jonathan@185.224.57.161) |
| 2020-10-16 10:40:04 | × | lukelau quits (~lukelau@2a03:b0c0:1:d0::1bc:b001) (Quit: Bye) |
| 2020-10-16 10:40:15 | → | lukelau_ joins (~lukelau@46.101.13.214) |
| 2020-10-16 10:40:23 | × | alp quits (~alp@2a01:e0a:58b:4920:e911:6d8c:d3c2:ba84) (Ping timeout: 272 seconds) |
| 2020-10-16 10:42:09 | × | karanlikmadde quits (~karanlikm@2a01:c23:6037:1800:e990:a27c:f553:f1d1) (Quit: karanlikmadde) |
| 2020-10-16 10:42:45 | → | djellemah joins (~djellemah@2601:5c2:100:96c:e008:b638:39fe:6a54) |
| 2020-10-16 10:43:29 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-16 10:44:10 | → | alp joins (~alp@2a01:e0a:58b:4920:5d8e:fcca:f937:63bd) |
| 2020-10-16 10:44:46 | → | kenran joins (~maier@b2b-37-24-119-190.unitymedia.biz) |
| 2020-10-16 10:45:36 | → | xerox_ joins (~xerox@unaffiliated/xerox) |
| 2020-10-16 10:45:50 | → | ensyde joins (~ensyde@2600:1702:2e30:1a40:48f9:cdc3:db29:25b7) |
| 2020-10-16 10:46:14 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-16 10:47:11 | → | sleblanc joins (~sleblanc@unaffiliated/sebleblanc) |
| 2020-10-16 10:47:53 | → | GyroW joins (~GyroW@d54C03E98.access.telenet.be) |
| 2020-10-16 10:47:53 | × | GyroW quits (~GyroW@d54C03E98.access.telenet.be) (Changing host) |
| 2020-10-16 10:47:53 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-16 10:48:04 | × | GyroW_ quits (~GyroW@unaffiliated/gyrow) (Ping timeout: 258 seconds) |
| 2020-10-16 10:48:23 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds) |
| 2020-10-16 10:48:45 | × | olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 240 seconds) |
| 2020-10-16 10:49:57 | × | ensyde quits (~ensyde@2600:1702:2e30:1a40:48f9:cdc3:db29:25b7) (Ping timeout: 244 seconds) |
| 2020-10-16 10:49:59 | × | kenran quits (~maier@b2b-37-24-119-190.unitymedia.biz) (Ping timeout: 258 seconds) |
| 2020-10-16 10:50:58 | hackage | radius 0.7.1.0 - Remote Authentication Dial In User Service (RADIUS) https://hackage.haskell.org/package/radius-0.7.1.0 (erick) |
| 2020-10-16 10:51:48 | × | snakemas1 quits (~snakemast@213.100.206.23) (Ping timeout: 256 seconds) |
| 2020-10-16 10:51:56 | → | dddddd joins (~dddddd@unaffiliated/dddddd) |
| 2020-10-16 10:56:33 | × | raichoo quits (~raichoo@213.240.178.58) (Quit: Lost terminal) |
| 2020-10-16 10:57:19 | → | karanlikmadde joins (~karanlikm@2a01:c23:6037:1800:e990:a27c:f553:f1d1) |
| 2020-10-16 10:59:06 | × | sQVe quits (~sQVe@unaffiliated/sqve) (Quit: Bye!) |
| 2020-10-16 10:59:17 | → | dhil joins (~dhil@195.213.192.122) |
| 2020-10-16 10:59:39 | → | Lycurgus joins (~niemand@98.4.96.235) |
| 2020-10-16 11:03:47 | → | outerpassage joins (~outerpass@li1196-30.members.linode.com) |
| 2020-10-16 11:04:05 | ← | sleblanc parts (~sleblanc@unaffiliated/sebleblanc) ("Leaving") |
| 2020-10-16 11:05:28 | hackage | aeson-commit 1.2 - Parse Aeson data with commitment https://hackage.haskell.org/package/aeson-commit-1.2 (jonascarpay) |
| 2020-10-16 11:05:57 | → | cosimone joins (~cosimone@2001:b07:ae5:db26:9217:95c7:973d:d0ad) |
| 2020-10-16 11:07:21 | × | plutoniix quits (~q@175.176.222.7) (Quit: Leaving) |
| 2020-10-16 11:11:14 | → | da39a3ee5e6b4b0d joins (~textual@n11211935170.netvigator.com) |
| 2020-10-16 11:14:39 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-16 11:19:34 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2020-10-16 11:20:20 | → | son0p joins (~son0p@181.58.39.86) |
| 2020-10-16 11:20:25 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-16 11:21:35 | → | thir joins (~thir@p200300f27f02580078db57e7930eddd6.dip0.t-ipconnect.de) |
| 2020-10-16 11:25:09 | → | machined1od joins (~machinedg@24.105.81.50) |
| 2020-10-16 11:25:28 | × | snakemas1 quits (~snakemast@213.100.206.23) (Ping timeout: 272 seconds) |
| 2020-10-16 11:25:58 | → | m0rphism joins (~m0rphism@HSI-KBW-046-005-177-122.hsi8.kabel-badenwuerttemberg.de) |
| 2020-10-16 11:26:27 | × | thir quits (~thir@p200300f27f02580078db57e7930eddd6.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
| 2020-10-16 11:32:16 | × | polyrain quits (~polyrain@130.102.13.188) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-16 11:34:44 | <dminuoso> | phadej: Mmm, is that the most graceful thing to do? |
| 2020-10-16 11:34:55 | <dminuoso> | That might kill handlers right in the middle of it, wouldn't it? |
| 2020-10-16 11:34:55 | <phadej> | dminuoso: yes |
| 2020-10-16 11:35:03 | <phadej> | to graceful |
| 2020-10-16 11:35:23 | <phadej> | to handlers, I think they will run to completion, as they are in separate threads |
| 2020-10-16 11:35:31 | <phadej> | I don't think warp links them |
| 2020-10-16 11:36:07 | × | alp quits (~alp@2a01:e0a:58b:4920:5d8e:fcca:f937:63bd) (Ping timeout: 272 seconds) |
| 2020-10-16 11:37:49 | → | alp joins (~alp@2a01:e0a:58b:4920:117b:f16b:d9b4:551d) |
| 2020-10-16 11:41:02 | <phadej> | the docs imply that with runSettingsSocket you can control graceful shutdown of live (keep-alive)connections. You should read the code on what happens if exception is thrown to the warp's main thread |
All times are in UTC.