Drew Simmons

Results 7 issues of Drew Simmons

Can't seem to get this to work (chrome/OSX). However, [this demo](https://www.google.com/intl/en/chrome/demos/speech.html) is working. Also, browser is not asking permission to use microphone when running example for choo-stt.

## Expected Behavior Successful compile and css using the keyframes rule. ## Current Behavior TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object. at Function.Buffer.from (buffer.js:179:11)...

Type: Bug

### Expected behavior Expecting listeners to bet ready when DOMContentLoaded is fired. ### Actual behavior Getting warning "No listeners for myevent" ### Steps to reproduce behavior index.js ``` app.use(require('./stores/app')) app.use(require('./stores/user'))...

``` No. If you're interested in doing that, use something like nanotick to batch events and ensure they run asynchronously. ``` I'm probably misunderstanding something here, but I have a...

I'm really excited to be learning HHS, as I can see a lot of great, very intelligent, work has gone into it already. From reading the documentation it sounds like...

> 1000 items parsed from data file > events.js:160 > throw er; // Unhandled 'error' event > ^ > > Error: write EPIPE > at exports._errnoException (util.js:1022:11) > at WriteWrap.afterWrite...

User verified locally that removing the scope key/value pair eliminates the error. ``` A user is experiencing this issue. Wondering if the if/else at client.py:181 is out of date as...