Tobias Bieniek
Tobias Bieniek
Right now the HTML parser in IntelliJ will throw up on HTML elements starting with `@`, but the following will soon be possible in Ember.js: ```hbs Foo ```
Cmd-clicking the `foo/bar` in `{{partial "foo/bar"}}` should jump to the corresponding template
The official [Angular plugin](https://github.com/JetBrains/intellij-plugins/tree/master/AngularJS) has some code to support generating files through Angular CLI and we should probably "steal" it... 😉
It seems that by default Tether.js positions the elements in-place and using `bodyElementId` allows us to use a different parent element, unrelated to the DOM position where the component is...
If a the `testGenerator` option is not set we should not set the `group` option to `true`.
For Node.js there is an HTTP client library (https://github.com/zkat/make-fetch-happen) that supports HTTP caching semantics and writes cached responses out to the disc by default. It would be wonderful if the...
I don't know why this project was started when we also have https://github.com/netguru/eslint-plugin-ember but I think having two projects that try to do similar things is just wasting resources. I...
The syntax highlighting of the example code snippet at https://emberjs.com/api/ember-data/3.0/classes/DS.Store/methods/unloadAll?anchor=unloadRecord seems broken currently. The code looks alright, but the highlighting of the nested function seems to disagree for some reason.
Example: ```js await render(hbs`{{ file-preview/slider files=files selectedFileIndex=selectedFileIndex }}`); ```