-
Lua 5.3 supports bitwise operators. LuaJIT already has bitwise functions in the `bit` library, so adding the operators should be a matter of lexer/parser support.
-
The backslashes are placed before the closing square brackets only so
the comment doesn't break\. they should be removed before using\. \(\\\]\\\]\)
These patterns allow for usernames in the keyword…
-
HACK: held together with chewing gum and bailing wire
WARN: something bad may happen
PERF: make it faster or more efficient
NOTE: something informative
TEST: will it work
IDEA: try this
SE…
-
in the header\.
https://github.com/JohnnyAmos/nvim-configuration/blob/8daf0809737807deececc68ff5c32a5892a18669/lua/config/plugins.lua#L455-L456
```lua
-- ╔═JMJ══════════════════════╡ ❈✧❈ ✞ ❈✧❈ …
-
https://github.com/JohnnyAmos/nvim-configuration/blob/8daf0809737807deececc68ff5c32a5892a18669/lua/config/plugins.lua#L431
```lua
-- ╔═JMJ══════════════════════╡ ❈✧❈ ✞ ❈✧❈ ╞═════════════════════…
-
there's gaps and things in the readme that don't match up
i suppose it's a compliment that i even bother to comment at all
on the VERY common case of the project having moved away it's readme
it's onl…
-
The permission management for roles as well as categories and textChannels / voiceChannels does not function correctly. After a fair bit of research with the help of another discord user, it appears t…
-
I meant to push https://github.com/luvit/luv/commit/b35a4c0cf3838909f019e75edb84b32e7e1f96ff to a fork then PR it, but I got trigger happy. Apologies.
Lua updated to [5.4.7](https://www.lua.org/ver…
-
Hi!
I've drafted a simple hello-world [HTTP server](https://github.com/dvv/luv-1/blob/master/examples/http_hellosvr.lua), to test luv under the load via `ab -n100000 -c500 ...`
The result is that the…
-
In my opinion, the lack of "async listener"-esque functionality is a bug in the JavaScript language. There should be something built in to the language, and the engine, that allows you to intercept an…