Dawson Botsford
Dawson Botsford
 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  ## ✅ Right  ## 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  ##...
✨ 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...