Dror Levin
Dror Levin
Python 3.7 was released with this included so it can now be tested and used.
Another use-case: since `connect()` can return `EADDRNOTAVAIL` when no ephemeral ports are available I would like to set `SO_REUSEADDR` on the socket before `connect()`ing, but there's currently no way to...
Not sure if this is related to projectile as the problem for me is not at runtime, but the call to `spaceline-compile` for spaceline-all-the-icons, which happens once on load. While...
You suggestion to allow customizing separator size independently sounds great.
Removing `setopt rc_expand_param` from my `zshrc` solved this for me.
@bddenhartog I read the documentation for that option and I don't know why it causes this bug, but the fact is that for me adding it causes it and removing...
Broken here too on macOS 12.6, neovim 0.8.0: ``` ―― 10:38:41 - Neovim ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Error detected while processing BufWinEnter Autocommands for "*": E495: no autocommand file name to substitute for...
The problem is that a bar is not an underline but a vertical line, can something like be done with face?
I'm having this same issue but with `x86_64-unknown-linux-musl` where `request` is `i32` as opposed to `u64`. What do you mean an oddity of C? Is this not a bug in...
I see the tests failed, specifically "check whether TRACE is came from STDERR". Should I undo the change for TRACE or fix the test?