Ziyang Liu

Results 51 comments of Ziyang Liu

(I have encountered in the past that running a single test file passes but running all tests gets a segfault on the otherwise passing tests) I think we shouldn't get...

> @nclack would be great if we could get someone's eyes (yours maybe... 👀) on how we ended up setting up the `app` fixture in `conftest.py`. Mainly: > > *...

@kephale can you please PR to Andy's branch so we can merge all prototypes to the same place? thanks!

@andy-sweet now that we are in the implementation phase, do you think there is still value in investing more here? I felt we have a good idea on the shapes...

now that the migration is done, I wonder if we should merge or close this PR?

For context, this was created from the TODO list for app menu migration. Supposedly it should be tracked as a draft issue to help planning but was mistakenly created. If...

can also confirm I can reproduce this. I also have more information: I played around with this data set, there are three layers: The image layer, a label layer, and...

@tlambert03 Thanks for putting this together! do you mind if I convert this issue to a project board so we can track and collaborate?

@haesleinhuepf any thoughts on this?

In general that makes sense! we currently have a similar pattern in place, not exactly service driven but achieves similar goals, using napari-demo as an example: https://github.com/chanzuckerberg/napari-demo/blob/0e651e5512a7367d364fe241c076c11d73009136/napari_demo/napari.yaml#L61-L66 > menus: >...