Sorontik
Sorontik
Hello, i'm really impressed by what you managed to squeeze out of the RP2040 and very excited to try this myself. In your readme you explain the creation of this...
when you use a multi-byte separator character like "·" (middle dot, U+00B7), it get's split and only the first byte is used as separator character while the second byte is...
I have the Problem that the Tree View most of the time only displays issues from the current file. The Todo-Tree ouput says it has found 11 items (which is...
I have a size-4-tab-indented python-file. I use the default python extensions `ms-python.python`, `ms-python.debugpy` and `ms-python.vscode-pylance` The error does not occur with other languages like markdown or json. ### the error:...
**Problem** The type annotation of `Document.__getitem__` is wrong: ```python def __getitem__(self, i: int =0): if isinstance(i, slice): ``` The type annotation of `i` requires it to be an `int`, but...