Mike
Mike
@RonnyPfannschmidt Sorry for the lack of clarity. I'm thinking only of the way the differences are displayed rather than changing dict equality. `assert {"c": 3, "d": 4, "b": 2, "a":...
@RonnyPfannschmidt [pformat](https://docs.python.org/3/library/pprint.html#pprint.pformat) has an option sort_dicts which defaults to True. It is described as "If True, dictionaries will be formatted with their keys sorted, otherwise they will be displayed in...
What information do I need to provide to resolve the stale label?
Like others who've commented here, I have had to resort to a custom clean command to remove the dist directory. It would be good if this could be fixed in...
@zhishengsu Please can you elaborate on the steps to fix this problem. How do you define the staged-plugins in the current directory which for a cmake build will I guess...
If you use the listpci or list command line parameter, under "search string" you will see the string that will be searched for whatever substring you give.
If you want to use path, you can use the path or pathpci command line parameters. You can see all the possible command line parameters using `python reset_usb.py help`
@Donna008 I have tried your PR, but I get this error when creating new project using cookiecutter: `jinja2.exceptions.TemplateNotFound: 'venv/bin/python3.12' not found in search paths: '.', '../templates'` Do you see this...
@Donna008 Thanks! Your changes appear to have fixed the error, but now I get another: ``` Traceback (most recent call last): File "/tmp/myscraper/python-venv/bin/cookiecutter", line 5, in from cookiecutter.__main__ import main...
@Donna008 If I pip install typing_extensions, your PR works without error, so I think it is just a missing dependency that needs to be added then your PR is good...