Results 146 issues of Eric Blade

if getViewPort() doesn't return a valid node, initInputStream calls createLiveStream with an undefined node, which promptly fails with a runtime error. This shouldn't happen, and should be handled gracefully in...

bug
help wanted
good first issue

Of course this can be handled at the app side, but calling stop while init is in process should either gracefully stop, or error that it's impossible to stop. Spamming...

help wanted
investigation

See commit from william-lohan fork https://github.com/william-lohan/quaggaJS/commit/5952bc023fdf5c8271c5704c8d061c117d35048f

help wanted
investigation

```` import { OsTypes } from 'react-device-detect'; ... if (OsTypes.Android) { console.warn('* Android detected'); } ```` warns that it's Android no matter what browser/platform i'm on. enums documentation seems to...

I haven't historically used snippets a lot, but I was going through all my extensions and realized that I had a few snippet extensions that I could've been using, but...

Anyone able to comment as to if there's anyone maintaining, or alternatively, what other libraries or forks of this one, might be good to check out, if this one is...

Anyone have a typescript def file they'd like to contribute? Thanks! :-)

It seems that LaunchRequest always sets session.new true, and all other requests always set session.new false. This doesn't seem to be the way that real AVS works, though. I'm not...

bug?

I'd like to be able to provide something like "turn {thing,on}" to receive both "turn thing on" and "turn on thing". Any thoughts on that? (i might even be able...

I notice that there are several bits of code wholesale duplicated from other repositories in here, and redistributed under a different license. I am not a lawyer, but I don't...