Bas Kamer
Bas Kamer
Seeing this problem ``` ⠙ building... [Babel: ember-cli-notifications > applyPatches] ┌─────────────────────────────────────────────────────────────────────────────────┐ │ │ │ This version of postcss-preset-env is not optimised to work with PostCSS 8. │ │ Please update...
I have a model with a cloudDrive status fragment that in turn has two more fragments. called context and failure. Over a webstomp connection I receive updates to my models...
Hello, I have an error when copying models with fragments `Error: Assertion Failed: You need to pass a model name to the store's serializerFor method` I should add that we...
https://github.com/offirgolan/ember-data-copyable/issues/15
* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [ ]...
Hi, I haven't use box much but did try to package some zendframework applications with it. I noticed (via running it verbose) that as more files are included took a...
When the Content-Lenght is set by some module for an text/html asset (think asset manager for static html files in a data directory served via standard resolver :-) ) the...
Not sure what is going on? Could it be http2 related? generated by: It's comes Charles's "Copy Curl Request" feature ``` curl -H ':method: POST' -H ':scheme: https' -H ':path:...
*may not be an issue with this plugin.* I prefer to have set my indents to 2 spaces within `.hbs` templates. However some parts of the {{... are stil indented...
Given two DTO's (Identity and Preference) where Identity has a hidden field passwordHash. I noticed that when I serialize the Identity DTO the passwordHash field is correctly hidden. But when...