Logs: freenode/#haskell
| 2021-05-11 08:40:24 | × | digia quits (~digia@unaffiliated/digia) (Quit: Beep Boop...) |
| 2021-05-11 08:40:53 | → | berberman joins (~berberman@unaffiliated/berberman) |
| 2021-05-11 08:42:10 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-05-11 08:42:19 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Client Quit) |
| 2021-05-11 08:42:36 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-05-11 08:43:36 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Client Quit) |
| 2021-05-11 08:43:43 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2021-05-11 08:43:55 | → | digia joins (~digia@unaffiliated/digia) |
| 2021-05-11 08:44:02 | → | frozenErebus joins (~frozenEre@37.231.244.249) |
| 2021-05-11 08:45:49 | × | drbean- quits (~drbean@TC210-63-209-65.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in) |
| 2021-05-11 08:46:20 | → | winny joins (~winny@fsf/member/winstonw) |
| 2021-05-11 08:46:45 | → | kuribas joins (~user@ptr-25vy0i9ywxfym2so1gs.18120a2.ip6.access.telenet.be) |
| 2021-05-11 08:47:13 | → | ubert joins (~Thunderbi@p200300ecdf005e5ce6b318fffe838f33.dip0.t-ipconnect.de) |
| 2021-05-11 08:47:20 | <kuribas> | is it possible to make a quick script without having a .cabal file? |
| 2021-05-11 08:47:27 | <merijn> | Yes |
| 2021-05-11 08:47:36 | → | Pickchea joins (~private@unaffiliated/pickchea) |
| 2021-05-11 08:47:37 | <merijn> | cabal has a shebang mode |
| 2021-05-11 08:47:44 | <merijn> | but its docs are...sparse? :p |
| 2021-05-11 08:47:56 | → | esph joins (~weechat@unaffiliated/esph) |
| 2021-05-11 08:48:10 | <kuribas> | you pass packages on the shebang? |
| 2021-05-11 08:48:44 | <merijn> | No, it supports having build-depends and some other fields in a comment in shebang mode |
| 2021-05-11 08:49:12 | <kuribas> | ah neat |
| 2021-05-11 08:49:33 | × | Anthaas quits (~Anthaas@unaffiliated/anthaas) (Ping timeout: 240 seconds) |
| 2021-05-11 08:49:38 | <merijn> | You'll have to do some research to find any docs, though |
| 2021-05-11 08:50:28 | × | gehmehgeh quits (~ircuser1@gateway/tor-sasl/gehmehgeh) (Remote host closed the connection) |
| 2021-05-11 08:50:47 | <merijn> | kuribas: minimal barely documented example: https://cabal.readthedocs.io/en/latest/cabal-commands.html#cabal-v2-run |
| 2021-05-11 08:51:13 | × | bennofs__ quits (~quassel@dynamic-077-013-025-172.77.13.pool.telefonica.de) (Read error: Connection reset by peer) |
| 2021-05-11 08:51:31 | → | bennofs_ joins (~quassel@dynamic-077-013-025-172.77.13.pool.telefonica.de) |
| 2021-05-11 08:51:51 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2021-05-11 08:52:20 | <kuribas> | maybe that's enough... |
| 2021-05-11 08:56:56 | × | gehmehgeh quits (~ircuser1@gateway/tor-sasl/gehmehgeh) (Quit: Leaving) |
| 2021-05-11 08:57:24 | → | Anthaas joins (~Anthaas@unaffiliated/anthaas) |
| 2021-05-11 08:57:37 | → | DavidEichmann joins (~david@156.59.147.147.dyn.plus.net) |
| 2021-05-11 08:58:35 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-05-11 09:03:45 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 268 seconds) |
| 2021-05-11 09:04:52 | × | lordyod quits (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) (Ping timeout: 276 seconds) |
| 2021-05-11 09:09:35 | koz | is now known as koz_ |
| 2021-05-11 09:09:53 | <fendor> | kuribas, fyi, you can write anything in this section that is valid in the executable section |
| 2021-05-11 09:12:18 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-05-11 09:13:29 | → | mateusz joins (~mateusz@77-254-3-194.adsl.inetia.pl) |
| 2021-05-11 09:15:34 | × | kav quits (~kari@dsl-hkibng42-56733f-225.dhcp.inet.fi) (Ping timeout: 265 seconds) |
| 2021-05-11 09:16:07 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-05-11 09:18:47 | <dminuoso> | Using cabal2nix, what's the correct protocol to set the GHC optimization level? |
| 2021-05-11 09:19:55 | × | pmj quits (~pmj@p4fe156fa.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-05-11 09:21:08 | → | pmj joins (~pmj@p4fe156fa.dip0.t-ipconnect.de) |
| 2021-05-11 09:22:46 | × | nut quits (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2021-05-11 09:23:32 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2021-05-11 09:24:43 | × | kuribas quits (~user@ptr-25vy0i9ywxfym2so1gs.18120a2.ip6.access.telenet.be) (Remote host closed the connection) |
| 2021-05-11 09:25:05 | → | kuribas joins (~user@ptr-25vy0i9ywxfym2so1gs.18120a2.ip6.access.telenet.be) |
| 2021-05-11 09:25:33 | × | idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-05-11 09:28:22 | → | lordyod joins (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) |
| 2021-05-11 09:28:34 | → | kav joins (~kari@dsl-hkibng42-56733f-225.dhcp.inet.fi) |
| 2021-05-11 09:30:27 | hackage | Z-Botan 0.1.1.0 - Crypto for Haskell https://hackage.haskell.org/package/Z-Botan-0.1.1.0 (winterland) |
| 2021-05-11 09:36:57 | → | justan0theruser joins (~justanoth@unaffiliated/justanotheruser) |
| 2021-05-11 09:37:57 | hackage | amqp-utils 0.6.1.1 - AMQP toolset for the command line https://hackage.haskell.org/package/amqp-utils-0.6.1.1 (woffs) |
| 2021-05-11 09:39:57 | × | bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 240 seconds) |
| 2021-05-11 09:39:58 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 276 seconds) |
| 2021-05-11 09:43:32 | × | bahamas quits (~lucian@unaffiliated/bahamas) (Ping timeout: 240 seconds) |
| 2021-05-11 09:57:36 | <mateusz> | hi all! I'm looking for someone to help me with Code Review and next steps in my educational project. Project is simple ncurses Trello client. I have with requests handling, json parsing and initial ncurses view. Looking for someone who can share and advice and be thorough in CR :) I'll will be happy to send link to Pull Request. |
| 2021-05-11 09:58:24 | <[exa]> | are you using Brick for the curses? |
| 2021-05-11 09:59:16 | <mateusz> | I use NCurses https://hackage.haskell.org/package/ncurses |
| 2021-05-11 09:59:57 | <[exa]> | ok, well, check out Brick, it's really cool for these things. https://hackage.haskell.org/package/brick |
| 2021-05-11 10:00:18 | <[exa]> | the docs also have some advice on how to interface with other sources of events (network in your case) |
| 2021-05-11 10:01:18 | <mateusz> | thanks for an advice, I already prepared something (~250 loc) with NCurses, so I could migrate in future. Ill check brick as well |
| 2021-05-11 10:01:27 | hackage | css-selectors 0.4.0.2 - Parsing, rendering and manipulating css selectors in Haskell. https://hackage.haskell.org/package/css-selectors-0.4.0.2 (wvanonsem90) |
| 2021-05-11 10:01:36 | × | fendor quits (~fendor@178.165.129.215.wireless.dyn.drei.com) (Quit: Leaving) |
| 2021-05-11 10:01:55 | → | fendor joins (~fendor@178.165.129.215.wireless.dyn.drei.com) |
| 2021-05-11 10:02:36 | <[exa]> | well, YMMV. I'd go with brick for sure, plain ncurses is quite painful, I'd avoid it anytime I didn't need to access ncurses-only stuff :D |
| 2021-05-11 10:03:41 | × | vicfred quits (~vicfred@unaffiliated/vicfred) (Quit: Leaving) |
| 2021-05-11 10:03:54 | <[exa]> | feels a bit React-ish, you write event handler and a display function, and done. |
| 2021-05-11 10:04:02 | × | Alleria__ quits (~textual@2603-7000-3040-0000-bdb6-a38d-2635-929e.res6.spectrum.com) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-05-11 10:06:41 | × | stree quits (~stree@68.36.8.116) (Ping timeout: 240 seconds) |
| 2021-05-11 10:07:37 | <Axman6> | yeah can't recommend brick enough for this sort oftask |
| 2021-05-11 10:08:02 | × | fendor quits (~fendor@178.165.129.215.wireless.dyn.drei.com) (Quit: Leaving) |
| 2021-05-11 10:08:28 | → | Rudd0 joins (~Rudd0@185.189.115.108) |
| 2021-05-11 10:08:46 | × | Feuermagier quits (~Feuermagi@213.178.26.41) (Ping timeout: 240 seconds) |
| 2021-05-11 10:08:52 | → | fendor joins (~fendor@178.165.129.215.wireless.dyn.drei.com) |
| 2021-05-11 10:09:51 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds) |
| 2021-05-11 10:10:27 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-05-11 10:17:39 | × | fendor quits (~fendor@178.165.129.215.wireless.dyn.drei.com) (Quit: Leaving) |
| 2021-05-11 10:18:03 | → | fendor joins (~fendor@178.165.129.215.wireless.dyn.drei.com) |
| 2021-05-11 10:20:04 | → | stree joins (~stree@68.36.8.116) |
| 2021-05-11 10:20:50 | × | trepanger_ quits (~z@ics141-225.icsincorporated.com) (Ping timeout: 268 seconds) |
| 2021-05-11 10:20:57 | hackage | twain 1.0.0.0 - Tiny web application framework for WAI. https://hackage.haskell.org/package/twain-1.0.0.0 (alexmingoia) |
| 2021-05-11 10:21:08 | × | jgt_ quits (~jgt@92-247-237-116.spectrumnet.bg) (Ping timeout: 246 seconds) |
| 2021-05-11 10:21:57 | hackage | Z-Botan 0.1.1.1 - Crypto for Haskell https://hackage.haskell.org/package/Z-Botan-0.1.1.1 (winterland) |
| 2021-05-11 10:22:30 | × | Aquazi quits (uid312403@gateway/web/irccloud.com/x-osjrsukrhwhmjnzf) (Quit: Connection closed for inactivity) |
| 2021-05-11 10:25:20 | → | chris__ joins (~chris@81.96.113.213) |
| 2021-05-11 10:32:41 | × | oxide quits (~lambda@unaffiliated/mclaren) (Ping timeout: 240 seconds) |
| 2021-05-11 10:34:51 | → | Alleria joins (~textual@mskresolve-a.mskcc.org) |
| 2021-05-11 10:35:15 | Alleria | is now known as Guest50610 |
| 2021-05-11 10:36:27 | → | EvilMagix joins (~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) |
| 2021-05-11 10:36:31 | → | digia_ joins (~digia@unaffiliated/digia) |
| 2021-05-11 10:37:44 | × | digia quits (~digia@unaffiliated/digia) (Ping timeout: 265 seconds) |
| 2021-05-11 10:37:45 | digia_ | is now known as digia |
| 2021-05-11 10:38:34 | → | idhugo joins (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
| 2021-05-11 10:44:45 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-05-11 10:47:15 | × | Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Remote host closed the connection) |
| 2021-05-11 10:49:11 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2021-05-11 10:50:09 | → | jgt_ joins (~jgt@92-247-237-116.spectrumnet.bg) |
All times are in UTC.