Talley Lambert

Results 870 comments of Talley Lambert

it's possible that @nclack and/or @aliddell would have opinions here as well, as I know they've spent a fair amount of time thinking about how to map a variety of...

yeah, i think i agree with @d-v-b and @jni here. As an end-user, if I feel the need to express more than 3 spatial dimensions, I would be absolutely ok...

hey @davidbrochart, nice to see you here again. you're right, we haven't explicitly supported coroutine functions yet. #346 should handle this case, but I'll note a slight modification to what...

Hey @ndxmrb > Broadly speaking, I'm trying to decouple the application as much as possible from the GUI. 👍 definitely part of the goal here > Is having the "business...

> get the column headings to be selected and copied along with the data? can you remind me what is meant by "copy" in this case? which method are you...

i see... it looks like we don't currently have any special handling when one just selects cells and copies them to clipboard in https://github.com/pyapp-kit/magicgui/blob/main/src/magicgui/widgets/_table.py ... so this would then be...

> The issue is that if someone was copy/pasting between Table widgets then copying the headers will be bad for them, because they will get an extra row. yeah... it...

Awesome!! I was working a bit on it last night too, but I would love to see what you've done so I can merge the two together. Please do open...

Actually @hinderling, maybe don't waste your time on the PR, this was more complete than I thought. If you want to have a quick look to make sure I didn't...