Derek Wickern

Results 25 issues of Derek Wickern

It would be nice to offer a chrome plugin so you don't need to install ember-chrome-devtools in each app. I'd rather include it in ember-inspector instead of maintaining a separate...

Scala emits a switch instruction when matching on `Int` or `String` but not when matching on a union of those types. ## Compiler version 3.3.3, 3.4.1 ## Minimized code ```Scala...

itype:bug
stat:needs triage

Reproduction here: https://github.com/dwickern/ember-pdfjs-reproduction/tree/embroider The module which imports PDF.js will have its own exports broken. In the reproduction, [the application route imports pdf.js](https://github.com/dwickern/ember-pdfjs-reproduction/blob/embroider/app/routes/application.js). Its export resolves to a promise instead of...

These types don't actually exist at runtime, or at least they are not exported. For example, this code will compile but fail at runtime with `TypeError: Right-hand side of 'instanceof'...