Results 43 issues of ItsDrike

I tried to change the docstring format to **sphinx**, but it didn't work and it only gave me [summary] (as if it ignored the args, kwargs, etc..) I also tried...

bug

On Linux systems, your extension is creating a folder `.codestream` in users `$HOME` directory. This clutters the home directory for no reason, when there already is a well established and...

enhancement

I've been looking through PEP 612 but I just wasn't able to find any way to implement behavior that would allow me to do this: ```py P = ParamSpec("P") R...

topic: feature

I was looking through your readme and there doesn't seem to be a way to only run given check if it wasn't authored by someone. For example for my smaller...

predicates

## Desired change * **Rule(s)**: SIM300 (However it likely affects more rules) * **Adjustment**: Use repr when printing the strings ## Explanation With an if statement like this: ```py if...

enhancement

For some reason, abduco is one of the applications that still clutters the home directory with session info in `~/.abduco` folder. While there is a way to avoid this, by...

This PR makes our codebase compliant with [PEP-585](https://peps.python.org/pep-0585/). This PEP made commonly used base classes (such as those in `collections.abc`) or the built-in classes (`list`, `dict`, `tuple`, ...) generic. This...

type: enhancement
area: API
status: needs review

There is a couple of methods with duplicated logic. Maybe we should do it in one method with dict or possibly with an enum class? ```py from enum import Enum...

type: enhancement
area: protocol

This PR's aim is to standardize the docstrings across the whole repo and enforce this standardization to avoid needing more PRs like these.

area: documentation
type: enhancement
area: dependencies
status: stale
state: WIP

**Is your feature request related to a problem? Please describe.** I'm running xmonad window manager on Arch linux and upon running the installer, it only showed up a blank white...

enhancement