Daniel Althviz Moré

Results 552 comments of Daniel Althviz Moré

Just in case, gave this a check again and seems to me that @bessman is right! So checking something like: ```python def print_test(): print("a\ta") print("1\t1") print("aa\ta") print("11\t1") print("aaa\ta") print("111\t1") print("aaaa\ta")...

> Perhaps related is that the Search menu items are greyed out, even after the correct behavior is restored. "Replace text" and "Go to line..." should certainly be context dependent...

> But I don't see clearly what the relationship between that plugin and the find/replace widget would be. What I initial though was kind of moving that widget definition to...

Hi there, so if I'm following up correctly, the issue here it is now primarly related with the interaction between the application window being maximized, then put on fullscreen and...

Hi there, sorry for the late response (I was away attending some events/out of office the last couple of weeks)! Will check a fix for this :+1:

Checking this seems like the viewer sets as dims being displayed the higher dims available? So the error being experienced is caused since the displayed dims being retrieved are `[1,...

Thanks for info! Did a naive attempt to use `Layer._slice_input.displayed` instead of `event.dims_displayed` over the mouse bindings functions that handle the transform logic (https://github.com/napari/napari/blob/main/napari/layers/base/_base_mouse_bindings.py) and with that no error is...

Thanks for the extra input! That makes sense and in fact, following that, I think I was able to make things work! So basically when dealing with the layer transform...

Hi there, I gave it a check to the proposed solution locally and seems like that prevents raising the error :+1: Could it make sense if I submit a PR...

Hi @Carreau thank you for the input! If not having to mark the attribute as deprecated makes sense then we will try to simplify the change here. Also, we already...