Bas Kamer

Results 69 issues of Bas Kamer

### 🐞 Describe the Bug A yielded 'fn' from a component is incorrectly rendered as [object Object] ### 🔬 Minimal Reproduction Inside a component I have this ``` {{yield (hash...

make fails with "Expected buildPath to be an absolute path". Built project successfully. Stored in "electron-app/ember-dist". Making Electron project. Expected buildPath to be an absolute path diggin it seem the...

Hi, I have an working application that I want to convert to typescript. Looking at https://github.com/electron/forge there is a typescript template that indeed runs when being a stand alone electron...

Hi I used to be able to do this on a polymorphic model to get to the typekey given as argument in the model definition ``` const typeKey = this.contactModel.get('options.typeKey');...

Is someone working on bringing support for ember-data 4.8+?

Hi I'm am trying to get a remote debug session working and can only get it to work with `network_mode: host`. Unfortunatly that is not an option as the running...

I went an gone with it. I need this to be able to add new custom components types let me know if you require changes on this... (perhaps there is...

Hi, I can't seem to add an additional input type. For example an 'MyComplexUIComponent'. I am able to override the _existing_ component with the ember-cli-build override, but when i add...

question

following these instructions I abstracted the class based resources of e-r 6 to those of ember-resource 7. https://github.com/NullVoxPopuli/ember-resources/issues/1056 It works in the sense that all tests pass

### Is your feature request related to a problem? Please describe I need to hand out a jwt for user to connect on a dashboard to the api. The backend...

enhancement