savchenko
savchenko
Pardon for the hijack, but is there currently a QMK branch that can be used to re-flash the K715? Not interested in wireless, just the basic functionality: keys and single-colour...
@stewartsoda safe to assume there is no 4-pin connector and soldering is mandatory?.. Would appreciate if you could confirm if that's the case or it actually works with the bootloader...
But why there would be a clash?.. Consider this: ``` foo/ ├── dir 1 │ └── baz space.ext └── dir 2 └── baz space.ext ``` I execute `:flat` and now...
Sounds... Like a bug? The example above appears to be an entirely logical operation, WYSIWYG as far as user is concerned: 1. Put existing items in the buffer. 2. Rename...
Ping @ericwb , @lukehinds , @sigmavirus24
@sigmavirus24 I take you meant to say "please fix your contribution", not "fix our broken CI" :) I've made the (only) file I have edited to [pass the pre-commit hooks](https://results.pre-commit.ci/run/github/131129792/1751035914.GjFBtjiISdueOD6hk85qjA)...
@sigmavirus24 , I have no clue what are you talking about. How else should someone follow the file called `CONTRBUTING.md` if not literally? Here is what I see on my...
tox run -e pep8 ``` $ tox run -e pep8 .pkg: _optional_hooks> python /home/user/code/bandit/env/lib/python3.13/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_sdist> python /home/user/code/bandit/env/lib/python3.13/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_wheel> python /home/user/code/bandit/env/lib/python3.13/site-packages/pyproject_api/_backend.py True setuptools.build_meta...
@ericwb , I'd be happy to, however I am not certain where and how this would work. My first take was along the following lines: ```python def term_serve_colourscheme() -> Dict[str,...
FWIW, Python 3.9 is [now deprecated](https://devguide.python.org/versions/). @ericwb, do you still want to maintain the compatibility?