electrovir

Results 93 comments of electrovir

I'm getting the same error on region data in 1.19

fwiw I have three screens and Steam launches through Whisky without issue for me.

Correct @JoeRoddy, the cause for that error you're seeing is the same.

@MichalLytek is there currently a way to add those `defaultTake` or `maxTake` configs you mentioned? Or were you saying that that's what this requested feature needs to add?

Originally I thought this was related to #55, but our actual app runtime (built with webpack currently) imports `Device` and `Call` without issue (ever since #55 was fixed). Webpack may...

I notice that web-test-runner is trying to the es5 files, which use `require` instead of `import` (which fails in the browser). I expected this to not be an issue since...

Importing from either of the `dist` files (`dist/twilio.js` and `dist/twilio.min.js`) doesn't help. (Plus, you can't import those without modifying `node_modules/@twilio/voice-sdk/package.json` anyway since the `exports` field prevents you from importing from...

Further errors after making hacky fixes: - `EventEmitter` from `node_modules/events/events.js` - `levels` from `node_modules/loglevel/lib/loglevel.js` - `Can't find variable: module` from `node_modules/events/events.js` - countless other errors from `loglevel` It appears that...

It's only happening with `web-test-runner` and not `webpack` (which we currently use to bundle our frontend code), yes.

I can set that up for you.