Rich Tibbett

Results 9 comments of Rich Tibbett

Related issues running local custom Netlify Identity: https://github.com/netlify/cli/issues/529 https://github.com/netlify/cli/issues/621

@annevk wrote: > I'd prefer us reusing a pattern of something that's implemented, like ``. Do you mean letting [`icon`](https://notifications.spec.whatwg.org/#dom-notification-icon) also take multiple comma-separated [image candidate strings](https://html.spec.whatwg.org/multipage/embedded-content.html#image-candidate-string) in the same...

> I don't think frequency: 60 is quite the same thing [...] since animation frames often vary away from 60 Hz and so you will quickly get out of sync....

I was going off what was written in the respective repo issues (which was `ms`). Thank you for the clarification @domenic.

As general feedback on this: what a device _reports_ itself as supporting vs what a device _actually_ supports are quite often different things. e.g. see https://github.com/w3c/deviceorientation/pull/12. Put another way, you...

Does the following not work for you? ``` import NoSleep from 'nosleep.js' ``` I’m not sure what the specific use case is to import this from a relative path.

This seems like a feature that is actually a bug in UC browser: https://stackoverflow.com/questions/49979457/browser-player-overlaps-hamburger-menu https://stackoverflow.com/questions/45720720/video-plays-over-top-of-menu-on-uc-mobile-browser In NoSleep.js we do not even attach the playing video to the DOM so this...

Hmm. There is a possibility that the switch from the browser to the file picker pauses the NoSleep process and therefore interferes with it. Typically, if you leave the browser...

Any chance we could get an update on this PR @vipcxj @jamsea?