Daniel Althviz Moré

Results 649 comments of Daniel Althviz Moré

Hi there, I have been checking this and seems to me that this is kind of related with https://github.com/holoviz/panel/issues/1222. If I structure/update the example code as something like: ```python import...

Hi! It should be done automatically (the mouse mouvement and drag&drop action over the widget should be done without you needing to do any manual action) 🤔 If you are...

> That did the trick! Pretty amazing! Awesome :tada: > I think we'll need to document this somewhere, maybe here: > https://napari.org/stable/developers/testing.html#running-tests That makes sense and I think I will...

Note: Test fails with PySide6 6.3.1 but passes with PySide6 6.3.2 on Linux when checking locally. Source of segfault seems connected to the wait done with qtbot? :thinking:

> But what python version? I was checking with Python 3.10 indeed >as of https://github.com/napari/napari/pull/5244 we don't allow 6.3.2 on python 3.10 or above. Thanks for linking the place where...

Hi @howaboutnothavinganame sorry for the late response and thank you for the report! I was able to reproduce this with Spyder 6.0.3 on macOS: ![var_dialogs_ordering](https://github.com/user-attachments/assets/e4a2b639-4519-4650-bed0-8e297fe6d0ef) We will try to check...

Checked this and I was unable to reproduce using Spyder 6.1.0 on Windows (from the Windows installer and from a conda env). @SimpleZion does the freeze happen with any file?...

Rechecking the screenshots and seeing the errors in the debug log files seems that this could be caused due to some enconding error or permission erros over the Python Language...

Thank you for the extra info @SimpleZion ! From my understanding the lint check should be done per document and the only time all the documents get a lint check...

Gave this a check locally and I think I was able to reproduce. Seems like indeed a direct attemp to open the oversized variable is done and when that fails,...