-
Please use this template for any bugs or problems you encounter using the tools and label the issue appropriately. Fill as many of the fields listed below as possible.
# Error:
Unhandled Exception…
-
### Neovim version (nvim -v)
v0.8.0
### Vim (not Nvim) behaves the same?
not tested
### Operating system/version
Gentoo Linux Stable Up2Date 5.15.80-gentoo-x86_64
### Terminal name/v…
-
nvim dumps core when using this parser. Journalctl reports:
```
systemd-coredump[15240]: [🡕] Process 13177 (nvim) of user 1000 dumped core.
…
-
Pokébot NDS v0.7.0-alpha by NIDO (wyanido)
https://github.com/wyanido/pokebot-nds
Detected Game: Pokemon White Version
Trying to establish a connection to the dashboard... Connected!
Waiting f…
-
I have this following Lua script.
```lua
function add(a, b)
return a + b
end
function multiply(a, b)
return a * b
end
some_function_that_doesnt_exist()
-- Example usage
local resul…
-
**Describe the bug**
Nvim crashes in case execute `NvChadUpdate`.
**To Reproduce**
Steps to reproduce the behavior:
1. Open `nvim`.
2. Execute command `NvChadUpdate`.
3. `nvim` is exited.
*…
-
### Description
MAUI app on Mac Catalyst with NLua NuGet crashes on startup. Probably the bug is not specific to the NLua NuGet.
The internal library `liblua54` is linked to the path `@rpath/libl…
-
我使用xlua作为游戏的内嵌脚本语言. 允许玩家自定义脚本.
现在有个玩家在脚本里面写了一个死循环. 当我用DoString去加载这个脚本时候会直接卡死.
于是我在外面加入了一个Task
```csharp
var isSucceed = false;
var task = Task.Run(() => {
isSucceed = sandbox.DoString(xx…
-
My *.lua and dll is in same folder(Not folder "lua", in folder "test").
When i require dll in lua script and DoFile using NLua.Lua object, it can't find the dll. But when i try by KeraLua.Lua it is s…
-
Having switched to Vortice.Windows, are you now able to release a version targeting .NET Standard 2.0 (or any version of .NET Framework)?