Zach Pomerantz
Zach Pomerantz
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API#Audio_Workers
The presence of the worker makes it nearly impossible to distribute as a single file - need to investigate possibilities to improve this. One possibility is [`workerify`](https://github.com/shama/workerify), as the worker...
Replace `.onrecognition`, etc. with a more full-fledged eventing system: - More established syntax for registering listeners - Ability to register multiple listeners to an event, and unregister, etc. Currently considering...
Currently, dependencies must provide a module for angular to use. Allow a separate syntax to load other dependencies, like CSS / jQuery / etc.
This would involve pre-scraping the codebase, pre-loading dependency files, and concatenating into one larger file. Possibly with grunt / gulp?
**Bug Description** Pool prices, when searching pools, use "$", even if the pool does not include USDC. **Steps to Reproduce** 1. Go to uniswap.info 2. Search for ENS - Under...
Adds typings for multicall hooks to improve multicall ergonomics and reduce the chance of misuse (eg ReferenceErrors). Although functional, this is a POC - it is better to move this...