Peter Linss

Results 33 issues of Peter Linss

**Problem description** I generally have a significant number of open repos, several sets of related repos, such as packages used by a main project. But I have other open repos...

enhancement

While not official, many documentation generators, e.g. Sphinx, pdoc, epydoc, PyCharm, etc., recognize docstrings after variables. flake8-quotes however classifies these as multi-line strings, so when using single quotes for multi-line...

enhancement
help wanted

When two or more people are in a call, if an additional person tries to call one of the participants, they get a "busy" message and the call does not...

enhancement

### Steps To Reproduce 1. Click Bitwarden icon while vault is locked ### Expected Result Pop up window with field where I can enter my password ### Actual Result Verify...

bug
browser

### What happened? In my crowdsec setup, I'm using mTLS authentication with machine-specific certificates generated by a private CA (step-ca). My CA uses an intermediate certificate. This CA configuration requires...

kind/bug
needs/triage
os/linux
version/1.6.1

Flake8 apparently respects `# noqa` comments inside multiline strings. Those aren't really comments. Flake8-noqa should detect and report those (and recommend the `# noqa` gets moved to the end of...

If a code is ignored by configuration, plugin should report as unnecessary noqa code (when option is set) Option should be able to always require ignored codes, always reject ignored...

When recommending codes to insert, should ignore codes that are ignored by configuration

After the specs are updated, see https://github.com/heycam/webidl/issues/778

It would be useful to have a 'playground' to experiment with Bikeshed syntax without having to have (or output) a full spec. i.e a mode where it doesn't require a...