Zach Pomerantz

Results 20 comments of Zach Pomerantz

Sure. If we're going to be this explicit about the server, we should be explicit throughout - mind also adding a bullet telling devs to go to `0.0.0.0:3000`? Also, can...

I had an example, but never got to committing it. I'll get one up later this week, and make sure to annotate/share the code in this repo.

@warsamebashir AFAIK, Julius will allow any grammar, so long as you provide it. Julius is originally a Japanese tool, so I can only imagine it can be bent to your...

@kingsfleet I just pushed a fix - great suggestion. Could you try it again and let me know if it is working for you?

Yes! It needs to be changed in the demo, which is on a separate branch. Separately, a build process needs to be put in place to keep the two branches...

I'd be grateful if others could test this and make sure it works cross-system. I made a basic build script (run by Travis) that should avoid this issue in the...

I'm not sure of another API to capture microphone intput, besides `getUserMedia`. Do you know of a shim to work on Safari/IE? I built this as a toy project, and...

I can try it later today when I have more time. For reference, [this is where I usually check for compatibity](http://caniuse.com/#search=getUserMedia), followed by [mdn](mdn.io/getUserMedia). I'm sure there are Flash shims...

Has anyone made any more headway here, or have plans to?

afaict and from local testing, `evm_snapshot`/`evm_revert` clears the cached fetched data, same as `anvil_reset`. have you seen different result? This seems like a big differentiator between anvil and hardhat. Is...