Talley Lambert
Talley Lambert
> please do the PR. no worries, will do > The biggest challenge was that f.shape array has the dimensions in an unexpected order (height,width). yes (height, width) (row major)...
hey @gatoniel, magicgui doesn't currently deal with customization of keybindings, so it would indeed be a feature request. (and your current solution of using the underlying `.native` widget's API is...
cc @hanjinliu, could you have a look?
> Could ome-types be modified to retain the original string value in addition to the parsed AnyElement thing? Or maybe the AnyElement representation could be produced on-demand from the stored...
thanks @sbesson! realistically, I probably won't be able to dig into this specific topic in the near future (swamped currently). So if you and/or @jmuhlich already have a good sense...
hey @ndxmrb, #77 was essentially a pointer to a large amount of prior work and discussion that happened over in napari. In napari, I did create `QTreeView` and `QListView` subclasses...
> I also looked at the Issues over there, because I was hoping to find a road map for migrating to psygnal SelectableEventedList and friends. 😋 Is that the plan?...
this is a real strange mess. The goal is to remove the `partial` and `lambda` usage in _labeled... but for some reason, merely commenting out the line: ``` if connect...
Sure, basically the goal of this PR is to: - remove use of partial [here](https://github.com/pyapp-kit/superqt/blob/952ac336bf7555101f3ce4b622417d0a17057732/src/superqt/sliders/_labeled.py#L574) - get rid of connect argument [here](https://github.com/pyapp-kit/superqt/blob/952ac336bf7555101f3ce4b622417d0a17057732/src/superqt/sliders/_labeled.py#L645) and the connection that happens in the init...
prefer not to use nox/tox honestly. however, i don't think it should be hard to reproduce. i just made a new environment, pip installed editable with tests, and installed the...