Bruno Michel

Results 91 comments of Bruno Michel

@sblaisot what is the status on this PR?

Hi @gedw99, I'd like to know more about that. We are using nsjail for running imagemagick and nodejs scripts. For imagemagick, there is a wasm port (https://github.com/dlemstra/magick-wasm), but it didn't...

Hi, ## Issue > 1. Using the convert binary force a external dependency to ImageMagick and this is a really big library. > 2. The convert command need a write/read...

Hi, the `cozy-app-dev` docker image has a CouchDB. You don't need to have CouchDB installed before running it. And, in fact, it was not tested to use an external CouchDB.

We have used https://docs.couchdb.org/en/stable/replication/conflicts.html#finding-conflicted-documents-with-mango to find the conflicted databases. One interesting things is that we have conflicts for `_replicator` and `_users`.

> To mitigate or stop the issue you can find the conflicted dbs and delete the conflicted revision. So if 2-abc... and 2-def are conflicted and 2-def is the actively...

> The "4 conflicted shards in cluster" is referring to conflicts within the meta _dbs documents that define where the shards of databases should be, it is not reporting on...

Ping @Ldoppea

@frankrousseau I think we can close this issue, no?

Currently, the data-system lets the applications write whatever they want if they have the permission for that (related to the docType). And each app have to check to not create...