UncleGedd

Results 7 comments of UncleGedd

use "wb" instead of "w"

Related to #926: (copy/pasting from Slack). We need some streamlined docs around deploying onto an already provisioned cluster. It took me way too long to find the bit in the...

(copy/pasting from Slack) I'd like to see more helpful error messages during package creation. I got this one when attempting to build the Big Bang package. Turns out I wasn't...

Happy to open a PR to add these GIFs (understood they are recorded with VHS)

The `detect-browser` library currently sits at [25 kb](https://www.npmjs.com/package/detect-browser), while `fingerprintjs` is [256 kb](https://www.npmjs.com/package/@fingerprintjs/fingerprintjs). Is the goal of this ticket to swap `detect-browser` with something more modern or to roll our...

Trying a couple of things here: 1. Using a duck-typing feature detection method to detect the browser (see this [SO post](https://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser)). This is fancy and all but it's not accurate...

Hey @Jyyjy that sounds fine and good. If you didn't want to introduce a breaking change (ie. removing detect-browser) we could create an option (something like `rawUserAgent`) that could be...