Nicolas Joyard

Results 18 comments of Nicolas Joyard

Maybe https://github.com/niklasvh/html2canvas can help for this

I agree with sidebar changes, is that information already available in viz/amendements*.json ? However I'm not sure how to display the relationship. Maybe a dotted line link to the parent...

For articles maybe something like that with data (length, % length change, % content change) in popovers (maybe using a different color to distinguish from actual text sections) : ![example](https://framapic.org/kShiKiMyYBUD/Nb1KI08AH34r.png)

Depends on https://github.com/regardscitoyens/the-law-factory-parser/issues/49

Workaround I'm using: ```js callbacks: { afterZoom() { let button = document.querySelector('.reset-zoom') if (!button.hasResetHandler) { button.hasResetHandler = true button.addEventListener('click', () => { // whatever }) } } } ```

Yup, that's what I meant. Seeking cannot be done except on pre-transcoded files, at least for formats supported by Chromecast (and HTML). Also set an error handler on the ffmpeg...

... And don't use fluent ffmpeg callbacks, they are deprecated. Use events instead !

That's a good idea. I'll try to come up with a nice implementation in the next few days. In the meantime, you can add a hook to do this, as...