Levi Roberts

Results 27 issues of Levi Roberts

Trying to stream from a new AppleTV 4. A video delay of 1 to 3 seconds is apparent. Compared against another app (Airfoil Speakers) with no apparent delay. Had to...

I've read some of your project logs on hackaday.io and have been waiting for over a year for someone to shed some light on the protocol. I noticed that you've...

Installed module from npm and it crashes regardless of what opts I try. Install: ``` $ npm install -g stats ``` Run: ``` $ stats --totals dirName /usr/local/lib/node_modules/stats/lib/parser.js:249 if (!options.ignoreParseErrors)...

### Issue description or question As the title implies, I would like to profile async/callback code. This should be possible as seen in other tools of this nature. ### Sample...

feature request
more info is required

After coming across theseus, I have to say that I'm loving it. So far, there are just a few things away from making this perfect. One is the bug found...

Example: ``` // Can be a function Message.from = function(data, props, cb) {} // Can be an arrow function Message.from = (data, _, cb) => cb() // Can be a...

Overview Progress: - [ ] Add additional ObjectModel types - [ ] Get rid of unnecessary looping for left-over schema - [ ] De-duplicate code by using a `protect()` function...

Example: ``` describe: { init: { config: { port: 'Listen Port' }, }, }, ```

Example: ``` let users = Gun.from(“users”).iterate for (let user of users) { // Do something with user } ```

Add `blueprint.Frame.canCatch` so we can determine whether an appropriate error path is available. Otherwise `throw` to main application. In addition, add `.catch()` API for all potential errors without error propagation...