Jan Küster

Results 357 comments of Jan Küster

@serut had no time before but the link contains a repro, although this one is even different, no coverage created at all. However, it's Meteor 2.5 and uses `meteortesting:[email protected]` and...

It can be broken down to the line `onSummary` in the html report class this is where the errors are generated. https://github.com/serut/meteor-coverage/blob/master/server/report/report-html.js#L63

Downgrading to 3.2.0 fixes the issue

If I have an example component that shows how to reproduce these oversubscription then I can fast test/debug/provide a fix if possible

I suggest to provide a drop-in replacement for `batchedUpdates`, that can be used if `react-native` is not installed, which is also the case for tests recently (installing it would create...

I will tackle this, once the PR #83 is merged, which is close to completion (currently User, Accounts and Meteor files remain to be tested).

@snakers4 is it possible to have these voices being rendered into [Browser-compatible voices](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisVoice)? Then there would no issue which backend had been used to create the voices, right?

@nathan-muir is this supposed to also support linux+arm on other devices like Raspberry PI? Is there something else required for this to switch from Draft to PR?

@fhperuchi does it work when you use this pull request branch?