-
I'm registering a function to be used inside Lua, the problem is that function is a Javascript async operation.
I'm noticing that the Lua code is not waiting for that to resolve so it's returning an …
-
For many applications, for example for the creation of lemmatization lists or dictionaries, it would be super useful to have a post-processed version of the inflections, or something like a function t…
-
Sailor has been almost abandoned for almost two years now because I didn't have time and I had to move on to other projects due to MSc and work. There were some people offering help, but in the end no…
-
It's a very small thing but in the reference implementation of Lua (as well as LuaJIT), infinity prints as `inf`, whereas in Fengari it prints as `Infinity`.
Seems it would be nice if it was the sa…
-
Currently it seems like our tests do not cover this yet.
-
I clicked on the demo, the python example is missing an image. Click on it, and I get an error.
The larger problem is that I am not sure what this is.
I think running jupyter notebooks in the b…
-
# 🙋 feature request
Allow loading+running lua code
## 🤔 Expected Behavior
- Bundle lua code in as an asset
- Preload the lua code into a [fengari-web](https://github.com/fengari-lua/feng…
-
Hi,
I'm working on some demo which runs inside a browser, I've thought that I will able to run `ioredis-mock` inside the browser (bundled with webpack), but it relays heavily on other node modules …
-
when i pull up the developer console, I get this error
Uncaught ReferenceError: module is not defined
http://localhost:8000/Documents/GitHub/ZultaCulu.github.io/frameworks/fengari-web.js:1
-
Here is a radical idea - something we should consider and discuss seriously - not necessarily something we will do:
How about if we remove the Lua C-API from RaptorJIT? Idea from https://github.com…