Kim Alvefur
Kim Alvefur
We do currently run multiple builds, one for each OS/distro and Lua version, and it works decently after adding a lock to keep the number of concurrent builds down. Our...
This seems to be this bug https://github.com/diegonehab/luasocket/issues/331 in LuaSocket on Lua 5.4, it can be reproduced with `lua5.4 -e 'require("socket.http").request("http://www.example.com/"')`.
The Prosody plugin installer uses luarocks behind the scene to install primarily pure Lua modules. Needing to have development headers available makes this awkward for our users, especially as they...
> It should also ideally be moved to the community plugins repo, since it's not used by default. That was done in https://github.com/conversejs/converse.js/commit/45e989f0480c0cb068397a5f28a0be813c3fe1a6 so maybe this issue should move there...
> Could you assign this issue to me? @avnogy I have no such privileges here, but if you Just Do It and open a PR referencing this issue, the worst...
Thanks, wasn't aware of `--offline`. Still, it'd be awfully convenient to be able to build and print the full URL. [This](https://hg.prosody.im/prosody-modules/file/tip/mod_rest/example/rest.sh) is not a tutorial, I'm not sure it is...
See https://github.com/elastisys/compliantkubernetes-apps/blob/main/config/schemas/README.md ~~and remind me tomorrow to add a link to that in the reviewer info~~. It's also closely related to the OpenAPI format used in CRDs.
Can the "smart" behavior be enabled with an option?
The problem seems to be `fix_str()` in `typedlua/tlcode.lua` and/or `typedlua/tllexer.lua`.
Hm, is [`sort_keys()`](https://mikefarah.gitbook.io/yq/operators/sort-keys) and `--prettyPrint` enough to do this?