-
![image](https://cloud.githubusercontent.com/assets/6021844/16899175/3d42f44e-4bfa-11e6-8cf3-8447a43bffcc.png)
is on ubuntu 16.04
-
Moving from the discussion in https://github.com/creationix/nucleus/pull/15
> This shouldn't work. The relative path just happens to work because I'm not protecting escaping from the bundle director…
-
Although neovim ships a copy of curl such that it can be assumed to exist on all major platforms, this is still less nice to work with than it could be. For instance, differing locales can make …
-
I made an ad-hoc by-line process output reader and it seems that I found a memory leak.
I wrapped into a min working example below. This is supposed to `uv.async_send` the _lines_ of the output of …
-
Every time I use the function `channel:join()`, it works perfectly fine as the bot joins the specific channel. However, I'm getting an output of libopus not found which make me worry. I already have t…
-
### How are you using the lua-language-server?
NeoVim
### Which OS are you using?
Windows WSL
### What is the issue affecting?
Other
### Expected Behaviour
Ideally if the hint is over a certain…
-
We need a robust web framework for `lev`.
Some of this framework is already in-place with lib/web.lua [1][2] although it would be nice to have WebSocket support, a nice template engine and some path…
-
### Neovim version (nvim -v)
0.7.0
### Vim (not Nvim) behaves the same?
NA
### Operating system/version
Ubuntu 20.04.4 LTS
### Terminal name/version
Kitty 0.15.0/konsole 19.12.3
### $TERM envi…
-
All of these modules have overlapping functionalities wrt to the filesystem
-
Hello!
Is it possible to do:
package.cpath = "./pathToTerraLib/?.dll;"..package.cpath
require("terra")
require("terraFileToLoad")
in a lua file, like in moonscript, by only linking the terra.dll?
Th…