Balazs Erdos

Results 32 issues of Balazs Erdos

If I copy a line using vscode-multiclip and paste it then an auto text is joined to my first copied text. for example I copied the line `test` and after...

Hi @shinokada , Do you think it is this easy to add something like installing `man` pages from the repo if it presents there? I used `awesome` to install https://github.com/alexmyczko/fnt,...

Anybody experienced that renaming file like `mv a b` fails with the error message: `mv: cannot move 'a.sh' to 'b.sh': No such file or directory` then git status shows the...

Hi presslabs, is this possible to use **gitfs** inside **/etc/fstab** to mount during boot?

Currently, arguments like `allow_others` without value are ignored. Maybe we should use them as boolean true flags.

I'm trying to use the CLI with same arguments as in gulp that works. Nothing happens after I ran the CLI command. There is no message, what's wrong with it,...

enhancement

I noticed `quicktype` cleans up the leading underscores in the field names that are parsed by `--no-just-types` __init__ but not by `--just-types`. > ` rallyAPIMajor = int(from_str(obj.get("_rallyAPIMajor")))` I use **quicktype**...

Hi @onsails, Thank you for your plugin. I use it with the sample config: ```lua lua require("diaglist").init({ debug = false, debounce_ms = 150, }) ``` I noticed the quickfix only...

- Output of `vim --version`: `NVIM v0.7.0 Build type: Release LuaJIT 2.1.0-beta3` - Platform: - [x] Linux - [ ] Mac OS X - [ ] Windows #### If you...

On Linux using `Pget 0.1.1` installed by `linuxbrew` I'm getting the following error when I download a binary. How could we fix it? `$ pget https://github.com/42wim/matterbridge/releases/download/v1.25.0/matterbridge-1.25.0-linux-64bit` ``` Error: failed to...