-
## Describe the bug
**Multiple different client offset_encodings detected**
## To Reproduce
1. ... C and C++
## Desktop
- OS: MacOS M1
- Terminal: iTerm
```
-- LSP Plugins
re…
-
Duktape's current module support is very minimal, mainly to keep the default code/memory footprint low, and to minimize any platform portability issues. Duktape's built-in `require()` handles the usu…
-
As a follow up to issue #1, how do you manage your time to accomplish all that you do? How many hours a day do you sleep?
-
How do I run a single javascript file? with browserify it's really easy to take a lot of javascript and run it on any javascript platform, however nucleus seems to insist on running _directories_ that…
-
In lua, for some reason (possibly to optimize the internal layout of the stack and upvalues?), the pseudo-variable `...` is not lexically scoped like other variables.
This is an error:
``` Moonscrip…
-
This task will fix #99.
The idea is to protect all calls into Lua from C using pcall. If there is an error, it will be handled by the current global error handlers. If there is no current error han…
-
When entering the following command into the luvit repl
`print(string.format("%x",0x3736353433323130))`
I would expect to get `3736353433323130` but instead I get `3736353433323200`
If I run th…
-
Since it's possible to generate a standalone static build of cduke with musl to combine it with a zip app, it would be good if possible to be able to set it an icon like on Windows and Mac, and make i…
-
Unless there is a strong reason for the current behavior, I propose that the callback which is given as the third argument to `signal_start` and `signal_start_oneshot` should receive/propagate the sig…
-
In the luvit repl loading the LuaJIT string buffer library fails.
```
require('string.buffer')
```
I could not figure out how to require it in luvit. Works fine in a luvi application.