Logs: freenode/#haskell
| 2020-10-26 19:35:38 | <tomsmeding> | it does more, for more targets, and of better quality, when compared to languageclient-neovim |
| 2020-10-26 19:35:57 | <tomsmeding> | unless I'm missing something |
| 2020-10-26 19:36:13 | × | dansho quits (~dansho@ip68-108-167-185.lv.lv.cox.net) (Quit: Leaving) |
| 2020-10-26 19:36:16 | <thblt> | Ha yes I misread, it's for *Vim |
| 2020-10-26 19:36:55 | → | nuncanada joins (~dude@179.235.160.168) |
| 2020-10-26 19:37:13 | → | dansho joins (~dansho@ip68-108-167-185.lv.lv.cox.net) |
| 2020-10-26 19:38:28 | × | dansho quits (~dansho@ip68-108-167-185.lv.lv.cox.net) (Remote host closed the connection) |
| 2020-10-26 19:38:54 | → | dansho joins (~dansho@ip68-108-167-185.lv.lv.cox.net) |
| 2020-10-26 19:39:04 | → | nkly joins (~nkly@ip5b405665.dynamic.kabel-deutschland.de) |
| 2020-10-26 19:40:39 | → | acidjnk_new joins (~acidjnk@p200300d0c7237822f9c109cfb48a3b3a.dip0.t-ipconnect.de) |
| 2020-10-26 19:42:44 | × | invaser quits (~Thunderbi@31.148.23.125) (Ping timeout: 258 seconds) |
| 2020-10-26 19:43:29 | × | knupfer quits (~Thunderbi@i59F7FFDF.versanet.de) (Quit: knupfer) |
| 2020-10-26 19:45:27 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:c9f4:39c8:ab29:a9e1) |
| 2020-10-26 19:45:48 | × | dansho quits (~dansho@ip68-108-167-185.lv.lv.cox.net) (Quit: Leaving) |
| 2020-10-26 19:47:57 | → | Amras joins (~Amras@unaffiliated/amras0000) |
| 2020-10-26 19:48:14 | × | mmohammadi9812 quits (~mmohammad@5.238.178.31) (Read error: Connection reset by peer) |
| 2020-10-26 19:48:27 | × | Athas quits (athas@2a01:7c8:aaac:1cf:c447:4462:6f16:b387) (Quit: ZNC - http://znc.sourceforge.net) |
| 2020-10-26 19:48:29 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2020-10-26 19:48:40 | → | Athas joins (athas@2a01:7c8:aaac:1cf:3df1:2652:30d1:76b7) |
| 2020-10-26 19:48:50 | → | mmohammadi9812 joins (~mmohammad@5.238.178.31) |
| 2020-10-26 19:49:50 | → | geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) |
| 2020-10-26 19:50:19 | → | Katarushisu9 joins (~Katarushi@cpc149712-finc20-2-0-cust535.4-2.cable.virginm.net) |
| 2020-10-26 19:50:41 | → | dansho joins (~dansho@ip68-108-167-185.lv.lv.cox.net) |
| 2020-10-26 19:50:56 | × | Katarushisu quits (~Katarushi@cpc149712-finc20-2-0-cust535.4-2.cable.virginm.net) (Ping timeout: 265 seconds) |
| 2020-10-26 19:50:56 | Katarushisu9 | is now known as Katarushisu |
| 2020-10-26 19:51:39 | → | justHaunted joins (~justache@unaffiliated/justache) |
| 2020-10-26 19:52:32 | × | ransom quits (~c4264035@2601:285:201:6720:29d7:b759:40a:f2c3) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-26 19:53:02 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2020-10-26 19:53:03 | × | DataComputist quits (~lumeng@static-50-43-26-251.bvtn.or.frontiernet.net) (Quit: Leaving...) |
| 2020-10-26 19:53:10 | <dansho> | anyone know why terminal transparency (xfce4-terminal) in xmonad stopped working when i did a system upgrade? "Opacity is not available since compositing is either disabled or not supported by your Window Manager" |
| 2020-10-26 19:53:38 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 2.9) |
| 2020-10-26 19:54:01 | <thblt> | dansho: something broke your compositing manager? Maybe config becoming invalid? |
| 2020-10-26 19:54:53 | <dansho> | i'm on nixos, just upgraded from 19.03 -> 20.03, but otherwise the system config is the same |
| 2020-10-26 19:55:10 | <thblt> | dansho: well what's your compositing manager? compton? |
| 2020-10-26 19:55:15 | <geekosaur> | xmonad doesn't do compositing, you'd have to run a separate compositor. (I use compton, there are others) |
| 2020-10-26 19:55:25 | <dmwitch> | Perhaps your terminal changed from doing fake transparency (which does not need a compositor) to real transparency. |
| 2020-10-26 19:55:49 | <dansho> | i assume its xfce: desktopManager.xfce.enable = true; |
| 2020-10-26 19:56:03 | <thblt> | Also maybe we could move the discussion to #nixos? |
| 2020-10-26 19:56:10 | <thblt> | could/should? |
| 2020-10-26 19:56:23 | <geekosaur> | xfce isn't a compositor, it's a desktop environment |
| 2020-10-26 19:56:23 | <dansho> | thanks =) |
| 2020-10-26 19:56:49 | × | ggole quits (~ggole@2001:8003:8119:7200:b470:4a52:b5a6:e9d) (Quit: Leaving) |
| 2020-10-26 19:57:02 | <dmwitch> | Desktop management is... not the same as compositing management. |
| 2020-10-26 19:58:03 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds) |
| 2020-10-26 19:58:51 | <thblt> | Os you have services.picom.enable or services.compton.enable in your configuration.nix? |
| 2020-10-26 19:58:54 | <thblt> | Do |
| 2020-10-26 20:00:15 | <dansho> | neither |
| 2020-10-26 20:00:37 | <thblt> | then maybe you should. picom --- it's the most recent name. rebuild --switch then restart X |
| 2020-10-26 20:01:57 | <maerwald> | well, none of that is ontopic (xfce, xmonad, nix, picom) :p |
| 2020-10-26 20:02:46 | × | ixlun quits (~matthew@213.205.241.94) (Read error: Connection reset by peer) |
| 2020-10-26 20:02:56 | → | fendor joins (~fendor@078132040188.public.t-mobile.at) |
| 2020-10-26 20:03:13 | <dmwitch> | I think it's fine to help with that stuff in here.3 |
| 2020-10-26 20:03:44 | <dmwitch> | (I think it's also fine to say "nobody seems like an expert right now and there are places more targeted to that expertise".) |
| 2020-10-26 20:04:03 | → | britva joins (~britva@2a02:aa13:7240:2980:b0bb:4de0:a28f:1dc2) |
| 2020-10-26 20:04:08 | → | inkbottle joins (~inkbottle@aaubervilliers-654-1-117-120.w86-198.abo.wanadoo.fr) |
| 2020-10-26 20:04:10 | × | zebrag quits (~inkbottle@aaubervilliers-654-1-73-154.w86-212.abo.wanadoo.fr) (Ping timeout: 260 seconds) |
| 2020-10-26 20:04:12 | × | britva quits (~britva@2a02:aa13:7240:2980:b0bb:4de0:a28f:1dc2) (Client Quit) |
| 2020-10-26 20:04:41 | <dansho> | thanks i'll try |
| 2020-10-26 20:04:43 | × | dansho quits (~dansho@ip68-108-167-185.lv.lv.cox.net) (Quit: Leaving) |
| 2020-10-26 20:04:55 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2020-10-26 20:05:37 | → | bliminse joins (~bliminse@host109-158-26-29.range109-158.btcentralplus.com) |
| 2020-10-26 20:06:24 | → | britva joins (~britva@2a02:aa13:7240:2980:b0bb:4de0:a28f:1dc2) |
| 2020-10-26 20:07:30 | → | rprije joins (~rprije@194-193-168-77.tpgi.com.au) |
| 2020-10-26 20:07:54 | × | idhugo quits (~idhugo@563472ae.rev.stofanet.dk) (Ping timeout: 256 seconds) |
| 2020-10-26 20:08:05 | × | justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 240 seconds) |
| 2020-10-26 20:09:40 | → | aarvar joins (~foewfoiew@50.35.43.33) |
| 2020-10-26 20:09:52 | → | dansho joins (~dansho@ip68-108-167-185.lv.lv.cox.net) |
| 2020-10-26 20:10:45 | × | mananamenos__ quits (~mananamen@vpn236-203.vpns.upv.es) (Ping timeout: 240 seconds) |
| 2020-10-26 20:10:55 | <dansho> | thanks it worked =) |
| 2020-10-26 20:11:27 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Remote host closed the connection) |
| 2020-10-26 20:11:43 | → | GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-10-26 20:11:43 | × | GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-10-26 20:11:43 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-26 20:11:58 | <geekosaur> | so they removed automatic compositing from the xfce configuration |
| 2020-10-26 20:12:43 | → | damianfral3 joins (~damianfra@174.red-37-13-187.dynamicip.rima-tde.net) |
| 2020-10-26 20:13:49 | <hyperisco> | so I could traverse_ with StateT to keep a running state… is there a definition other than traverse_ to use? |
| 2020-10-26 20:14:34 | × | bartemius quits (~bartemius@109.252.20.20) (Remote host closed the connection) |
| 2020-10-26 20:17:00 | → | conal joins (~conal@2600:380:444d:d3f4:d82:fca6:5a7c:8afb) |
| 2020-10-26 20:17:25 | × | geowiesnot quits (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2020-10-26 20:17:25 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 240 seconds) |
| 2020-10-26 20:17:37 | × | xff0x quits (~fox@2001:1a81:53e0:c700:61cc:9558:5574:c70a) (Ping timeout: 260 seconds) |
| 2020-10-26 20:18:14 | → | xff0x joins (~fox@2001:1a81:53e0:c700:623b:a273:9fc7:c0b1) |
| 2020-10-26 20:18:16 | <edwardk> | :t mapAccumL |
| 2020-10-26 20:18:18 | <lambdabot> | Traversable t => (a -> b -> (a, c)) -> a -> t b -> (a, t c) |
| 2020-10-26 20:18:56 | → | olligobber joins (olligobber@gateway/vpn/privateinternetaccess/olligobber) |
| 2020-10-26 20:19:00 | <edwardk> | sadly there is no mapAccumL_ |
| 2020-10-26 20:20:31 | → | lambda-11235 joins (~lambda-11@2600:1700:7c70:4600:252e:56ab:ce70:1eed) |
| 2020-10-26 20:21:32 | → | justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311) |
| 2020-10-26 20:21:55 | × | justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Client Quit) |
| 2020-10-26 20:22:18 | × | nyaomi quits (~naomi@cpe-74-75-6-125.maine.res.rr.com) (Quit: meow) |
| 2020-10-26 20:22:31 | → | justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311) |
| 2020-10-26 20:23:23 | × | justHaunted quits (~justache@unaffiliated/justache) (Quit: The Lounge - https://thelounge.chat) |
| 2020-10-26 20:24:32 | <hyperisco> | meh StateT it is then |
| 2020-10-26 20:25:36 | × | lambda-11235 quits (~lambda-11@2600:1700:7c70:4600:252e:56ab:ce70:1eed) (Max SendQ exceeded) |
| 2020-10-26 20:26:16 | → | lambda-11235 joins (~lambda-11@2600:1700:7c70:4600:252e:56ab:ce70:1eed) |
| 2020-10-26 20:27:29 | × | britva quits (~britva@2a02:aa13:7240:2980:b0bb:4de0:a28f:1dc2) (Quit: This computer has gone to sleep) |
| 2020-10-26 20:31:02 | × | Katarushisu quits (~Katarushi@cpc149712-finc20-2-0-cust535.4-2.cable.virginm.net) (Ping timeout: 260 seconds) |
| 2020-10-26 20:31:36 | → | Katarushisu joins (~Katarushi@cpc149712-finc20-2-0-cust535.4-2.cable.virginm.net) |
| 2020-10-26 20:31:38 | → | britva joins (~britva@31-10-157-156.cgn.dynamic.upc.ch) |
| 2020-10-26 20:32:15 | × | mbomba quits (~mbomba@142.114.9.241) (Quit: WeeChat 2.9) |
All times are in UTC.