Mike MacCana

Results 143 comments of Mike MacCana

Developit: it's literally only a few characters if (!String.prototype.includes) { String.prototype.includes = function(search, start) { 'use strict'; if (typeof start !== 'number') { start = 0; } if (start +...

@dantman At level 4, Brotli uses less CPU AND compresses better than gzip - here's the results of a test using the top 1000 URLs on the internet: https://blogs.akamai.com/2016/02/understanding-brotlis-potential.html

Microsoft just announced Windows 11 runs Android apps. Windows 11 is coming in the fall and free: https://www.microsoft.com/windows

Same here. return ar instanceof Array || objtos.call(ar) == "[object Array]"; }; // ERROR IS HERE eve = function (name, scope) { Just change the semicolon to a comma. Same...

Just ran into this bug now - how would you advise a potential customer to work around this and get the examples running? (without having to set a default VPC...

**The README now has instructions on getting a token** https://github.com/lucaslg26/TidalAPI#obtain-the-tidal-token-needed-to-use-this-api

The [docs](https://github.com/substack/module-deps#packagejson-transformkey) mention: > "If you want to pass options to the transforms, you can use a 2-element array inside of the primary array. Here fff gets an options object...

As a suggestion it might be better to allow ES6 module configuration in the 'Simple' setup (and deprecate CommonJS) in the next major release.