NRK
NRK
But in any case, I agree with the rest. Seems not worth it unless there's *actual* use cases where this matters.
> > Worth noting that the new POSIX supports this use case: https://www.austingroupbugs.net/view.php?id=1044 > > Yes. But we still need to perform a double-fork in order to detach a child...
> The problem is that we still need to reap the zombies if we do not double-fork. Ah, yeah... the zombies. Looked around a bit but it doesn't seem like...
> We can `waitpid(-1, ...)` in a separated thread. I thought about doing it via SIGCHLD handler. But in either case, that's probably not an option since we'd also need...
> My vote goes towards Go because it will already be installed. ```console $ go zsh: command not found: go ``` Have you considered that not every environment is the...
You need to enable `network`, https://github.com/po5/thumbfast?tab=readme-ov-file#configuration
> sebastinas added the Feature issue type As far as I'm aware, this used to work before but broke on some new update. So it's closer to a regression than...
Both the store and load are done via `memcpy` - which works at byte level - and thus there's no alignment issues. Whatever tool you're using is giving false positive...
Any update on this? The problem still exists and is kinda annoying.
Do you see the same problem with the non condensed version? If not then it's probably an artifact from the condensation. Jetbains mono has no official condensed version, so I...