Newest at the top
2025-05-05 21:12:21 +0200 | <tomsmeding> | over arrow, you mean? |
2025-05-05 21:12:07 +0200 | <hellwolf> | I can see that too, but I can't articulate it. |
2025-05-05 21:11:58 +0200 | <hellwolf> | can you articulate your aesthetic preference... |
2025-05-05 21:11:27 +0200 | <c_wraith> | Yeah, Bifunctor is generally the way to go. |
2025-05-05 21:11:26 +0200 | <hellwolf> | I see |
2025-05-05 21:11:17 +0200 | <haskellbridge> | <sm> 👆️ |
2025-05-05 21:11:15 +0200 | <monochrom> | Oh, Bifunctor. That's better. |
2025-05-05 21:11:01 +0200 | <monochrom> | But normally I just write that lambda. :) |
2025-05-05 21:10:54 +0200 | <tomsmeding> | hellwolf: use first from Data.Bifunctor |
2025-05-05 21:10:31 +0200 | <monochrom> | I only know of first for this. |
2025-05-05 21:09:44 +0200 | <hellwolf> | "\(x, y) -> (show x, y)", pointfree program tell me to use "first" from Arrow. But I don't want to. |
2025-05-05 21:09:30 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2025-05-05 21:04:20 +0200 | tromp | (~textual@2001:1c00:3487:1b00:cdc3:f42b:30fc:1c61) |
2025-05-05 21:02:41 +0200 | tromp | (~textual@2001:1c00:3487:1b00:cdc3:f42b:30fc:1c61) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-05-05 21:01:04 +0200 | euleritian | (~euleritia@ip5f5ad197.dynamic.kabel-deutschland.de) |
2025-05-05 21:00:43 +0200 | caconym7 | (~caconym@user/caconym) caconym |
2025-05-05 21:00:42 +0200 | euleritian | (~euleritia@dynamic-176-000-054-130.176.0.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-05-05 21:00:01 +0200 | caconym7 | (~caconym@user/caconym) (Quit: bye) |
2025-05-05 20:54:41 +0200 | sam113101 | (~sam@modemcable200.189-202-24.mc.videotron.ca) sam113101 |
2025-05-05 20:53:52 +0200 | Guest52 | (~Guest52@148.63.10.187) (Quit: Client closed) |
2025-05-05 20:50:23 +0200 | user363627 | (~user@user/user363627) (Remote host closed the connection) |
2025-05-05 20:48:18 +0200 | <hellwolf> | I had similar issue when doing nix related --help a while ago. Now the problems have all just happily disappeared. I still dont' know what happened. |
2025-05-05 20:43:46 +0200 | sam113101 | (~sam@modemcable200.189-202-24.mc.videotron.ca) (Quit: WeeChat 4.5.1) |
2025-05-05 20:40:43 +0200 | tolgo | (~Thunderbi@199.115.144.130) (Ping timeout: 276 seconds) |
2025-05-05 20:39:45 +0200 | chele | (~chele@user/chele) (Read error: Connection reset by peer) |
2025-05-05 20:38:49 +0200 | <monochrom> | spelling gnu |
2025-05-05 20:38:31 +0200 | <hellwolf> | from spelling bee to gnulongoptions bee |
2025-05-05 20:37:54 +0200 | <tomsmeding> | hellwolf: also, you have to get much more primitive than xterm for plain 3-bit ansi color escapes to not work |
2025-05-05 20:36:43 +0200 | <tomsmeding> | (`env -u PAGER cabal man` works for me) |
2025-05-05 20:36:21 +0200 | <tomsmeding> | perhaps I'll try unsetting PAGER for a while and seeing whether anything uses more(1) |
2025-05-05 20:36:16 +0200 | <haskellbridge> | <sm> it's a bit out of control |
2025-05-05 20:36:09 +0200 | <tomsmeding> | it seems man(1) defaults to less(1) these days |
2025-05-05 20:36:05 +0200 | <haskellbridge> | <sm> less has _so many_ options.. |
2025-05-05 20:34:54 +0200 | <tomsmeding> | `less -r` is for living dangerously |
2025-05-05 20:34:10 +0200 | <tomsmeding> | -R makes less(1) print ansi escape sequences as-is to the terminal instead of, well, escaping them |
2025-05-05 20:33:46 +0200 | <monochrom> | But actually I only remember adding -i myself, I don't recall why I added -R, I don't even recall hearing about -R at all. |
2025-05-05 20:33:14 +0200 | <haskellbridge> | <sm> in hledger, if we see PAGER=less, we append some options like -R to user's LESS |
2025-05-05 20:32:58 +0200 | <tomsmeding> | https://github.com/haskell/cabal/blob/6953972bfa6ec706d171cda8bfcba2b7354a8206/cabal-install/src/D… |
2025-05-05 20:32:53 +0200 | <monochrom> | I had "export LESS=-iR" in my .profile a long time ago. |
2025-05-05 20:32:38 +0200 | <tomsmeding> | me too |
2025-05-05 20:32:34 +0200 | <hellwolf> | I have PAGER set to "less" |
2025-05-05 20:32:04 +0200 | <tomsmeding> | that's not how that works |
2025-05-05 20:31:55 +0200 | <tomsmeding> | it sees that $PAGER is set and uses that _instead_ of `less -R` |
2025-05-05 20:31:47 +0200 | <tomsmeding> | oh |
2025-05-05 20:30:46 +0200 | sprotte24 | (~sprotte24@p200300d16f2c120050457aa1052cddc8.dip0.t-ipconnect.de) |
2025-05-05 20:30:15 +0200 | <tomsmeding> | I suspect it's calling less(1) without -R or something |
2025-05-05 20:30:03 +0200 | <tomsmeding> | I'm using a terminal with 24-bit color support |
2025-05-05 20:29:49 +0200 | <hellwolf> | are you using xterm or some primitive stuff |
2025-05-05 20:29:03 +0200 | <tomsmeding> | `cabal man` for me gives me a manpage-like thing but with all the ANSI escape codes literally printed out :p |
2025-05-05 20:21:14 +0200 | <EvanR> | that's why email was a nice compromise |