Akuli
Akuli
This could be a dumb question. I'm relatively new to rust. #### Is your feature request related to a problem? Please describe CI started failing by itself, when I didn't...
#6858 added stubs for urllib3. It might have been a mistake, because urllib3 seems to have its own type annotations and even a `py.typed` marker, making the stubs unnecessary.
Consider the following: ```python3 names: set[str] = {"a", "b"} name: str | None = None names.discard(name) ``` It would be nice if this wasn't a type checker error. Unlike `.remove()`,...
Discussed on #103. ~~Still needs more work.~~
https://github.com/grantjenks/py-tree-sitter-languages distributes language binaries for py-tree-sitter. Together with #117, they make it possible to use py-tree-sitter without having a C compiler installed. We should probably update our README to mention...
Disabling all plugins in the plugin manager (Settings menu at top, Plugin Manager, press Ctrl+A, click "Disable") is annoying, because it asks whether you also want to disable the plugin...
memory leak
 This laptop has 2GB ram, 2GB swap. Porcupine had 4 tabs opened when I closed it, and had been opened the whole day. Based on the graph it used:...
It freezes if you hold down ctrl+z
Makes installing plugins a bit anti climatic
Discovered in #651 but could be an older bug 1. Install Porcupine with the installer 2. Open a Python file that does not use a virtualenv (basically not in the...