Roland Szabo

Results 11 comments of Roland Szabo

It would be great if the filter option would be extended with "Annotated" and "Not annotated", besides the existing "Done" and "Not Done" options.

Would you be open to merging a PR that makes the Redis dependency optional? For example, by storing the data in another table in the database instead of Redis.

I think the problem is that the Symfony setting for trusting the reverse proxy is not set. Instructions for that are here: https://symfony.com/doc/3.4/deployment/proxies.html I manually added that in my Docker...

But does the redirect from https://my.domain to http://my.domain/login still happen?

Another use case I could see for something similar is commands that are run in pairs. For example, connecting and disconnecting from VPN. After I connect, I want the next...

I think the problem is that the client hasn't been updated with some API changes in the latest version of Doccano.

Another suggestion: use [Ray](https://ray.io/). I haven't used it myself yet, but I keep hearing about it more and more often. Otherwise, I believe the way to go is to start...

I don't think the original issue is closed: how do you make fields non-editable easily? The use case being taking a PDF with editable forms, filling out the forms and...

I have 64 bit Python installed and I couldn't find a PIL for 64 bits. When I tried with the 32 bit one, it crashed, but only after getting imported...

Yes, I thought that probably Windows can't handle too many commands at once and it starts dropping them, but I wasn't sure. I never worked with the Windows API before....