Anton Lindqvist
Anton Lindqvist
I experienced some difficulties while trying to start the cijoe server on my local machine (OS X). The set call on line `103` got stuck in recursion. This could be...
This is probably my last remaining annoyance with pick, the fact that it does a blocking read of stdin until EOF prior to entering its main loop. If stdin is...
Related to GitHub issue #269 and #271.
It would be interesting to investigate adding support for sandboxing on operating systems other than OpenBSD where [pledge] is available. There's seccomp on Linux and Capsicum on FreeBSD. I wouldn't...