Basti Hoffmann

Results 6 comments of Basti Hoffmann

@pascalhaakmat could you please fix the build to make this PR mergable?

Hi @markostanimirovic I'm willing to support the ngrx team by submitting a PR for the storage feature. It'd be a perfect replacement for a meta reducer I'm using right now...

@chandrubk with the current rules you could utilize the `number` rules with `ruleForTransformed` and `Date.getTime()`

> ![image](https://github.com/user-attachments/assets/e3d2c219-d95f-4761-803c-75bed37d73c5) What is strange, is that the mode shows up as Normal with a Capital N for the P33, but a small N for the P18 > > `type:...

Here's a little helper function which patches `Date` values - it traverses over arrays and objects: ```ts /** * The function takes an input value and applies data type patches...

@Zignand I came across the same issue that `border: none;` wasn't working but I found a solution. Instead of ```css ha-card { border: none; } ``` I'm using ```css ha-card...