Martin "Nexii" Pitt

Results 32 comments of Martin "Nexii" Pitt

I'm not sure if it's big deal or not, but it's nice when things aren't sketchy or when there are any legal gray areas. But just in case: https://github.com/Microsoft/nodejs-guidelines/issues/72 If...

If you are tracking `html`/`body`, you could shortcut to the [`document.scrollingElement`](https://dev.opera.com/articles/fixing-the-scrolltop-bug/), which has [pretty solid support](https://caniuse.com/#feat=document-scrollingelement).

Can confirm still an issue, doesn't seem to be specific to OS either, just Chrome. Version 89.0.4389.90 (Official Build) (64-bit) Windows 10

Hi @Rich-Harris, last year I began working on a material design inspired view transition library and one of the big challenges was animating transforms. Actually, it turns out that it...

I just ran this script in the console for github here: ``` var test = document.querySelector('.comment-form-textarea'); var s = document.styleSheets.length; while(s-->0) { var styleSheet = document.styleSheets[s]; var r = styleSheet.cssRules.length;...

Personally for me, my workflow, I’d prefer extension name to be replaced and next to it (image.gif -> image.jpg) as a second file. Leaving me to confirm what file to...

You can have DOM elements inside your canvas and have them be focusable, but that is managing the focus manually via calling the focus method and the elements don't have...

The problem is https://github.com/jprichardson/electron-window/blob/master/lib/main.js#L49 The code should be using the `closed` event, which [per docs:](https://electronjs.org/docs/api/browser-window#event-closed) > Event: 'closed' > Emitted when the window is closed. After you have received this...

It's been two years now, any updates @xdissent?

A year later. What were the options again? If I remember, one of the logos was: https://medium.com/@AshConnell/webvr-needs-a-logo-722244b40330#.61u7p8698