Zach Pomerantz

Results 20 issues of Zach Pomerantz

Pipe audio in through an `OfflineAudioContext` to have standardized tests.

help wanted

https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API#Audio_Workers

future

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...

enhancement

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...

enhancement

Currently, dependencies must provide a module for angular to use. Allow a separate syntax to load other dependencies, like CSS / jQuery / etc.

enhancement

This would involve pre-scraping the codebase, pre-loading dependency files, and concatenating into one larger file. Possibly with grunt / gulp?

enhancement

**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...

bug

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...