hlogmans
hlogmans
I switched to https://github.com/kimroen/ember-cli-coffeescript, renamed all .em files to .coffee and now everything works fine with all the latest versions.
Yep, I love coffeescript. I thought ember-script was a dialect of coffeescript but all my files (controllers etc) worked out of the box, even leaving the emberscript marker # (ember)...
+1, just wanted to create a PR just for this, but you did the work already. I have to do some running totals on the groups...
Maybe the PR should include a small example in the README. And maybe an example with a function property. I can only get basic values to work, as soon as...
Superb! But I still got the problem that functions are not working as expected. In my templates the function is just not evaluated, but presented as 'function total() { return...
The pcre-regexp gem seems to register RegExp instead of Regexp. But others do register the correct one, but I am still unable to fix the warning. And thus probably not...
> Another workaround is adding the following to the vite config: > > ``` > server: { > host: '127.0.0.1' > } > ``` Or angular: ng serve --host 127.0.0.1...