Ashley Anderson

Results 114 comments of Ashley Anderson

Hm, one thing I like in the current version is that while manipulating the camera, everything at the same depth stays the same color. This means you lose depth perception...

Okay I hacked an automatic depth-limit adjustment into a napari script to at least see what it feels like. This could surely be more efficiently implemented in vispy itself. ```python...

I re-wrote the auto-depth-contrast to be part of the transfer function, so at least I know it can be done. A few thoughts here: 1. The calculation could actually go...

Is this idea too insane? It looks for the nearest stack frame that points to a file outside the vispy search path. It takes ~0.3 ms for the first execution...

You mean walk the stack in the other direction?

Ohh, I see. Yes. You're right. The only difference is if it never finds a stack frame with a file _outside_ the vispy path, it would return `None` where as-is...

I think the CI failure is the same as this one: https://github.com/vispy/vispy/pull/2502#issuecomment-1600892400

@josiahls Try using `sorted(Env.get_all_latest_envs())`. I had the same problem and the issue was each worker generating the "same" list but in a different order.

I'm generally +1 on most of these. I lean -1 on `flake8-errmsg` but it's not a strong opinion. I feel the benefit for tracebacks is arguable (e.g. it can help...

Can you say more about what you're trying to achieve? Maybe share some code that gets you partway there. I'm not familiar with pyqtgraph but this lets you drag and...