eso
eso
No. Sorry, I forgot to mention that one. It was actually my first try but it caused an error too. I have to check this, but as far as I...
My first try was actually `findMaxNumberByIdParentId(int)` which yields the following exception at runtime: >java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: org.hibernate.QueryException: could not resolve property: number of: sample.pkg.Child [SELECT MAX(child_.number) FROM sample.pkg.Child AS child_ WHERE...
I just noticed the same problem for deletes. The projection `deleteByIdParentId(int)` won't compile and the variant `deleteByParentId(int)`throws an exception at runtime. Is this the same problem or justifies it a...
I just installed _vscode-language-babel_ and encountered the same problem. But then I noticed that the _CoffeeScript_ formatting formats templates correctly, so it seems to be possible to achieve this with...
Addition: I had noticed the problem of templates not beeing styled with .js files, not .es6. And I just discovered that after installing the [JavaScript Atom Grammar](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-atom-grammar) template literals are...
There's already an unresolved but auto-closed bug for this: https://github.com/mermaid-js/mermaid/issues/682 The tooltip is actually shown, but at the very bottom of the page. This can partially be fixed by applying...