Akuli

Results 213 issues of 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.

removal

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...

help wanted
good first issue
hacktoberfest

![memleak](https://user-images.githubusercontent.com/18505570/188285196-71108ac1-5421-4263-b9cd-052192fe0b77.png) 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:...

low priority

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...

windows