Talley Lambert

Results 870 comments of Talley Lambert

i'll update this issue when the dask interface also has chunking

that intermediate function already exists, it's called `_dask_block`: https://github.com/tlambert03/nd2/blob/eb4bf8f17bbf6e97458ffc55254b353c393e813c/src/nd2/nd2file.py#L940-L962 so, what additionally needs to happen is: - the [`to_dask`](https://github.com/tlambert03/nd2/blob/eb4bf8f17bbf6e97458ffc55254b353c393e813c/src/nd2/nd2file.py#L884) method needs to accept a `frame_chunks` parameter that lets the user...

i do think using np.empty will be a slight improvement… but beyond that, I’m not really sure much can be done. Does it feel excessively slow? Or just curious? You...

I think this is still pretty relevant. Stale perhaps due to lack of implementation, but still relevant

iconify itself is more like an api wrapper around many (100+) other icon sets (150,000+ total icons, searchable [here](https://icon-sets.iconify.design)). for example: ['fa6-solid:play'](https://icon-sets.iconify.design/fa6-solid/play/), ['mdi:play'](https://icon-sets.iconify.design/mdi/play/) from material design icons, etc... The icon...

thanks for reporting this @bryandesser. I can reproduce it and I see what you mean. until it gets fixed, I wanted to note that in that situation, you can "grab"...

sorry, I just also noticed #52 @cshimmin ... that would also be great! :) *edit* ... and #46 :joy: hopefully @gatagat or anyone else with maintenance permissions here will have...

the reason I haven't done that (yet) is because I added the complete functional form here: https://github.com/tlambert03/cmap/tree/main/src/cmap/data/glasbey ... So, I'd kinda like to try to "unify" the glasbey variants here...

yeah, I mostly went with the [matplotlib categories](https://matplotlib.org/stable/tutorials/colors/colormaps.html) ... and I agree with you after having another look. happy to make that change. as for exposing more glasbey variants. i...