Tobie Langel

Results 260 comments of Tobie Langel

See https://github.com/tabatkins/bikeshed/pull/264. You'll also need to use a GH auth token to get the issue list with the `--gh-token` option.

I was precisely thinking that I should have written it down somewhere. :-/

Or more precisely, regretting I hadn't.

So the current version of bikeshed is somewhat broken for our purpose, see: https://github.com/tabatkins/bikeshed/pull/571

Here's the command line I use: ``` $ bikeshed -f spec --gh-token=[INSERT_TOKEN_HERE] ``` You'll have to define the GH TOKEN in [Travis' repository settings](https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings).

Thanks for your input. This is addressed by the spec for sensors which support [periodic reporting mode](https://w3c.github.io/sensors/#periodic). Which particular sensors would you need to poll at 120Hz? Why 120Hz and...

@lukes3315 I have a couple of options for this, please LMK which are acceptable. 1. polling at 120 Hz, getting roughly two data points together each time `requestAnimationFrame` is called?...

Expecting feedback from Navisens shortly, see: https://twitter.com/navisens/status/824627997797801985.

Thanks, @lukes3315. What do you mean by "polling loop"? I'm also not sure what you mean by option 2 either. :-/ Maybe code examples or f2f would be helpful?