Paul Gerarts
Paul Gerarts
This probably doesn't need to be mentioned but it specifically breaks a bunch of modules with iframes.
Looks like the property was created in PR #1258 as mentioned in this issue #1260 but it was never set up to load the value from `window.location`. Sounds like this...
Updates added for usage in the [Software Quality MOOC](https://online-learning.tudelft.nl/courses/) at [Delft University of Technology](https://www.tudelft.nl/en/).
Any info on in which `@nx` version this will be released? Do we have to wait for `v18.0.0`?
CI failure seems to be an issue with the CI server, not the PR. Can this be merged?
@FrozenPandaz - I disagree. Adding the `.env` files in the root of an Nx project works out of the box in Vite because the default configuration finds them in the...
Same here today at `2025-04-28T13:35:00+02:00`, connection is lost, seemingly due to a `504` but the integration doesn't recover without a manual reset. Given that the `tibber.get_prices` action is able to...
I ended up making an automation that reloads the integration when it goes `"unavailable"` ```yaml alias: Recover 'unavailable' Tibber integration description: "" triggers: - trigger: state entity_id: - sensor.YOUR_TIBBER_HOME_NAME_electricity_price -...