Andrea Giammarchi

Results 543 comments of Andrea Giammarchi

is this bug the reason I cannot use 4 fingers actions at all (disabled) in my Dell XPS 13 ? ![Screenshot from 2019-05-14 12-14-40](https://user-images.githubusercontent.com/85749/57690444-f6f95d00-7641-11e9-997d-011d81a9469f.png)

Actually, the flag works as intended, but I haven't tried in full HD. Will do in few minutes and report back, but I suspect the PI at full HD has...

``` javascript var re = /abc©\xA9/g; alert( JSON.stringify(re.source).replace( /\\\\(x[a-zA-Z0-9]{2}|u[a-zA-Z0-9]{4})/g, function(m, c){ return String.fromCharCode(parseInt(c.slice(1), 16)); } ) ); // string abc©© ```

Mine was a hint... You can improve that with extra checks/changes ;-) I would have pushed a change otherwise

I guess it should also be removed if added as part of the href, right?

ShadowDOM is still not SSR friendly… once it is, stuff related to SSR will land, in a way or another, but so far I never cared about ShadowDOM even on...

DSD is not out though, or is it? That’s what I meant (Declarative ShadowDOM)

@thepassle sorry for late reply ... you need to register special elements otherwise these are created as Element instances ... see any registered element to understand how that's done, the...

@kyr0 beside my comments as review, I am not sure I like where this is going or, to be more precise, I don't understand what is this adding, compared to...

@kyr0 do you have any example of how this would actually work? The test just shows that JSX can be outputted, but what would you do/use that output? Anyway, because...