-
## Your Environment
* Version used: openHAB 4.3.0.M2
## Initial steps
I made a scan and the binding created a thing
```
UID: miio:generic:2A096791
label: Purificador de Ar
thingTypeUID: miio:…
-
In Scala3 we have a type inference system, that makes the mui facades more ergonomic.
Its looks like this
```scala
type Elem[X] = X match
case String => Char
case Array[t] => t
case Iterab…
elgca updated
2 weeks ago
-
( ... Unless I've completely misunderstood how it's supposed to work? ... )
I tried to use a left join in a query and neither the left-joined entity nor its columns are marked as optional. This hap…
-
### Terraform Core Version
1.0.5
### AWS Provider Version
4.6.2
### Affected Resource(s)
aws_cloudwatch_log_metric_filter
### Expected Behavior
A metric filter is created that gen…
-
Hello,
I have a use case that relies on a large amount of values in the patterns - up to around 1-2k values per pattern. With the current method of building the `valueMatcher` (creating a new DFA a…
-
## Description
Kedro hooks testing isn't straightforward. I had some issues testing it. Also doing `def f(*args, **kwargs)` on hooks doesn't work but if we define the variable we want to access i…
-
See the [Current Use Cases](https://github.com/jezzsantos/saastack/blob/main/docs/design-principles/0000-all-use-cases.md) for a final list of all use cases in the product.
The list below is just t…
-
Syntactical extensions for GRIN
=========================
This document proposes new syntactic constructs for the GRIN IR, as well as modifications to some of the already existing ones.
Motivat…
-
I'd like to add the unit of work pattern above the repository and specifications. Does this make sense or it will be a useless feature and
no need for it on domain driven design philosophy ?
-
**Is your feature request related to a problem? Please describe.**
When working on writing some overrides for systemd units for a project, I discovered that I couldn't reset and override dependencies…