Mischa Brammer

Results 27 comments of Mischa Brammer

forgot to compile and fixed update. new PR in progress

I had a little bit time to fix these issues. Regarding your points. 1) There shouldn't be any big performance issue, because the `update()` is just triggered when something changed...

Hey @PiotrMachowski. I have the same concern. I used [html-card](https://github.com/PiotrMachowski/lovelace-html-card) in the past and styled the content with [card_mod](https://github.com/thomasloven/lovelace-card-mod), which worked fine. Now I need to use some templating and...

Thank you for testing it @PiotrMachowski. Strange that it is working on you side with card_mod. I am on Version 3.1.5. The approach with `` is working fine on my...

Agree. Plus one for this from my side!

If you are using TypeScript, add `declare module 'mapbox-gl-draw-circle';` to your `typings.d.ts`.

Question to the devs of this repo. Why was the `mglGeocoder` directive removed and can you reintegrate it? I am currently upgrading a customers project from Angular 10 to 14...

Yes, that's what I thought. Otherwise I would have pinged you directly ;) Unfortunately your instruction didn't work, because `ng build` can't be executed (missing angular.json). But I decided to...

Yes I have and no it doesn't sort the code. I used `uglifyjs js/.generated/public/global.js -o webroot/js/global.js` So the problem seems to be grunt-contrib-uglify.