Romain
Romain
Another use case when running on macOS is `s3cmd sync [....] --exclude "._*"` which ignores all metadata files OSX creates on non-HFS drives. I can't think of any workaround to...
Hi, do you have an update on passing headers to the requests? I want to test an API which requires authentication (custom headers), but I can't seem to make it...
This would definitely be nice :+1: AFAIK, the current workaround looks something like (for `Postgres`): ``` js knex.transaction(function(trx) { return trx .raw('set transaction isolation level repeatable read;') .then(function() { return...
Thanks! I suggested the callback as the last argument for CoffeeScript / ES6 support, where the `(trx) =>` function syntax makes it much easier if there's nothing behind it. But...
Hi, this is an interesting idea. I have some questions: - What would it search on? Just the file name ? Photo caption / titles ? Or all metadata ?...
Potential technologies: - https://lunrjs.com/ - Could pre-build the index when the gallery is generated (although it couples Thumbsup to the search engine) - Can only index flat documents - https://github.com/bvaughn/js-search...
Thanks. I'll see if it's possible. Were you thinking one global search, or a search per album (on each page)? So far I'm thinking Thumbsup could generate a JSON file...
That's a great use case. I agree a search bar would be a good feature. It will require a few changes, so I can't say exactly when it will be...
Hi, it will break down the album into multiple HTML pages, showing page numbers at the bottom to navigate between the pages. You can give it a try easily, as...
Hi, I second that: thanks for this awesome EXIF parser! I think I have similar issues with `DateTimeOriginal` and timezones. For a concrete example, I have a photo called `2017-01-04...