-
nvim -version
```
NVIM v0.4.0-731-g400ee5924
Build type: Debug
LuaJIT 2.0.5
Compilation: /usr/bin/cc -fsanitize=address -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -s…
-
### Which OS are you using?
Windows
### Expected Behaviour
The latest version of the Garry's Mod addon should be downloaded and installed
### Actual Behaviour
...
I also see the following erro…
-
### Did you check docs and existing issues?
- [X] I have read all the trouble.nvim docs
- [X] I have searched the existing issues of trouble.nvim
- [X] I have searched the existing issues of plugins …
-
This can get complicated quickly if hand-rolled from scratch (see luvit's `repl`), especially with async code.
To keep things simple, should just copy/paste the LuaJIT implementation and expose it …
-
When its connection error happened and it should call the callback with error message, it just closes the handle silently
Here it should pass the `callback` to destroy():
https://github.com/luvi…
-
`res:finish("")`
this break in `HTMX/_hyperscript` since the response is needed to handle `htmx:afterRequest` or `/fetch` event handler, is this intentional or is there workaround.
-
Hello there , thanks for this addition for neovim. I am facing problem to run this plugin using on neovim , OSX 13.6.1 . This is the output of checkhealth papis
```
dressing: require("dressing.he…
-
The most popular solution here seems to be [middleclass](https://github.com/kikito/middleclass). I'm not sure I like the API, but it might do for now - can add aliases if needed. This is primarily for…
-
Following #8 and https://stackoverflow.com/questions/40136606/how-to-expose-audio-from-docker-container-to-a-mac/40139001 it should be possible to offer sound for macOS user.
-
https://github.com/Bilal2453/luvit-meta/blob/main/library/net.lua#L230
I'm fairly sure `client` is not a `uv_tcp_t`
I'm not sure what exact type it is (looks like a luvit.net.Socket) but :on() and o…