jums

Results 114 comments of jums

a rather extensive [ActivityStream implementation](https://gitlab.koehn.com/mammoth/mammoth-server/-/blob/main/src/db/content.ts) from a CouchDB point of view (found here https://socialhub.activitypub.rocks/t/how-do-i-store-activities-and-objects-in-an-sql-database/1880). Looks like CouchDB is convenient to store full JSON activities and retrieve specific objects when asked...

cool ! Except for `0762a38 `, which is doing many things but its `server/controllers/user/lib/get_user_stats.js` that i think is not a good idea 1. technically : it doesnt seem very maintainable...

i dont think that's negligible : if we add script like this per week, after 2 years any change would be a pain. As you mentioned, i would rather setup...

[calibre](https://github.com/kovidgoyal/calibre/tree/b842fe758a56e1b855ff4d3276e63ddaf2d53897/src/calibre/ebooks/metadata/sources) seems to grab [contributors comments from some sources](https://github.com/kovidgoyal/calibre/blob/b842fe758a56e1b855ff4d3276e63ddaf2d53897/src/calibre/ebooks/metadata/sources/edelweiss.py#L94)

- find the cover the same way as when an entity is created

right, it's the term "manually" that misleaded me A few is acceptable to me, as a KIS

replacing occurrences of `with-` by `without-` would make it more simple to read (having a false `without-` by default). It has the inconvenience of having more data transferred by default,...

Review and improve documentation to setup a local inventaire server: - [x] review [docker-inventaire](https://github.com/inventaire/docker-inventaire) Readme (done with [743566](https://github.com/inventaire/docker-inventaire/commit/743566ced27da5a1b568c18415c216dc124861a0)) - [x] publish an alternative install documentation (done with [bad23c3](https://github.com/inventaire/inventaire-deploy/commit/bad23c3)) - [x]...

could it be to simply trigger a `check_entity` which could then trigger a tasks creation or an automerge ? We would still need to bring the `reqUserId` to `task.requester` and...

> what's the rational for the selection naming? To me, naming is to go to the more acceptable specifics. First, why List ? Its named as a second choice because,...