-
Currently, Home Assistant users use the Openhab MQTT template changing the Controller Subscribe and Publish.
As stated in home assistant documentation:
https://www.home-assistant.io/components/sens…
-
I think it will impair existing elegance of Javascript so it should be omitted.
-
-
I'm trying to avoid hard-coding module sources; the simplest approach would be:
```
variable "foo_module_source" {
default = "github.com/thisisme/terraform-foo-module"
}
module "foo" {
source = …
-
After careful consideration (see in particular #5), I think that the best syntax satisfying the difficult constraints we face (strong BC, consistency) is the following:
```js
a ?& . b // instea…
-
## Update from @IgorMinar on 2014-11-10:
To summarize the constraints, the solution we are looking for must match the following:
1. Be valid HTML (see this [issue](https://www.w3.org/Bugs/Public/show…
-
Add support of partial classes. [Mixins](https://github.com/Microsoft/TypeScript/wiki/Mixins) is not the same, because it's run-time realization. Need compile realization, where partial classes will b…
-
Hi all,
I did succeed in flashing a device with the new tuya sdk with tuya-convert.
Changes needed are in my own fork, for reference
https://github.com/M4dmartig4n/tuya-convert
It is not rea…
-
After the last community standup, there was an announcement about the phasing out of `project.json`.
Here are a few issues I see with that and would love some clarifications.
- [x] Most of the non-N…
-
@ljharb @mbrowne
If I understand what's going on in #1, the 2nd problem being targeted is the need to declare a property initialized with an object, and having that object be an instance-specific c…