Dimiter Geelen

Results 46 comments of Dimiter Geelen

@gjohansson-ST Thank you for the update. I just updated my HomeAssistant to 2024.4 (which has just been released), which includes the fix you mentioned. Since [my earlier comment](#issuecomment-1975917413), nothing has...

@gjohansson-ST I can still confirm the same behavior as before the update: Sometimes the server can't be found, no measurements happen and the sensors report unavailable. Then at seemingly random...

The issue unfortunately still exists in the current versions when running `wtr --coverage --puppeteer`. In have updated the related dependencies to their newest versions to no avail: ``` ├── @web/[email protected]...

I think I have found a work-around: Previously, I was running wtr using `wtr --coverage --puppeteer`. My `web-test-runner.config.js` configuration file (see https://modern-web.dev/docs/test-runner/cli-and-configuration/#configuration-file) did not contain a `browsers` section: ```js export...

As mentioned by @olivergrabinski in #254 , the solution is simple: > To solve the problem on my end, it was sufficient to run mkdir $folderName just after the checkout...

The issue is still present. ![image](https://github.com/home-assistant/core/assets/915243/a0a4ed3b-4eb4-4cb5-9236-3de167ae0101)

@driesva I thought it was just me... I experienced te same after upgrading to 4.0.0. I decided to revert the upgrade, so a solution is more than welcome :) (for...

I would love to see this merged. I did some testing locally (from the user perspective), and this branch did resolve my problems (PR's not being created by dependabot). Of...

What is the status of this ticket? At this point PHP support in Dependabot is non-functional for projects using any of the supported PHP versions (PHP >= 8.1). As a...

> @Didel Not sure if this applies to your use case, but just in case this helps anyone: // cc @jeffwidman > > We use Dependabot in many PHP 8.1/8.2...