-
From https://github.com/wahern/cqueues/issues/5
> I do need to add proper :recvmsg and :sendmsg calls which allow reading and sending OOB data, support SO_OOBINLINE as a socket option, etc. It's just…
-
Trying to build on OSX, where `CC=export MACOSX_DEPLOYMENT_TARGET=10.5; gcc` results in the error:
```
mk/vendor.cc: line 7: export: `-E': not a valid identifier
mk/vendor.cc: line 7: export: `-': n…
-
We currently have an outage where `lon1.irc.hashbang.sh` fails all TLS handshakes.
All users in Europe are only sent a record for `lon1`.
- [ ] The health check should actually perform a TLS hands…
-
i m trying to import the requests library but i got this error
error loading module 'cjson.safe' from file '/usr/local/lib/lua/5.2/cjson.so':
/usr/local/lib/lua/5.2/cjson.so: undefined symbol: l…
-
Using the GUI I can only upload a rockspec, the rock upload fails.
If I add a `rockspec` and a `rock` to the GUI, only the `rockspec` is uploaded and added. If I only add a `rock` I get "Errors: mi…
-
Although neovim ships a copy of curl such that it can be assumed to exist on all major platforms, this is still less nice to work with than it could be. For instance, differing locales can make …
-
Didnt notice the lua 5.3 requirement until luarocks install complained :)
I have a pretty big luajit/5.1 codebase that I would like to connect to a discord bot and its hard to tell at a glance how …
-
I'm unable to build using buildkit container on RaspberryPi 4 running latest Rasbian (armv7). The build fails consistently but at different stages and with different error messages.
What I'm doing.…
-
Generated with:
``` lua
local r = require "lredis.cqueues".connect_tcp()
r:call("multi")
r:call("subscribe", "test")
r:call("publish", "test", "a message")
r:call("unsubscribe", "test")
r:call("exec"…
-
I'm wondering what side effects may exist if there are more than KPOLL_MAXWAIT events available.
e.g.
`cqueue_step` only calls `kpoll_wait` once, so each `:step()` may not make it through all pending…