Lennard Scheibel

Results 31 comments of Lennard Scheibel

For anyone currently stuck with this, you can run `npm_config_force=true pnpm install` which will tell npm to ignore the peer-deps conflict.

Rebased and resolved merge conflicts.

@netsoft-ruidias Thanks for the kind words! Unfortunately, I won't get around to working on this for at least another month, but I should try it by then :)

@DannyFeliz That sounds great! I'll check what needs to be adjusted to make this work the new entity.

@piitaya I've updated the card to work with the new `todo` entity :) ![image](https://github.com/piitaya/lovelace-mushroom/assets/44374653/94fbe0af-5b24-441b-b3a3-90aafa95166f) --- **Feedback:** Personally, I don't think the `ha-checkbox` or by extension the material checkbox is a...

I can implement the new changes, namely support for descriptions and due dates and removal of the old shopping_list API, although I would need some form of feedback from @piitaya...

Hm, I see moment.js being in maintaince mode as a separate Problem from what I described initially. I definitely see your arguments regarding phasing out moment but as of today,...

Hi, no this is not resolved yet. - plugin-chart-handlebars is missing dependency "currencyformatter.js" which is listed as a peer-dependency of "just-handlebars-helpers" here https://github.com/leapfrogtechnology/just-handlebars-helpers/blob/main/package.json - plugin-chart-word-cloud is missing dependency "global-box" as...

Actually nevermind, @NishantSinghChandel can you check if you ran `npm install` with the legacy-peer-deps flag enabled? It might be in your global NPM config (you can check with `npm config...

Hey, thanks for taking the time, but as it stands I don't feel comfortable merging the PR. There are two main reasons: 1. The change is at best a hotfix...