Aron Carroll

Results 24 comments of Aron Carroll

FYI, I'm happy to implement this, just documenting for the record.

Was looking into this yesterday, I think we should be able to do this by adding the data attribute to the element wrapped with `Dynamic`, then client side just wrapping...

Yes, but you'd not see it. The problem is that hydrate requires you to provide a parent node and _all_ of the children. So we need to ensure that Dynamic...

Hmm, I wouldn't think this is urgent unless there are security issues in the 1.x branch, I might actually have some time next week to look into this.

Thanks for the messages. It sounds like the `setAnnotationData` option is what you're looking for: ``` js jQuery('#content').annotator().annotator("addPlugin", "Offline", { setAnnotationData: function (ann) { ann.uri = window.location.href; } }); ```

Hey, The bug only affects `Jelly_Builder::load()` when no `$key` is passed in, it returns an unloaded model. Even so perhaps a better way to write this would be; ``` $current...

@bridgespotter thanks for putting this together I enjoyed reading it, theres some really good stuff in there and it's most definitely useful. I hope you don't mind I've converted (poorly)...

Does this just mean you want us to check Hyphothesis will run in the WebViews of common mobile operating systems? If so +1.

It was unexpected, honestly I didn't clock it was running a test (I assumed the issue was the replicate CLI tool failing to auth). I fixed the issue, and only...

Not sure. There's not much to that `TextDecoderStream ` polyfill we added. Could it also be something to do with the Bun `fetch`/`Response` implementation…? We'd have to add more profiling/debugging...