Levi Gruspe
Levi Gruspe
How about something like this? No filtering needed. ```python from argparse import ArgumentParser def func(**kwargs: float): return kwargs parser = ArgumentParser() parser.add_argument("--kwargs", nargs="*", default=[]) args = parser.parse_args() def convert_dict(m: list[str])...
I think this extension requires linking to `math.h`: ``` #cgo LDFLAGS: -lm ```
We could add an option to toggle this behavior. Maybe `g:vim_markdown_hashtags` or [`g:vim_markdown_space_in_atx_header`](https://pandoc.org/MANUAL.html#extension-space_in_atx_header) will do? What do you think, @tomtomjhj?
Should I add astroid to [`tests/primer/packages_to_lint_batch_one.json`](https://github.com/PyCQA/pylint/blob/main/tests/primer/packages_to_lint_batch_one.json)? I'm not sure how to fix the cache error.
> I'm a little confused why this example doesn't seem to be broken _prior_ to this PR. The GitHub highlighting is off, but in VIM the whole thing is just...
I think I'm running into the same problem. `luarocks install dkjson` installs `dkjson` inside `./lua_modules` of my project's directory, but when I run `luarocks upload`, it can't find `dkjson`. Running...
This is also the case with strikethrough text. Stuff like `:Toc` and `:HeaderDecrease` work just fine, but the syntax highlighting is broken.
There's an issue with code span highlighting. The syntax file currently only looks for closing delimiters with 3+ backticks at the start of a line, so code spans like the...
I made the tests pass, but there are still some issues with this PR. Currently, it can't detect TODO comments without a preceding space. For example, ```markdown ```
I was only looking to compare the features of `tʂ` with `ʈʂ`. Phoible uses both symbols (possibly to represent different sounds), but [Wikipedia](https://en.wikipedia.org/wiki/Voiceless_retroflex_affricate) says they represent the same sound.