sternenseemann
sternenseemann
browserify doesn't implicitly set opts.paths to NODE_PATH anymore unlike stated previously in this documentation. For background see: * * *
Electron = 12?
Had an JID in my roster which never approved or rejected my `/add` because the account did not exist. I was unable to remove the JID with the error message...
I am not sure, which would be the best way to implement this, I guess a command is a good idea. Any opinions on this? I would try to implement...
I think long-term-wise it would be good to have mutli-user-support in place. For IRC support jackline would definately need such an mechanism for managing IRC and XMPP at the same...
This resolves an issue with glibc 2.31 I experienced where SO_REUSEPORT would be missing because glibc only includes linux headers if __USE_MISC is set which is caused by _DEFAULT_SOURCE in...
When dealing with HTTP keep-alive connections in practice, terminating a `httpserver.h` based application via a `SIGTERM` handler similar to the one in `test/main.c` will leak memory as `free(http_server)` isn't enough...
Some sub packages indicate that they have tests and even a test phase, but don't have any tests if `dune runtest -p PACKAGENAME` is executed: * git-cohttp * git-cohttp-mirage *...
Observed this failure on `x86_64-darwin`, but re-running the test suite made it pass, so this test case may be flaky (or maybe have locale-specific edge cases as it involves sorting?)....