Carlos Cordoba

Results 1725 comments of Carlos Cordoba

> This issue is related to my PR QtPy, which also can be a trouble if people import a previous binding directly, then you set another, or if it does...

@CAM-Gerlach, this should fix the error you told me about Spyder-terminal being shown by default on startup with the Windows installer.

> Is that the desire behavior? Correct, that's how I implemented this because I'm calling `restore_visible_plugins` on `post_visible_setup` after all plugins have run their `on_mainwindow_visible` methods. However, I could try...

@dalthviz, my last commit should fix the problem you reported above. So please test again.

> We do talk about this and how to resolve it in the docs...somewhere, I'm not sure where. Maybe naive, but you could just store in the transient config what...

> Currently the first_time config is used in the tabify_plugin method on the mainwindow and after detection is set to False but probably this set to False could be moved...

> Maybe we should just skip test_ipythonconsole.py on mac? What do you think @ccordoba12? All IPython console tests? That's seems a bit too much, but why do you think it's...

> I think the approach of adding the timeout=SHELL_TIMEOUT worked I agree with @dalthviz. After reviewing the last run, it seems tests are failing because the debugger it's taking too...

This error was reported a couple of months ago and a user [confirmed](https://github.com/spyder-ide/spyder/issues/18458#issuecomment-1169151865) that it also happens in Jupyter notebook and Lab, meaning that we can't solve it here. That's...