Tom Mettam
Tom Mettam
Fix type declarations for `bigint` based functions
It seems that selectCountry has changed to setCountry upstream.
This library appears to (with default options) pass options.onlyCountries as follows: [ "" ] https://gyazo.com/d8660f66018baf77ee8025e56939a634 This causes intlTelInput.js to generate an error (due to there being no countries available, since...
Is it possible to add support for adding Dolby Vision metadata into an x265 bitstream? (I'm mostly interested in profile 8.1) Here's a sample RPU dump [RPU.zip](https://github.com/rigaya/NVEnc/files/7455305/RPU.zip)
I wrote some code to detect alpha channel support in WebM video (VP9). http://stackoverflow.com/questions/29416579/how-to-feature-detect-if-browser-supports-webm-alpha-transparency/40511297#40511297 It might be a nice thing to include in Modernizr.
## Type of Issue ``` [X] Bug Report [ ] Feature Request ``` ## Description When building an angular library, I get the error "Do not know how to serialize...
I have a Pixi game built into an Angular 7 application, using pixi-sound. I have a strange issue where after issuing a play() command, as so: ``` sound.play({ 'complete': ()...
The currently published @types/tldjs deprecates "isValid" in favour of "isValidHostname". However, the version of tld.js published on NPM does not contain "isValidHostname".
If an dnd-draggable component is also defined as a dnd-droppable, **or** the dnd-draggable component is a child of the dnd-droppable, dragData is never set. This appears to occur because the...
Does zboxfs support snapshots? Our application involves user media which can very easily become corrupt (e.g device removed during write), and the ability to roll back to a previous snapshot...