-
### Which OS are you using?
MacOS
### Expected Behaviour
The plugin should function after install
### Actual Behaviour
...
I also see the following error:
Retrieved Log
```
#### STARTUP…
-
In accordance with the rationale outlined [here](https://evo-lua.github.io/docs/background-information/design/drafts/build-system-rework), I want to give this a try and see if it's actually an improve…
-
Goals:
- [x] Change logs can be generated from git commits automatically
- [x] They are appended to GitHub Releaes automatically (example [here](https://github.com/softprops/action-gh-release#-ext…
-
luvi `2.12`, linux release is mis-tagged.
![image](https://user-images.githubusercontent.com/34854689/200905317-09f4c26d-3eb3-4ba6-bb2a-174337c35baa.png)
![image](https://user-images.githubuserconte…
-
https://github.com/luvit/luvi/blob/4115796e4a259e4ba1d6a10454f97955f062ce16/src/main.c#L100
should we rename "rex" to "rex.pcre"? I think we compat to office version name.
If yes, I can make a …
-
https://github.com/kikito/inspect.lua/blob/master/inspect.lua
reduction:
```lua
local function escape(str)
return (str:gsub("\\", "\\\\"):gsub("(%c)%f[0-9]", longControlCharEscapes):gsub("%c", …
-
### Feature already in Vim?
I guess no
### Feature description
Will neovim add multi-thread support in the future? if so, the syntax hl can be given to another thread handle so I guess the pe…
-
There seems to be no native arm binary. So I tried to build from source but it still tries to download some kind of binary (custom luvi?). Why doesn't it use the luvi I just compiled?
...
includ…
-
Hello! I have suggestion to make `tl.lua` to be more restrictive with types declaration and things, like the `tl` compiler.
The reason I want to have more static typed `.tl` modules/scripts for [Tl…
-
I don't currently think this is a feature, at least it's not auto updating for me in Python.
Currently I have another terminal window open which auto runs my unit tests when any python file changes…