DanielHabenicht

Results 126 comments of DanielHabenicht

To sum up for everybody looking for a clean solution, that is maintainable and can be removed once this is fixed: ```typescript // app.module.ts import {MAT_DIALOG_DEFAULT_OPTIONS} from '@angular/material'; ... providers:...

Did this land in any version? or is there a workaround? Having the same problem with Angular `13.3.0`

@crisbeto can you draft a way forward? If it is a breaking change we can wait for another major version , but keeping it not compliant seems illogical.

Seems to be possible, someone wrote a wrapper: https://github.com/ivanlen/pipreqsnb As it is really just a view lines would you be open for a PR @bndr @alan-barzilay?

For everybody who wants an even slimmer version of @kayvanbree and @kyubisation approach (without the need of node installed on your production server/docker container). I wrote a post about setting...

Because of the whole API abuse part, I am also more into providing the templates that can be used by others. Which branch are you currently working on? (so I...

What do you think of [mustache ](https://mustache.github.io/)templates? This would allow board reuse of the templates in many programming languages. There is an implementation in JS as well: https://github.com/janl/mustache.js

For me a simple ```bash npm install npm rebuild ``` Fixed the problem. (not changing anything else, well maybe I also deleted the `package-lock.js`)

Is it just BackgroundSlideshow issue or maybe a MagicMirror issue? (e.g. have you tried different versions of MagicMirror with the Background Slideshow module?) I have it running at my parents...

Which MMM-RandomPhoto are you refering to? I found this, but it's not maintained either: https://github.com/diego-vieira/MMM-RandomPhoto Are you hosting your magicmirror somewhere else than the display? @mcnahum are there any errors...