Benedikt Best

Results 80 comments of Benedikt Best

Ok, it's clear there's no good way to do this with Qt. Here are the options. It's a pretty direct trade-off between code length/complexity/ugliness vs. UI prettiness. Whatever we do,...

@k-dominik Which of the four options above do you prefer? I think I tend towards 1, with changing the string as described there. The branch in its current state implements...

Alright, I think I'm happy with this now. @k-dominik please have a look on Mac whether the default width works and fits reasonably (link for convenience: https://s3.embl.de/i2k-2020/platy-raw.ome.zarr) Here's the final...

What would even be a helpful behaviour here for ilastik when the specified output file is corrupted..?

Ah right, now I get the scenario. If only there was a file-open mode "Read/write, create if not exists, delete and recreate if corrupt" 🙃

I think that's basically what it boils down to. try/except OSError with a check for "truncated file" in the error string...

We've removed the Transaction class that presumably came out of this discussion back (see #2848), since it was unused and unnecessarily bloated stack traces. I did the removal in a...

This is very low-impact, feels like a good candidate for `good-first-issue`. But figuring out what would need to be done to get Qt to set the right kind of checked-status...

Unfortunately I'm useless here, `1.4.1post1` opens and runs NN-local just fine for me 😶 > on Windows 11 Enterprise This would be the last obvious difference, I'm on Win 11...

Nothing we can do specifically in `run_gui_tests` or `launchShell` to keep the solution near the problem?