Josemar Luedke
Josemar Luedke
Trying to define a factory with afterCreate in typescript gives the following error: ``` Type '(provider: { id?: string | undefined; attrs: Record; modelName: string; save(): void; update(key: K, value:...
I'm trying to use cp-validations within an app using ES6 classes & TypeScript and I'm getting a few errors. Here is what my component looks like: ```ts import Component from...
It would be nice if Ember Power Select shipped typescript type definition for the test support functions. Here is what I have been using, but it is not complete: ```ts...
Adding Embroider to a FastBoot site causes the content to not be cleared, instead the content is rendered twice. The issue can be seen in this [PR](https://github.com/josemarluedke/docfy/pull/53). Note, I have...
Can we have a example to setup bugsnag with [go-chi](https://github.com/go-chi/chi)?
Hi guys, I'm having this issue with brackets: When you don't have any space before closing the bracket, it does not highlight the rest of the file. ![screen shot 2014-09-01...
Any reason why there is no option to enable FastBoot Resilient Mode? It would be help full to have the option available to be used.
Using v3.0.0-beta.8 with Ember Canary (`259779443483ae15b7fa5dae4c7ea9d9ff46db88`) causes the following error: `Cannot read property 'args' of undefined`. I'm using basic dropdown with power select.
It would be super nice to support hot reload of styles. I understand that class names impact templates, which will cause the app to reload, but is there a way...
It would be more idiomatic if the actions would be all prefixed with on*. For example: `onBlur` `onChange`, `onComplete` etc. It is also confusing because of ember's component events names...