Benedikt Best
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) 
Custom report-an-issue dialog it is then I suppose...
Custom report-an-issue dialog here we go 🎉
New state: 
> 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: >...