Peter Sobolewski

Results 761 comments of Peter Sobolewski

I'm running black and isort locally, but I guess they are newer versions? everything passes. So again I think it would be worth updating the versions #93 or switching to...

any thoughts on having the fixes applied in CI? looks like any fixes are reported as fails but not committed. I think that's something you can enable in the precommit...

I think so -- see image.sc post from 3 days ago -- but we've not come to a good decision--nor has anyone else? e.g. https://github.com/ome/ngff/issues/89

Main thing I notice is the change from numpy one-line docstrings (where the terminating triple quote is own line) to pep257 style. No preference here, so I'm fine with this,...

@tlambert03 related to this, is there any way to get the column headings to be selected and copied along with the data? I'm also trying to sort out how to...

> can you remind me what is meant by "copy" in this case? which method are you using to copy the data? Oh sorry, the user is just selecting all...

I think I can do the copy headers bit, working on a PR. Turned out to be easy to implement, just trying to get the test to work! On the...

@tlambert03 So I don't think QTableWidget has a concept of headers being selected. It's easy enough to use: ``` headers = [ self.horizontalHeaderItem(c).text() for c in range(sel.leftColumn(), sel.rightColumn() + 1)...

Yeah it's 100% a GUI issue, spurred by an end user. I will shelve it for now. Plenty of workaround for the specific use case. Ultimately, a button to copy...

Yeah! Here's the implementation PR: https://github.com/napari/napari/pull/4511 it has some screenshots to show the options. Here's the docs issue to document all this 👀 https://github.com/napari/docs/issues/38 There's color options too (and units...