Ainur Timerbaev
Ainur Timerbaev
> zigbee2mqtt supports Base64 encoding them directly for Home Assistant. They don't even need to get downloaded en masse, when a url is found, instead snag it, encode it, and...
Hi @LaurentChardin! I really appreciate your work and looking forward to merge this pr! 👍
I'd love to test on larger led strips, but my ws2812 test setup is made of a single led, there's not much I can do about it.
Without this fix, helm deployments can't use terraform module :(
> > read this [Airbyte is going to stop using dbt internally as the tool](https://github.com/airbytehq/airbyte-platform/pull/238) > > @franviera92 > > Is it true? Can you re-check the link of `Airbyte...
Same problem here, even with `0.4.1` provider version
For now can be workaround using [lifecycle block](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle) ``` lifecycle { # Workaround for https://github.com/airbytehq/terraform-provider-airbyte/issues/83 # https://github.com/airbytehq/terraform-provider-airbyte/issues/70 ignore_changes = [configurations.streams] } ```
> @nurikk-sa What would happen when you're modifying, adding new streams to existing connection? no drift will happen due to order change, at least it will give some time until...
I have similar issue with `source_postgres_replication_method_logical_replication_cdc` tf plugin sends requests with `"replication_method":null`