Olivier Patry

Results 31 comments of Olivier Patry

Hi, do you have, by any chance, an idea of when you want to implement such export? If I'm right, it would be the way to go to handle different...

Okay, thanks for details. You're right, the play/pause/stop example perfectly illustrates it, thanks.

In fact, it's worse than that, the `output.diff` is only generated when there is an `update`, not when `delete` and/or `create`. So, alternative scenario: 1. Compile the site in a...

In the meantime, I'll use the following mechanism: ``` $ set -o pipefail; bundle exec nanoc compile |& tee output.txt $ changes_count=$(grep -cw -e " create " -e " delete...

I didn't pay attention to binary items (which I use a lot…), so you're right, that might be a problem. I don't know if it's feasible nor desirable, but couldn't...

Given the discussion, if I change the approach and use `find output -type f -print0 | sort -z | xargs -0 shasum | shasum`, it seems I would get the...

The sole presence of `output.diff` is enough for my personal use case. Having a JSON file I can query with tool like `jq` would be nice too. That being said,...

Maybe linked to poor connectivity.

Done in the `mosaic` branch. Waiting for Mosaic update to Compose 1.1.0 stable to allow aligning Kotlin version & Compose compiler plugin before merge. (see discussion in JakeWharton/mosaic/pull/49)