Daniel Althviz Moré
Daniel Althviz Moré
I was unable to reproduce this problem with Spyder 6.0.7 from the Windows installer. Maybe besides the file name some specific code needs to be added to the file to...
Checked but that doesn't seem to change anything (or at least I'm unable to trigger any error)
I think that would mean to do something like the handling of the yellow color that was being done over QtConsole and was reverted over https://github.com/jupyter/qtconsole/pull/611 Just in case, as...
> @dalthviz, could you check that our fzf support works in a project directory that has Chinese and/or Arabic characters in its name? Thanks! Checked using Spyder 6.0.1 from the...
@meeseeksdev please backport to 6.x
Just in case, PySide 6.7.2 just got released https://pypi.org/project/PySide6/6.7.2/
Just in case, I think `action_manager_mock` is not being able to work when asserting the button click since `action_manager.bind_button` (used when creating a `QtViewerPushButton`) defines an internal `_trigger` which calls...
Seems like the test is still failing due to an injection error. Checking locally I'm able to reproduce the error by running `napari/_qt/widgets/_tests/test_qt_play.py` and `napari/_qt/widgets/_tests/test_qt_viewer_buttons.py` at the same time (so...
Checked with the Spyder 6.0.1 Windows installer and I got CPU usage up to 85%. The Python process related with Spyder got up to 19-20% max CPU usage at some...
@ccordoba12 I was able to reproduce this. Seems like if you have a number character before the tab character the print function uses a space instead of a tab?: ...