Jens Thomas

Results 8 comments of Jens Thomas

I'm experiencing this too. It would be helpful to resolve this as it makes it hard to automate management of the network interfaces.

Same issue here. Removing the type declartion doesn't help ("react-slick": "^0.30.2", "next": "^14.2.3")

What's happend with this pull request? The current DHT22 code isn't functional and it looks like this pull request would fix that, it just needs the code for bmp085 separated...

I'm experiencing the same problem with the Visual Studio Addon (5.11.0) and Home Assistant 2023.9.3. The configuration.yaml file is fine and runs with no errors in Home Assistant, but if...

I've just encountered the same error: ``` Fatal error: Uncaught Error: Class "EnforceSemVer\EnforceSemVer" not found in /var/www/html/web/app/plugins/wp-graphql-content-blocks/includes/WPGraphQLContentBlocks.php:154 Stack trace: #0 /var/www/html/web/app/plugins/wp-graphql-content-blocks/includes/WPGraphQLContentBlocks.php(32): WPGraphQLContentBlocks->includes() #1 /var/www/html/web/app/plugins/wp-graphql-content-blocks/wp-graphql-content-blocks.php(41): WPGraphQLContentBlocks::instance() #2 /var/www/html/web/wp/wp-includes/class-wp-hook.php(324): wpgraphql_content_blocks_init('') #3 /var/www/html/web/wp/wp-includes/class-wp-hook.php(348):...

I think I've fixed it. I was installing via composer from the github releases page and it wasn't installing the dependencies. If I go into the wp-graphql-content-blocks folder and run...

I was installing it as a package and targetting the zip file. I updated the composer file to include: ``` ... { "name": "wpengine/wp-graphql-content-blocks", "type": "vcs", "url": "https://github.com/wpengine/wp-graphql-content-blocks/" } ],...