-
setting up this plugin with custom vscode snippets is way too hard for me. documentation is way too small and not noobie-friendly.
I have to go back to luasnip until documentation becomes better.
-
I don't understand why two seemingly identical lines get formatted differently. The inconsistency is very surprising to me. Maybe there is some undocumented penalty hiding somewhere in the implementat…
-
Is boltons a good home for a filter_chunked function?
```python
def filter_chunked(iterable: Iterable[T], chunk_size: int, func: Callable[[Iterable[T]], Iterable[bool]]) -> Iterator[T]:
for c…
-
I guess there's a bug in the algorithm somehow. These work:
```julia
In [178]: ratsimpmodprime(I*z, [Poly(z**2 - 1, z)]) …
-
### Describe the bug
With treesitter installed and highlight enabled, if a python function's docstring has an unmatched parenthesis followed by at least 1 more line of text, then cursor placement on …
-
Just a quick issue to document. Maybe I'm doing something wrong but I can't get the extension to remember my API key.
-
### Reproducing code example:
I was trying to calculate a mean from an array. Then I decided to do some filtering, which changes the input array/list to an iterator.
```
np.mean([0,1,2]) # OK
np…
-
Numpy docstrings for classes have an Attributes section:
https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring
However, if I parse a docstring that adheres to it, the Attributes …
-
Are [Verbose enums](https://doc.kaitai.io/user_guide.html#verbose-enums) actually working?
I have used Kaitai various versions(0.8 0.9 0.10), different language output(java, C#), different ksy file …
-
Seems like double newlines are being kept but single newlines are being turned into spaces.
```rs
/// Note that any gaps, unsorted bins, or non-finite values will result in an error.
///
/// Exa…