Ville Skyttä

Results 245 issues of Ville Skyttä

versioneer.py attempts to use `configparser.SafeConfigParser` which has been [deprecated for a long time, and now removed in Python 3.12](https://github.com/python/cpython/blob/v3.11.1/Lib/configparser.py#L1242-L1252), causing build to fail. Upgrading versioneer to a newer version would...

**Describe the bug** Advanced commands do not seem to work. **To Reproduce** ```shellsession $ ./rav1e help advanced Advanced features Usage: Options: -c, --completion Output to stdout the completion definition for...

bug

It seems on surface (admittedly not much homework done on my part) that typos does not support case only corrections. If that's the case, here's an RFE to support that...

It seems currently extend-glob does not work if given a path rather than a file basename. For example, in https://github.com/scop/bash-completion I would like to specify that all files (well except...

question

It seems file type detection is based on only the file (base)name and its extension. Would be nice to improve on that some and peek into the file content, and...

question

Currently it's possible to work around false positives on global (default) level, as well as for all files of certain type. What I think is missing is the ability to...

I wonder if this triggers a bug somewhere, test suite or `inplace` implementation, or my understanding of it? ``` Debugger entered--Lisp error: (error "Formatter robotidy modified original file in place")...

To be rebased and applied on top of #258 once it's in.

I think a rather common scenario is to have a set of migrations that apply to all environments, and a set of (often data, not schema) migrations which are environment...