Peter Sobolewski

Results 532 comments of Peter Sobolewski
trafficstars

Err... I think there's a problem between chair and keyboard. ``` gh pr checkout 5064 (napari-test) ─╯ From https://github.com/napari/napari ! [rejected] refs/pull/5064/head -> fix-show-sh (non-fast-forward) exit status 1 ``` Edit:...

> you could run `DEBUG=1 gh pr checkout 5064` to see what happens nothing insightful to me... ``` ╰─ DEBUG=1 gh pr checkout 5064 (napari-test) ─╯ [git remote -v] [git...

> Could you paste output of: `cat .git/config | grep 'remote "upstream"' -A 3` ``` ╰─ cat .git/config | grep 'remote "upstream"' -A 3 (napari-test) ─╯ [remote "upstream"] url =...

@haesleinhuepf can you try a fresh conda env and use `conda-forge` channel for the install—is this still an issue on Windows?

Other possibility is not remembering `-c conda-forge`—pretty sure it's not the default with anaconda, as the env in OP appears to be?

This PR is life-altering! As a total fan of the napari-console (yes, i've come a long way), I have to say this is an incredible QoL improvement. 😍 I can...

This PR also partially addresses https://github.com/napari/napari/issues/4776

Update: I think this PR: https://github.com/napari/napari/pull/4944 fixed the checkboxes, they work now because there is data to filter. However, the jumble in macOS 12.5.1 safari remains: Note, on mobile safari...

macOS 12.6, safari 16.1 Not sure what's changed exactly, but it's back to the more broken state where no data is displayed:

Ok, it's fixed on the 0.4.17rc dev version the website, but broken on the live stable 0.4.16. (And there is no calendar on 0.4.15). So my understanding is this belongs...