Piotr Pałek
Piotr Pałek
:+1: very interested in the google based backend, trying out aenea right now and well.. it's a bit cumbersome to setup ;)
Any updates here? Would be great to have it working for channels :)
just making sure, would this be the same thing as having "file structure validation", something like what: https://github.com/denisraslov/folderslint does? edit: also would it be possible to mark a directory as...
I dislike this for DX reasons mostly. It's pushing a lot of manual labor to developers and additional complexity to the templates. I'd argue that the templates will get unreadable...
@chadhietala I've tried to collect my thoughts about this proposal: What I don't like: - it will force existing and new Ember.js users to learn the (muddy) attributes vs properties...
@Gaurav0 I was thinking about how to approach this so I'll list some options: - Use the [split-view](https://github.com/BryanHunt/ember-split-view) addon (or potentially improve it / base our own split-view on it...
Doesn't work for me with `hard-source-webpack-plugin` as well
I don't think that would affect your use case though? You normally extend from the base class, so if you add any properties (be it methods or getter or whatever)...
I'd need to try and make a reproducible example, but from my limited understanding the issue isn't that we can't use the Reflection API itself (that can be polyfilled as...
In the example from the Readme you can reorder things, but sometimes you can have structures which would result in a circular dependency, and I'm not sure it's possible to...