Simon Désaulniers
Simon Désaulniers
Hi, So I tried to use your `Write-Host` function in remote sessions and it didn't output any text. That is due to the usage of `System.Console.Write(Line)` which are not usable...
#### Runtime Environment - Operating system and version: Archlinux - Terminal emulator and version: alacritty 0.11.0 (8dbaa0bb) - Python version: `Python 3.10.9` - Ranger version/commit: ranger version: ranger-master v1.9.3-548-gf8b304f7 Python...
I have this binding in my config file: ``` bind refs p ?git push -u %(remote) %(refname) ``` I want to press `p` in refs view in order to push...
As I have described [here](https://github.com/OmniSharp/omnisharp-vim/issues/701) I'm having errors when trying to run `omnisharp-roslyn` on my project. Here is the log file: [omnisharp-roslyn.log](https://github.com/OmniSharp/omnisharp-roslyn/files/6641549/omnisharp-roslyn.log) It has been 'anonymized'. I hope it is...
I saw [somewhat of a support for colors][colors] in `docs/Usage.md`. However, after testing, I'm understanding that this applies to the whole line. What if you want custom colors like this:...
I don't know exactly the circumstance in which it occurs yet and I will update as soon as I know. If I recall correctly, every time it happened (quite a...
`make run` would call with the following filename uber-AsynchronousRatchetingTree-1.0-SNAPSHOT.jar whereas the actual generated file is uber-asynchronousratchetingtree-1.0-SNAPSHOT.jar
When in markdown file and in visual mode pressing ``, the following error message is printed: ``` Error detected while processing function Convert VisualSelectionToLink[3]..144_SearchForTerm: line 12: E121: Undefined variable: results...
Seems like the [vim-markdown](https://github.com/plasticboy/vim-markdown) project now [overrides](https://github.com/plasticboy/vim-markdown/pull/183) the mapping `gx` and therefore conflicts with quicklink's `gx` mapping. What they've implemented is different from what quicklink does. I do use both...
This is a cherry-picked commit from upstream which fixes a bug preventing from compiling since glibc-2.28. See the [PR from upstream][pr]. [pr]: https://github.com/hishamhm/htop/pull/746