Logs: liberachat/#xmonad
| 2021-07-28 01:45:56 | <geekosaur> | can you explain your problem? |
| 2021-07-28 01:49:56 | <feroli> | Literal -20 is out of the GHC.Word.Word32 range 0..4294967295 |
| 2021-07-28 01:53:48 | <feroli> | error file: https://paste.c-net.org/SeizuresConceal |
| 2021-07-28 01:59:07 | <feroli> | does anyone know how to solve? |
| 2021-07-28 02:02:04 | <geekosaur> | i'm looking |
| 2021-07-28 02:02:50 | <geekosaur> | I don't see a quick solution, I do think it shouldn't be using type D with potentially negative numbers but that won't help you |
| 2021-07-28 02:03:22 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2021-07-28 02:06:57 | × | cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-28 02:09:58 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-28 02:15:50 | × | bla quits (~bla@89-67-84-220.dynamic.chello.pl) (Ping timeout: 256 seconds) |
| 2021-07-28 02:19:20 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 02:20:39 | <geekosaur> | so ghc added a bounds check on that type at some point. you'll need to add 1 and then subtract from 4294967295. ugly |
| 2021-07-28 02:21:29 | <geekosaur> | the correct fix is to make all those types in FloatKeys take a tuple of Ints. I'll file a bug |
| 2021-07-28 02:22:37 | <feroli> | thank you very much for your attention |
| 2021-07-28 02:23:05 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-07-28 02:29:46 | → | bla joins (~bla@89-67-84-220.dynamic.chello.pl) |
| 2021-07-28 02:34:21 | × | feroli quits (~feroli@186.232.107.17) (Quit: Client closed) |
| 2021-07-28 03:00:55 | × | td_ quits (~td@muedsl-82-207-238-215.citykom.de) (Ping timeout: 265 seconds) |
| 2021-07-28 03:02:31 | → | td_ joins (~td@muedsl-82-207-238-200.citykom.de) |
| 2021-07-28 03:06:14 | <fizzie> | > fromInteger (-20) :: Word32 -- maybe would have also worked as a workaround? |
| 2021-07-28 03:06:15 | <lambdabot> | 4294967276 |
| 2021-07-28 03:08:45 | → | cjb joins (~cjb@user/cjb) |
| 2021-07-28 05:12:14 | × | aegon quits (~mike@174.127.249.180) (Read error: Connection reset by peer) |
| 2021-07-28 05:21:49 | <Solid> | liskin: I didn't enable anything, must've happened by itself |
| 2021-07-28 05:40:28 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-28 05:47:13 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 06:10:23 | × | bla quits (~bla@89-67-84-220.dynamic.chello.pl) (Ping timeout: 265 seconds) |
| 2021-07-28 06:15:12 | → | bla joins (~bla@89-67-84-220.dynamic.chello.pl) |
| 2021-07-28 06:30:59 | × | cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-28 08:17:48 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-07-28 08:17:48 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 08:17:51 | allbery_b | is now known as geekosaur |
| 2021-07-28 08:44:50 | → | qbt joins (~edun@user/edun) |
| 2021-07-28 08:49:26 | × | qbt quits (~edun@user/edun) (Client Quit) |
| 2021-07-28 08:50:14 | → | qbt joins (~edun@user/edun) |
| 2021-07-28 08:50:14 | × | qbt quits (~edun@user/edun) (Client Quit) |
| 2021-07-28 08:50:43 | → | qbt joins (~edun@user/edun) |
| 2021-07-28 09:24:57 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-28 09:28:40 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 10:05:07 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-28 10:39:17 | × | berberman quits (~berberman@user/berberman) (Ping timeout: 245 seconds) |
| 2021-07-28 10:39:22 | → | berberman_ joins (~berberman@user/berberman) |
| 2021-07-28 10:47:51 | → | Nightrain joins (~Night@180.252.201.208) |
| 2021-07-28 10:48:22 | ← | Nightrain parts (~Night@180.252.201.208) () |
| 2021-07-28 10:50:43 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 265 seconds) |
| 2021-07-28 11:13:39 | × | thedward[m] quits (~thedwardm@2001:470:69fc:105::f79) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:05:45 | <unrooted> | Hi, I have a problem with running custom script in xmobar, it hangs up on `Updating...`, what shall I do? |
| 2021-07-28 12:05:53 | <unrooted> | reloading xmonad and xmobar doesn't work, sadly :/ |
| 2021-07-28 12:17:06 | <sibi> | Quiting (killing) the current xmonad session and starting a new one usually fixes that for me. |
| 2021-07-28 12:50:40 | <unrooted> | will try |
| 2021-07-28 12:50:56 | <unrooted> | also, is there xmonad+xmobar pywal Support? |
| 2021-07-28 12:52:22 | × | Lehvak[m] quits (~lehvakmat@2001:470:69fc:105::469) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:27 | × | lyiriyah[m] quits (~lyiriyahm@2001:470:69fc:105::cc0) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:27 | × | poyidag921[m] quits (~poyidag92@2001:470:69fc:105::221d) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:27 | × | sfrique[m] quits (~sfriquema@2001:470:69fc:105::3f27) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | zenity_bro[m] quits (~zenitybro@2001:470:69fc:105::160f) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | r0cket2510[m] quits (~r0cket251@2001:470:69fc:105::e00) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | AhmedAl-Hamed[m] quits (~asalhamed@2001:470:69fc:105::a2c) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | EdwardTjrnhammar quits (~edwtjofai@2001:470:69fc:105::3cb) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | fakecrafter[m] quits (~fakecraft@2001:470:69fc:105::a38) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | ElKowar[m] quits (~elkowarma@2001:470:69fc:105::392) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | issadarkthing[m] quits (~issadarkt@2001:470:69fc:105::a41) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | justinrestivo[m] quits (~justinres@2001:470:69fc:105::a47) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | ph_0x17[m] quits (~ph0x17mat@2001:470:69fc:105::a53) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | pavelthebest[m] quits (~paveltheb@2001:470:69fc:105::a52) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | therivercass[m] quits (~theriverc@2001:470:69fc:105::a5a) (Quit: You have been idle for 30+ days) |
| 2021-07-28 12:52:32 | × | maveous[m] quits (~maveousma@2001:470:69fc:105::2232) (Quit: You have been idle for 30+ days) |
| 2021-07-28 13:28:44 | → | gtc joins (~gtc@r190-0-146-165.ir-static.adinet.com.uy) |
| 2021-07-28 13:39:00 | ← | sridonhiatus[m] parts (~sridmatri@2001:470:69fc:105::1c2) () |
| 2021-07-28 14:26:18 | × | SpiderPig quits (~matt@047-132-233-190.res.spectrum.com) (Ping timeout: 240 seconds) |
| 2021-07-28 14:27:46 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds) |
| 2021-07-28 14:28:11 | → | SpiderPig joins (~matt@047-132-233-190.res.spectrum.com) |
| 2021-07-28 14:33:10 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 15:54:17 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-28 15:57:59 | × | backleet quits (~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-07-28 15:58:36 | → | backleet joins (~backleet@user/backleet) |
| 2021-07-28 16:01:53 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-07-28 16:20:23 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 2021-07-28 16:25:23 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 16:25:30 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 240 seconds) |
| 2021-07-28 16:41:10 | <unrooted> | <psibi[m] "Quiting (killing) the current xm"> ouch, doesn't work for me :/ |
| 2021-07-28 16:41:34 | unrooted | uploaded an image: (6KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/BiDBKMMjZAOcHtFYxbqIlUCv/image.png > |
| 2021-07-28 16:41:40 | <unrooted> | but the script run directly in the terminal works perfectly fine |
| 2021-07-28 16:42:32 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Ping timeout: 252 seconds) |
| 2021-07-28 16:46:34 | × | berberman_ quits (~berberman@user/berberman) (Ping timeout: 240 seconds) |
| 2021-07-28 16:46:35 | → | berberman joins (~berberman@user/berberman) |
| 2021-07-28 17:01:41 | <unrooted> | I'm killing and starting it again over and over again and it still doesn't work sadly :/ |
| 2021-07-28 17:01:41 | <unrooted> | any ideas? |
| 2021-07-28 17:02:38 | <unrooted> | same with touch-to-click on touchpad and media keys, anyone did that with success? |
| 2021-07-28 17:30:25 | → | Air4x joins (~mario@host-82-54-191-183.retail.telecomitalia.it) |
| 2021-07-28 17:36:23 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 17:41:38 | <unrooted> | ok, reinstalling xmobar fixed this issue |
| 2021-07-28 17:42:01 | <unrooted> | anyway, any ideas when it comes to |
| 2021-07-28 17:42:01 | <unrooted> | 1. pywal integration |
| 2021-07-28 17:42:01 | <unrooted> | 2. touch-to-click touchpad thingy |
| 2021-07-28 17:42:01 | <unrooted> | 3. media keys? |
| 2021-07-28 17:45:05 | × | backleet quits (~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-07-28 17:45:52 | → | backleet joins (~backleet@user/backleet) |
| 2021-07-28 17:54:02 | <Air4x> | for media key you can use XMonad.Utilks.EZConfig |
| 2021-07-28 17:54:18 | <Air4x> | keys* |
All times are in UTC.