Mathijs de Bruin

Results 134 issues of Mathijs de Bruin

Essentially, the pristine db has some `deletedDate` fields listing when objects were deleted and the export has `flags2` in `pro_accounts` and `recentViewCount` and `viewCount` in `pro_padmeta`. It would be great...

Fully disable Dropbox synchronization, regardless of whether account flags are set to synchronize. Required (but not sufficient) to be able to use the SQL exports (when one or more accounts...

Allow the PRO_ONLY parameter to be set, so Hackpad does not expect a domain with id 1 to be present in the database. Required (but not sufficient) to be able...

Simplification and cleanup of Dockerfile, should speed up repeated builds significantly.

Docker compose file automatically setting up MySQL, performing build and generally making things a lot easier. This is a first version, should all be straight forward so it could be...

We're getting 'Too Many Requests' and should deal with them intelligently, e.g. querying a different node or simply waiting for a bit.

https://reuse.software/ Ref: * https://reuse.software/ * https://github.com/ipfs-search/dweb-search-frontend/pull/210

help wanted

1. Implement `BulkGetter` similar to `BulkIndexer`. 2. Use `_id` query on multi-index search API over GET api. https://www.elastic.co/guide/en/elasticsearch/reference/6.8/query-dsl-ids-query.html 3. Allow [doc values](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-fields.html#docvalue-fields) instead of source filtering. This should increase performance...