Benedikt Best

Results 80 comments of Benedikt Best

So what would this csv have to look like? Just a flat list of output files for MoBIE? ``` /usr/me/data1_Probabilities.h5 /usr/me/data2_Probabilities.h5 ``` If MoBIE can ignore headers, we could keep...

Looks like we open in r+ mode when loading, which makes sense as we will probably write back to the file at some point later. Purely opening a file in...

Maybe while fixing this, vigra could also become able to handle [paths with non-ascii characters](https://github.com/ilastik/ilastik/issues/2783)...

As of #2664, we now discard all saved objects when the user changes preprocessing. The user is warned about this before they re-execute preprocessing. Cross-posting the consideration regarding an alternative...

It also seems like exporting in .csv format actually appends "_table" to the name chosen by the user... (not in .h5 format though) ![image](https://github.com/ilastik/ilastik/assets/63287233/390749e7-1513-4e80-b3e4-defa39e092f1)

Custom report-an-issue dialog it is then I suppose...

Custom report-an-issue dialog here we go 🎉

New state: ![image](https://github.com/user-attachments/assets/4e3aab7b-b72f-43d7-8613-79121280fd69)

> another `lastlog.txt`, which is recreated every time on every session (`mode="w"` instead of default `mode="a"`)? I'd be happy just in general writing one logfile per session...

> I also found that you cannot escape keyboard focus on the textedit. Managed to fix this one > open log folder probably should not be the default button: >...