Hugo Musso Gualandi

Results 19 issues of Hugo Musso Gualandi

### Version of Kakoune Kakoune v2021.11.08-204-g459c6f58 ### Reproducer Ask kakoune to edit a fish shell script that has a `#!/usr/bin/fish` shebang but no file extension. ### Outcome Kakoune sets the...

bug

I think if the project description explained better what vim-gnupg actually does under the hood it would be easier for a new user to understand what kind of security guarantees...

On a fresh installation of Luarocks, I get an error if I try to use `luarocks config` to set the local user config. For example, the following error happens if...

Apparently, the filtering functionality includes a text search in the project's description, which can lead to false positives:. For example, when selecting "I need... a class system", around 25% of...

website-bug

I got a build error when I tried to build lqt on Ubuntu. The installed version of libqt4-dev is 4.8 This is the output from the build: http://pastebin.com/RzCeUfFW This is...

We should be able to leverage the existing Lua [test suite](https://www.lua.org/tests/). - [x] Test without compilation (to test the changes to the interpreter) - [x] Test with compilation (to test...

enhancement

We know that it is possible to do so, because we managed to build a standalone `tl` using the tl standalone bundler. However, it would be nice to document how...

documentation
help wanted

The README points to the wiki page for [Deploy a server](https://github.com/jbyuki/instant.nvim/wiki/Deploy-a-server) but that wiki page does not exist. Broken URL: https://github.com/jbyuki/instant.nvim/wiki/Deploy-a-server

I gave the exercises in Chapter 15 to my students and several of them presented solutions that computed `2*3 + 1` instead of `1 + 2*3`. They kept the structure...

LuaFormatter version 1.3.6 produces invalid output if the input program contains a `[[` string inside a `[ ] =` table constructor. ```lua t = { [ [[abc]] ] = 1}...