-
Unfortunately FT.SEARCH (from within lua scripts) works in redis but not in dragonflydb.
Is there a setting in df that I need to enable manually first for it to work (f.e. some atomicity setting) or…
-
As of 1.21.1 turtle.craft() doesn't not show up as a useable function.
Found on tk.lua line 9450 I believe it was.
-
http://nixos.org/nix/manual/#ssec-nix-shell-shebang:
> You can use **nix-shell** as a script interpreter to allow scripts written in arbitrary languages to obtain their own dependencies via Nix. This…
-
```
Implement the removal of references in lua interpreter for objects that have
been deleted in the c++ environment.
http://www.lua.org/notes/ltn005.html - This article could be used as
reference
…
-
# Issue
When installing the extension, debugging does not work out of the box due to the following error:
```bash
[LuaPanda] [Error] reGetSock fail
[LuaPanda] [Error] Start debugger but get So…
-
Hi,
I would like to use this plugin with the framework torch.
For now, i installed the plugin with vim-plug and the plugin doesn't seem to work well.
After rapidly reading the doc, i set these setting…
-
LuaRT-Studio (release v1.6.0) comes with "lua.exe" (interpreter?, in bin folder) that has dependency on "lua51.dll".
Is there a way to get "lua.exe", however that targets v53 or v54 of lua?
Reas…
-
## Issue description
One problem is that handling of LUA_PATH across nixpkgs is very heterogeneous, and so it makes harder to make some global changes. I think it's heterogeneous partly because lua…
teto updated
5 months ago
-
Just something I figured out when it comes to running love games from eclipse,
Right click main.lua > run as > run conf > select the current project > runtime interpreter set to alternate interpret…
-
Currently, the os.time function produces an epoch timestamp representing the current time even when provided with a specific date. For example:
```
local t_date = {
year = 2014,
month = 07…