Alan James

Results 33 issues of Alan James

I would like to have hotword detection availible in Annyang, basically allowing me to tell Annyang to not "activate" until a certain hotword is spoken. Essentally speech recognition would be...

It would be great to have an event listener which allows me to get hypothosis in real time, allowing the user to see what they are saying in real time,...

If the variable used in `ng-options` changes after the view is rendered the select box does not rerender. This makes this plugin unusable when getting select options from an AJAX...

Use `setTimeout( function () { ... }, 0 )` to make the CRUD methods asynchronous.

Feature

Rather than just being a sync system for web sockets Marilyn should also be an interface for writing and reading from WebStorage. I'm picking web storage because the other storage...

Feature

Records have `createSilent`, `readSilent`, `readOneSilent`, `updateSilent`, and `deleteSilent`. It should also have a `saveSilent`.

Feature

Marilyn should be able to declare schemas just like Mongoose. Data type conversion should happen automatically as well.

Feature

Marilyn's watch method should keep a Marilyn model's collection in sync with a Mongoose model based on one or more queries sent to the server via Socket.IO. This will be...

Plugin

The expected data types aren't expressed well in the documentation for various events.

Documentation

The Socket.IO support should be a plugin so that other WebSocket systems, like Primus, can be supported. This would also allow AJAX based systems to be supported using long polling...

Feature