Miguel Camba

Results 297 comments of Miguel Camba
trafficstars

@pvyleta thanks! I have a wolf cwl 300 excellent, so you way the renovent counterpart is the sky300? I don't know if I can test it at the moment because...

@pvyleta that's great! Can you share how you send that message? I'm assuming you used this screen, right? ![Screenshot 2024-03-21 at 00 30 15](https://github.com/dstrigl/ebusd-config-brink-renovent-excellent-300/assets/265339/e29d52f1-4b6a-4f4b-8a4c-a4ec5be04ce1)

@pvyleta did you make any change in yaml files to get those? I don't get any of those fields. In fact I didn't get any field unless I created an...

Thank you to provide real world experience. I need to figure out a way of ensuring that the current locale stays consistent for the entirety of the lifetime of a...

@kobejean Sadly, those two lines are **precisely** the lines that fix the issue I am facing. The reason why those lines are needed is because starting in 3.40, svelte initializes...

Also, seems that the test case that is failing without those lines is invoked some mocked component using ``.

FWIW, my test suite in particular actually speeded up a bit with the new test approach. If your tests are **significantly** slower I'd check if your instance initializers are doing...

@bastimeyer Right now every helper returns the value of calling `settled()`, which unless I'm wrong it is just a `Promise`. What you are suggesting is that we change it so...

I wish there was some wait of setting up a reproduction that allows to consistently reproduce this locally so it can be fixed.

As bad as it sounds, it’s good that you can reproduce it consistently. I got the current approach from svelte-i18n but I’ll have to deviate from it to make sure...