Talley Lambert
Talley Lambert
hey @getzze, thanks again for all your work on this. it's greatly appreciated. I took a quick look yesterday and I like a lot of what I see, and also...
> Once #291 is merged, I'll split this PR, first add the `signal_aliases` option, then add the metadata on the fields. sounds good! the metadata on the fields is the...
thanks for the update here @getzze, I do think i'm going to take you up on the offer to allow this to be low priority :) i like the general...
Totally agree. Just a note though, you actually _can_ use qtbot wait signals here! There's even a test to make sure it works: https://github.com/tlambert03/psygnal/blob/main/tests/test_qtbot.py Of course, that requires actually having...
Thanks for the report. I can confirm weirdness on mac 10.15.7, py 3.9, PyQt5 5.15.4 as well, and have a little more to add: A) Pyside2 seems to work fine...
ok, i tested on big sur and can reproduce using either qt backend. very strange: looks like our vispy canvas is getting confused :joy: https://user-images.githubusercontent.com/1609449/115414951-814e8200-a1c4-11eb-9515-b17104038dbe.mov and I also now see...
as I'm new to `QtWebEngineWidgets`, could you give me a very brief example of a web widget you might want to create (without napari imported) that you'd like to dock...
cool, thanks. Yeah that would be a nifty application. We've also discussed having some of our own docs available as an embedded browser in the application, which would also require...
Actually I think it’s the opposite, it *has* to be imported before you create an app.
to expand on that a bit: we're imagining that the third item in the list is a callback that will get called with an _instance_ of the first item in...