Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-04-29 20:44:12 jpe90 joins (~user@pool-108-31-85-19.washdc.fios.verizon.net)
2021-04-29 20:45:07 × ADG1089 quits (~aditya@171.76.29.233) (Remote host closed the connection)
2021-04-29 20:45:32 <lordcirth_> Yeah. So it seems that I need to get the width back where I construct the Widget.
2021-04-29 20:49:47 × danvet quits (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 260 seconds)
2021-04-29 20:50:35 × Guest31772 quits (~mattl@185.204.1.185) (Remote host closed the connection)
2021-04-29 20:51:54 juliagoda joins (~juliagoda@2a02:a31a:e13a:eb00:758f:d455:b475:46e4)
2021-04-29 20:52:27 alx741 joins (~alx741@181.196.68.89)
2021-04-29 20:52:46 × ChessGuevara quits (~chessguev@103.27.2.106) (Quit: Leaving)
2021-04-29 20:55:06 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
2021-04-29 20:55:45 mmfood_1 joins (~mmfood@45.91.21.32)
2021-04-29 20:57:46 ddellac__ joins (~ddellacos@86.106.143.21)
2021-04-29 20:58:31 × mmfood quits (~mmfood@185.176.246.118) (Ping timeout: 260 seconds)
2021-04-29 21:00:53 ddella___ joins (~ddellacos@86.106.143.34)
2021-04-29 21:01:05 × Lycurgus quits (~niemand@98.4.118.65) (Quit: Exeunt)
2021-04-29 21:01:27 <int-e> lordcirth_: Well the widgets don't have any static size (not even the fixed width/height ones); it's all determined during rendering. *Maybe* limiting the width using https://hackage.haskell.org/package/brick-0.62/docs/Brick-Widgets-Core.html#v:hLimit and then puting a maximal padding inside will do the trick. If not, this looks like really unpleasant twiddling with internals.
2021-04-29 21:02:19 rond_ joins (5940206b@89-64-32-107.dynamic.chello.pl)
2021-04-29 21:02:33 × ddellac__ quits (~ddellacos@86.106.143.21) (Ping timeout: 268 seconds)
2021-04-29 21:03:24 <int-e> (I found https://hackage.haskell.org/package/brick-0.62/docs/src/Brick.Widgets.Core.html#renderBox and decided to not try to understand things further)
2021-04-29 21:03:56 <int-e> (AIUI that function is responsible for vBox and hBox)
2021-04-29 21:04:05 <lordcirth_> Maybe I need to use a table, with each widget centered in a cell?
2021-04-29 21:04:41 <int-e> lordcirth_: Note that I've never used the library. Maybe somebody who has can help better.
2021-04-29 21:08:21 cads joins (~cads@ip-64-72-99-232.lasvegas.net)
2021-04-29 21:08:21 EricYuzo joins (~EricYuzo@195.140.213.38)
2021-04-29 21:09:12 × Guest87676 quits (~laudiacay@67.176.215.84) (Ping timeout: 240 seconds)
2021-04-29 21:11:13 <sm[m]> does brick support tables now ?
2021-04-29 21:11:45 shailangsa joins (~shailangs@host217-35-224-169.range217-35.btcentralplus.com)
2021-04-29 21:12:12 Tracis joins (aa4f23ab@170-79-35-171.wantel.net.br)
2021-04-29 21:12:17 <int-e> sm[m]: I saw that there is a Brick.Widgets.Table
2021-04-29 21:12:33 <sm[m]> great!
2021-04-29 21:12:54 × takuan quits (~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2021-04-29 21:13:12 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 240 seconds)
2021-04-29 21:13:42 <Tracis> First time here. Hi everyone
2021-04-29 21:13:58 <argento> Tracis: Hi, welcome
2021-04-29 21:16:20 <sm[m]> hi Tracis
2021-04-29 21:16:27 untakenstupidnic is now known as INVALID_NICK
2021-04-29 21:16:46 × hyperisco quits (~hyperisco@d192-186-117-226.static.comm.cgocable.net) (Ping timeout: 240 seconds)
2021-04-29 21:17:41 INVALID_NICK is now known as UNTAKENSTUPIDNIC
2021-04-29 21:18:49 mmfood_2 joins (~mmfood@45.91.21.32)
2021-04-29 21:20:42 × mmfood_1 quits (~mmfood@45.91.21.32) (Ping timeout: 260 seconds)
2021-04-29 21:20:51 <Tracis> maybe it would be rude to ask right after i enter the chat, but. Do you guys have any recommended tutorial to learn haskell? (sry if i say something wrong, i'm practicing)
2021-04-29 21:21:15 <int-e> sm[m]: The table rendering code contains `let paddedCells = ...`, maybe it's insane...
2021-04-29 21:21:50 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-04-29 21:21:53 UNTAKENSTUPIDNIC is now known as ____
2021-04-29 21:22:10 <sm[m]> Tracis: seems quite a reasonable, and frequent, question. Any particular style you like ? What's your background/experience level ?
2021-04-29 21:23:20 <sm[m]> I'm fond of
2021-04-29 21:23:21 <sm[m]> @where HTAC
2021-04-29 21:23:21 <lambdabot> "Haskell Tutorial and Cookbook" by Mark Watson in 2017-09-04 at <https://leanpub.com/haskell-cookbook>
2021-04-29 21:25:03 <Tracis> sm[m]: html, css, js, react/react native, nodejs, c, c++, python3. But all in beginner level.
2021-04-29 21:25:29 jamm_ joins (~jamm@unaffiliated/jamm)
2021-04-29 21:25:31 × nicholasbulka quits (~nicholasb@2601:900:4301:da0:f09e:8831:6f30:999f) (Remote host closed the connection)
2021-04-29 21:26:00 × mmfood_2 quits (~mmfood@45.91.21.32) (Ping timeout: 268 seconds)
2021-04-29 21:26:16 nicholasbulka joins (~nicholasb@2601:900:4301:da0:f09e:8831:6f30:999f)
2021-04-29 21:26:22 × nicholasbulka quits (~nicholasb@2601:900:4301:da0:f09e:8831:6f30:999f) (Remote host closed the connection)
2021-04-29 21:26:27 <argento> http://learnyouahaskell.com/ <- Tracis
2021-04-29 21:26:37 nicholasbulka joins (~nicholasb@2601:900:4301:da0:f09e:8831:6f30:999f)
2021-04-29 21:26:40 jgt joins (~jgt@88.225.221.135)
2021-04-29 21:27:10 × Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 260 seconds)
2021-04-29 21:27:27 × nicholasbulka quits (~nicholasb@2601:900:4301:da0:f09e:8831:6f30:999f) (Remote host closed the connection)
2021-04-29 21:27:35 <Tracis> Ty, lambdabot and argento
2021-04-29 21:28:01 <Tracis> i'll take a look
2021-04-29 21:29:03 <int-e> @bot
2021-04-29 21:29:04 <lambdabot> :)
2021-04-29 21:29:48 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-04-29 21:29:53 × jamm_ quits (~jamm@unaffiliated/jamm) (Ping timeout: 250 seconds)
2021-04-29 21:30:04 <DigitalKiwi> @where pih
2021-04-29 21:30:04 <lambdabot> "Programming in Haskell" by Graham Hutton in 2007-01-15,2016-09-01 at <http://www.cs.nott.ac.uk/~pszgmh/pih.html>
2021-04-29 21:30:49 <sm[m]> Tracis: also https://code.world and then https://code.world/haskell
2021-04-29 21:31:25 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-04-29 21:31:31 <argento> @karma+ lambdabot
2021-04-29 21:31:32 <lambdabot> lambdabot's karma raised to 38.
2021-04-29 21:31:32 × jgt quits (~jgt@88.225.221.135) (Ping timeout: 268 seconds)
2021-04-29 21:31:39 argento it's only fair
2021-04-29 21:32:41 <DigitalKiwi> idk that we should be letting the bot give itself karma
2021-04-29 21:33:58 <DigitalKiwi> first you tell it to give itself karma and then the next thing you know it's doing it without being told!
2021-04-29 21:33:59 Guest87676 joins (~laudiacay@67.176.215.84)
2021-04-29 21:34:53 × michalz quits (~user@185.246.204.103) (Remote host closed the connection)
2021-04-29 21:35:34 Tracis54 joins (aa4f23ab@170-79-35-171.wantel.net.br)
2021-04-29 21:36:31 × Tracis quits (aa4f23ab@170-79-35-171.wantel.net.br) (Quit: Connection closed)
2021-04-29 21:37:17 Tracis joins (aa4f23ab@170-79-35-171.wantel.net.br)
2021-04-29 21:37:41 × jpe90 quits (~user@pool-108-31-85-19.washdc.fios.verizon.net) (Ping timeout: 240 seconds)
2021-04-29 21:38:12 × Guest87676 quits (~laudiacay@67.176.215.84) (Ping timeout: 240 seconds)
2021-04-29 21:39:09 × mikoto-chan quits (~mikoto-ch@gateway/tor-sasl/mikoto-chan) (Ping timeout: 240 seconds)
2021-04-29 21:39:34 × stree quits (~stree@68.36.8.116) (Ping timeout: 252 seconds)
2021-04-29 21:39:43 × Tracis54 quits (aa4f23ab@170-79-35-171.wantel.net.br) (Ping timeout: 240 seconds)
2021-04-29 21:41:37 mikoto-chan joins (~mikoto-ch@gateway/tor-sasl/mikoto-chan)
2021-04-29 21:42:16 × Narinas quits (~Narinas@187-178-93-112.dynamic.axtel.net) (Ping timeout: 260 seconds)
2021-04-29 21:43:06 ddellac__ joins (ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-04-29 21:46:21 × ddella___ quits (~ddellacos@86.106.143.34) (Ping timeout: 260 seconds)
2021-04-29 21:46:23 × Tracis quits (aa4f23ab@170-79-35-171.wantel.net.br) (Ping timeout: 240 seconds)
2021-04-29 21:46:43 × cr3 quits (~cr3@192.222.143.195) (Ping timeout: 252 seconds)
2021-04-29 21:47:23 × rj quits (~x@gateway/tor-sasl/rj) (Remote host closed the connection)
2021-04-29 21:47:42 ____ is now known as untakenstupidnic
2021-04-29 21:47:50 rj joins (~x@gateway/tor-sasl/rj)
2021-04-29 21:50:46 × Guest23245 quits (~textual@zrcout.mskcc.org) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-04-29 21:51:33 × shutdown_-h_now quits (~arjan@2001:1c06:2d0b:2312:df5:3e62:d261:3647) (Ping timeout: 250 seconds)
2021-04-29 21:51:45 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection)
2021-04-29 21:52:22 <sclv> @botsnack
2021-04-29 21:52:23 <lambdabot> :)
2021-04-29 21:52:25 stree joins (~stree@68.36.8.116)
2021-04-29 21:54:29 × untakenstupidnic quits (~user@5.114.130.12) (Read error: Connection reset by peer)

All times are in UTC.