Wesley Luyten

Results 122 comments of Wesley Luyten

@kethan via attributes is not possible. it can only be a string or stringified value. a function has to go through a property. Sinuous templates use props by default so...

thanks for reporting @tomByrer I can't think right away what it could be

links to useful docs: - paper http://documents.scribd.com/docs/10ro9oowpo1h81pgh1as.pdf - python script https://stackoverflow.com/questions/42755035/difficulty-understanding-paul-heckels-diff-algorithm - pseudo code https://gist.github.com/ndarville/3166060 - compact dart version https://github.com/tyleregeto/dart-strdiff/blob/master/lib/diff.dart

what I got from researching it, Heckel doesn't work if it has duplicates in one of the lists which is not the case for DOM nodes. there's a bunch of...

> string based diffing algorithms don't have DOM constrains (a node cannot exists simultaneously in two lists or places) ... so anything based on strings algorithms, once applied to DOM,...

good point @dy and @WebReflection besides that I think the Heckel script is still not working like it should. it's a bad implementation, if I have some more time I'm...

272B is damn small! 🦾

`hls-video` is fixed by https://github.com/luwes/hls-video-element

thanks for the quick reply @annevk. you're probably right, I'll have try with the `resize` event. comparing iframe size to the screen dimensions could work. or maybe it's more explicit...

thanks for the replies. yes, it's primarily for a button outside the iframe that would make the player go fullscreen and exit fullscreen but there is a more edgy case...