Results 694 comments of OvermindDL1

> Got it, key is id, except when its key ;-) nah.. just messin around :-) Yeah it bugged me writing it too but I was trying to follow the...

As long as it follows the webcomponent custom elements spec then there should be not much issue (just have to be sure the vdom stays fairly static is 'structure' (though...

I was thinking of the same. :-) It might be best to not base it on Elm's guide precisely (I don't know the license of it yet), and I'd definitely...

> This sounds good. Plus if we got to know how to make the compiler run in browser like BuckleScript's official website, we can run the code example and present...

> I think they use this engine: Ahh, I didn't know what they used, I just knew it wasn't the standard ocamldoc... ^.^; Thanks for the link!

I'd probably just use a normal ocaml documentation engine, that way it would integrate properly and not get out of sync as easily.

> This might turn out to be either a question or a feature request, sorry if opening an issue is not the right place to ask this (btw is there...

Hmm... it would be really easy to make an attribute that enqueues an event only when it is added (and optionally another on removal), this would be perfect for listening...

More things in the exported types is always nice, but yeah such an event or attribute would definitely be best. I wish the "load" event on the DOM worked on...

> I'm trying to attach an event listener to a serviceworker and the event has a serviceworker in target. I tried to create a subscription, but I failed to attach...