Christian Stefanescu

Results 34 comments of Christian Stefanescu

@Okssana what would greatly help here is a list of IBANs to test with, in either text or document form (PDFs, images). Would you be able to add some to...

Hey @lyz-code , thanks for reporting this. Are you overriding the `WORKER_THREADS` environment variable by any chance? It [defaults](https://github.com/alephdata/servicelayer/blob/b657e3b4039e13158d80d653bdeb394a47be8ae1/servicelayer/settings.py#L17) to the CPU core count. Would you be able to set...

Thanks for confirming this @lyz-code . I mentioned this workaround because setting worker_threads to 0 allows scaling the number of processes. Would that be an option for you? I'm not...

Hi @friendly-wolfbat , thanks for noticing and for offering to fix this. 1. You're totally right, we missed a few spots where `convert-document` is still mentioned. 2. We have added...

Thanks @friendly-wolfbat , I'll reply in [the PR](https://github.com/alephdata/aleph/pull/3681).

The command `create user` is actually an UPSERT operation, so `create user` should fail if called on an existing user and we should have a proper `update user` command which...

I started reviewing this but I find it really hard with all the things going on. I will need some more time. Perhaps we can focus on potentially just doing...