Daniel Westendorf

Results 11 comments of Daniel Westendorf

Womp! The trigger was firing before the page was fully loaded. This html works as expected. ```html Event completion trigger test setTimeout(function() { let title = document.getElementById("title"); title.dispatchEvent(new CustomEvent("pdfRenderReady", {}));...

Un-womp. It seems that event completion triggers only works after some arbitrary point in time, I assume after the page navigation has completed. If the JS has completed before that,...

FWIW, it may just make more sense to eliminate events as a completion trigger and encourage variable or element triggers.

It looks like @rafaelmotta deleted his repo for this.

It would be great to get this docker image updated automatically when new releases are tagged.

We currently use `JSDOM` to pluck out the meta tags. We should unify the JSDOM initialization here and only do that once, along with any removal manipulation that needs to...

I'd love to see batch support too, it would allow me to migrate away from Sidekiq Pro! I'd also like to help if I can. > is where the callback/success...

I have a prototype of an iOS app functional using Turbolinks-iOS. I hope to have something worth sharing in the next few days.

@Shpigford I'll be sending up a PR shortly with the basic changes needed to support Turbolinks-iOS and Turbolinks-Android. Right now, with my changes, I have an iOS app capable of...

I'm game for that, for sure.