walking
walking
**Is your feature request related to a problem?** I have my own scroll settings set in about:config, after installing the theme my scroll settings are overridden with the ones defined...
I regularly use SymPy's interactive console as a calculator, and that uses IPython as the interpreter. Since updating to IPython 8.2.0, the command history no longer works as expected. ##...
The win32 list views support virtualized lists, where data for the list are loaded on-demand, see the documentation: https://docs.microsoft.com/en-us/windows/win32/controls/list-view-controls-overview#virtual-list-view-style Would it be possible to implement support for virtualized lists?
This is my list of input devices: (seen from the FlexASIO GUI) ``` (None) Microphone (High Definition Audio Device) Microphone (High Definition Audio Device) Microphone (DroidCam Virtual Audio) Line 1...
Whenever I restart the Libredirect extension, it keeps re-adding the search engine to my list of search engines. I have to manually navigate to the settings page and remove the...
This would allow mass-processing of images, being particularly useful for processing video frames. It would be even better if you could use multiple sets of images in pairs, e.g. using...
When running the `tutorial_train.py` script, it creates logs at `lightning_logs`. However, the `lightning_logs\version_X\checkpoints` folders are all empty:  Is this intended behaviour, or is there a bug preventing the checkpoints...
I would like to suggest implementing image pre-processors like HED edge detection or depth, these could process images loaded with the LoadImage node. This would be very useful for Controlnet...
Currently, the LoadImage node only uses images in the `.\input\` folder. When using the API, I have to copy the image(s) I want to use into that folder before calling...
When running `script-animate`, Python generates caches but these shouldn't be included in the repository. This pull request adds a basic .gitignore file to ignore these folders.