sternenseemann
sternenseemann
How about escaping `\/` at the start of a input line as `/` (and `\\` as `\`)?
Not really that often, and most of the time using a dot or a space is fine. (Also this approach does not help you pasting a list of paths or...
Yeah, this is a difficult question, mcabber for example does only display the JID in one group I think.
Socks5 is more comonly used, isn't it?
:+1:
Isn't history automatically fetched on join? I got history when joining a room (prosody was the server I think.
What do you think, a major command, say `/notifications`, and a subcommand `clearall`? I don't know what other subcommands could be useful though.
`/markallasread` is pretty clumsy, so I guess `/readall` is nice.
I've started working on porting GHC HEAD in nixpkgs to hadrian (https://github.com/NixOS/nixpkgs/pull/179184), maybe that helps you – though I believe our expressions have diverged quite a bit. Haven't gotten very...
Adding `-D_DEFAULT_SOURCE` to `CFLAGS` also resolves the issue. Below is the offending `bits/socket.h` snippet for glibc 2.31 as found on my system. I'm actually not sure if this may be...