Dawson Botsford

Results 112 issues of Dawson Botsford

![Screen Shot 2021-09-16 at 11 31 45 PM](https://user-images.githubusercontent.com/3408480/133735425-f1f1f23d-447f-4002-b3c4-6d895e71524d.png) I wanted to follow the readme exactly and use `carlesnunez/check-my-bundlephobia@v1`, but that was broken as well. It said that version was not...

1. FIXED ~We need to ensure image urls are not relative paths but rather absolute paths. Otherwise consumers need to know what the base URL is for each image.~ 2....

it was added in https://github.com/dawsbot/evm-labels/pull/56 but there were no tests

Merged the data in [https://github.com/dawsbot/evm-labels/issues/22, but ](https://github.com/dawsbot/evm-labels/pull/55), but this was missing tests

> `npm install && npm test` ``` npm test   > [email protected] test /Users/dawsonbotsford/code/scratch/wzrd.in > rm -rf ./cdn.db && rm -rf ./test/cdn.db && tap --timeout $(node -pe '3* 60...

On https://developer.drip.com/?javascript#subscribe-someone-to-a-campaign it shows that `client.subscribeToCampaign` takes in an array of subscribers. Unfortunately, it only takes one subscriber. ## ❗️ Wrong ![image](https://user-images.githubusercontent.com/3408480/88217381-757d6180-cc2c-11ea-8ab7-f20522b00cf3.png) ## ✅ Right ![image](https://user-images.githubusercontent.com/3408480/88217564-baa19380-cc2c-11ea-8bf9-9acf0cdb0fd9.png) ## More Notes If...

## Change Description We experienced some nasty bundle sizes in production over at https://everipedia.org and found this simple change to reduce the bundle size over 500KB! ## Before ![image](https://user-images.githubusercontent.com/3408480/74569475-7bb63600-4f48-11ea-8ffe-2b95af9d4c46.png) ##...

✨ This PR does not change the library usage in any way, it's strictly bug prevention. ✨ A PR from the team at Everipedia ## Replace all node-only packages with...

We're getting [prod errors in the Everipedia.org site](https://sentry.io/share/issue/9ef74433d1794ba2983e5e9def96bbf2/) for browsers which do not support the spread operator (`...`). After running this repo locally, it appears that `dfuse-client.umd.js` contains this syntax,...

Hi folks, thanks for the great demo! It appears that the `eoscanada` endpoint is throwing a CORS error which is blocking the POST to https://mainnet.eoscanada.com/v1/chain/get_currency_balance This causes a critical error...