GiantEnemyCrab

Results 41 comments of GiantEnemyCrab

That's great to hear but I didn't have success yet, and behavior has been the same with regard to flatpak version of megasync not not starting on login.

I did observe in the source code that stacked annotation will go into the same block as what is regarded as disagreement ( https://github.com/webanno/webanno/blob/master/webanno-ui-curation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/curation/util/MergeCas.java#L153 ) But stacked annotation is intentional,...

oh, I see, thanks for the response! And that's right that only the first annotation username gets affected to be hidden by scrolling down a bit. I guess another alternative...

Tab is indeed another way. But when I curate I would like to see multiple people's annotations in the same viewport at the same time. For that, if I limit...

Thanks for comments. As I thought more about this, what I suggested as an alternative with multi-layer scrolling solves one problem (of being able to view different annotators' work, even...

Thanks for the demo of it! Yes, I think that behavior is still great for the current global scrolling especially for curating 3+ annotators. It is easy to tell who...

Allowing directories within a WebAnno project will be beneficial for partitioning the data into "training", "test", "development", for example. This is a common thing for machine learning projects. I think...

Isn't this complete based on #455?

I know why I thought this was done. I've created some Python API wrapper CLI tool that works like this: ```webanno_api.py modify state --project my_project_name --document my_document_name --new-value CURATION-IN-PROGRESS``` But...

I think that's a good use of PATCH method to update multiple resources in one API transaction. Based on the idea you mentioned above, how does this look? PATCH /api/v2/projects/120...