Erik Rothoff Andersson
Erik Rothoff Andersson
Changing `BHS` to `BHS5` worked too
As an alternative you can use this package: https://github.com/SamvelRaja/google-maps-addon
@asennikov really nice one! Awesome implementation
This same thing happens for our Sidekiq workers. A single long running worker that did a lot of queries and iterated a lot of database objects caused this behaviour. After...
Also ran into this after an upgrade. Downgrading to 2.6.1 seems to have fixed it.
However, it looks like even if I just make changes to `.ts` files now, it still sends a reload on the css file. I added some logging: ``` send reload:...
@Degfy loving the fix here. Are you able to rebase this branch on master? Also, you introduced the dep "logrus". There is a logging library already being used. You can...
Any chance of getting this merged? Looking forward to getting rid of the deprecation: ``` DEPRECATION: The `app-prefix` hook used in ember-cli-defeatureify is deprecated. The addon should generate a module...
@bvogel thanks for your work on this. spent 2 hours trying to debug this issue and finally found this. I hope this gets merged 🙏
I have no idea where this currently is but I tried out the current branch in my project and it worked awesomely! I'm using: ``` "ember-cli": "1.13.8", "ember-cli-sass": "^4.0.1", "ember-cli-styles-reloader":...