Dheepak Krishnamurthy
Dheepak Krishnamurthy
For example, if I have the following line in a Markdown file ```markdown 3. *Optional* Install [ZeroMQ](http://zeromq.org/build:_start) if you ``` Everything after the `_` in the link is formatted incorrectly....
This function overrides a user mapping if it exists: https://github.com/nvim-lua/completion-nvim/blob/8aecb23b5421fa3fdd34a92b2b595ce29b85b82a/lua/completion.lua#L128 We discovered this issue 3 hours into @tjdevries stream on Tuesday, July 21st, 2020.
I get this error every now and then. I think it occurs when there's a large number of diagnostics in the same buffer from a language server. I'm now able...
When I try to install msgpack4nim, I get the following warning. I wanted to open an issue to track this issue. ``` Installing msgpack4nim@>= 0.2.2 Downloading https://github.com/jangko/msgpack4nim using git Warning:...
**Check your version before submitting the bug** ``` $ git-trim --version git-trim 0.4.2 ``` **Describe the bug** Sometimes when a contributor submits a PR, I run `hub pr checkout $PrNumber`...
If I have the following in a module, py-backwards converts it fine however - however this throws an `ImportError` in Python2 ```python from typing import List ```
It would be nice if when I ran the following: ``` helics_broker -f3 --profiler=profile.txt ``` and a `profile.txt` file already exists, it writes to the file as though it were...