Dawson Botsford
Dawson Botsford
Now the entire repo is smaller! I just called `jpegoptim` recursively on the image folder. Now it's a smaller total package with zero loss in quality.
A large amount of feedback on the Chrome webstore pertained to the font size. Perhaps making a gear somewhere on the screen which opens into further options like font size...
When using `pgtyped`, we're given the functions to call and the TypeScript types in the same file. For consumption on a frontend, the sql libraries cannot be loaded, so doing...
## Summary of Bug Users hoping to claim their [Rektdrop](https://app.evmos.org/claims) are only able to connect via Metamask. There are many other wallets in the Ethereum ecosystem including Coinbase Wallet. A...
All visitors have an HTTP GET to "`https://raw.githubusercontent.com/vasa-develop/nft-tokenlist/master/mainnet_curated_tokens.json`" the moment they load. Instead of putting this burden on the browser, you can fetch this once server~client~-side and serve the homepage...
The syntax highlighting in vscode is very simplistic and does not cover a large amount of the possible token colors. Specifically, there are a large amount of tokens which are...
**Describe the bug** To use this component requires the end user to download over 90K of code (gzipped and minified). To fix this, we should remove `moment` since that's 60%...
The way that string length is compared and calculated is not correct when strings have significant entropy. See my branch showing this [here](https://github.com/careercup/CtCI-6th-Edition-JavaScript/commit/6dda9cc37de4354d814aa462228719aeef1d82bc) @tankwan
[See this Sentry public error here](https://sentry.io/share/issue/8287d95306154614856aa2f8eb8773c3/)  ## Description Somewhere in this codebase, it's assuming that the browser has [ES6 Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) available. This language feature is newer and therefore leaves...