Yonas Yanfa
Yonas Yanfa
Seems there's not activity on this project from the project owner.
binserve doesn't detect config changes or file modifications.
### Describe the bug Add IP_RECVIF amd IP_RECVDSTADDR. Here is an example: https://github.com/nix-rust/nix/pull/1002/files ### To reproduce 1. git clone ... 2. cargo build --release ### System info OS: FreeBSD 14...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Support transparent proxying on FreeBSD, Mac OSX, etc.
It would be nice if, by additional CLI flag, mprocs could automatically quit when all process have stopped, so long as all processes exit with status code zero. An additional...
Clang doesn't have clog10. I think it's specific to gcc. ``` 442 / 476 #0 Updated file:/usr/include/sys/filio.h to iteration 1 443 / 477 #0 Updated file:/usr/include/sys/sockio.h to iteration 1 444...
How does whiz compare to [just](https://github.com/casey/just), [task](https://github.com/go-task/task), etc.
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
``` $ mkdir build ; cd build ; cmake -G Ninja .. ; ninja ... [262/376] Building CXX object CMakeFiles/codon_test.dir/test/cir/instr.cpp.o /usr/home/yonas/git/make-cd/files/codon/build/codon_rules.cpp:883:32: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] return ast(LOC, move(stmts));...