Spectre5
Spectre5
I'd like to be able to use the argparase "count" action. A common use for this is something like `program -v` to enable verbose message and then `program -vv` or...
I have a python script that outputs file(s) to a specific directory and may be running on multiple computers within a cluster. The output files should all be named like...
This is a really impressive cookiecutter template, very nice work. I like the solution you've used for pre-commit as I've been considering doing the same thing for my projects ---...
I'm able to connect and use my host systems wifi by connecting the VirtWifi network, which works great. However, I'd like to know if it is possible to change the...
**Feature Description** When performing a search, such as a duplicates search, you can then select files by name, path, or regex, which is really useful. I'd like to also be...
When working in CQ-editor, I find that that lines within some distance of the "surface" are shown on the screen. For example, take the box shell example: ```python result =...
Is there any chance of getting support for 3D mice in CQ-Editor? I have a 3D mouse from 3DConnexion that works great in FreeCAD via spacenavd. It would be great...
I have a model where I'd like to offset a faces boundary, then offset those edges again (by a different amount), and then extrude between those two offsets. See the...
D105 checks for documented magic methods, except that `__init__` is special cased into D107 since many people put that documentation instead into the class docstring. I'd like ability to add...
PLR2004 has a few whitelisted numbers including '', 0, and 1. #9964 has fixed a bug so that 0.0 and 1.0 are also whitelisted. There is [already](https://docs.astral.sh/ruff/settings/#lint_pylint_allow-magic-value-types) an option to...