-
**Is your feature request related to a problem? Please describe.**
The nhost table editor doesn’t support composite primary keys, so for many-to-many tables, you will always need to use the Hasura co…
-
When writing a CI workflow for an out-of-tree build, one needs to:
- Download Emscripten (and cache it),
- Set up Python 3.12 and above (or those determined by `pyodide-build`'s constraint),
- Se…
-
### Current Behavior
My `tsconfig` files report an error:
`Referenced project ... must have setting "composite": true.`
### Expected Behavior
Automatically generated `tsconfig` files should be e…
-
I have a straightforward data structure to represent the value of a currency.
```scala
case class CurrencyValue(value : Double, currency : CurrencyType)
enum CurrencyType:
case EUR
case GD…
-
Hi everyone,
I am currently doing a Pulseq-based cardiac MR Fingerprinting (cMRF) multi-site study on different 3T Siemens scanners. On our scanner (Cima.X, XA61), where I tested the sequence durin…
-
LWM2M v1.1 introduce Composite Operation.
With those composite operation, you can imagine that you can ask for overlapped Resources.
Eg. if you try to do `/3` + `/3/0/1` in same **Read-Compos…
-
I added a pre-commit config pretty early in June to get some basic static code quality management in place. At the moment using pre-commit is optional (opt-in) for developers and I noticed that quite …
-
In SEVIRI the `hrv_clouds` composite is constructed (correct me if I'm wrong) using
```
R - HRV channel
G - HRV channel
B - IR10.8 channel
```
(https://github.com/pytroll/satpy/blob/c245caba0…
-
Compound components enable greater flexibility and modularity, at the cost of a slightly added complexity for the consumer.
One of the most frequent mistakes that we witness is when consumers render …
-
As a user of `Blueapi`, I would like to run plans which contain composite devices.
In Hyperion, our plans use a lot of devices so we have something like
```
class FlyScanXRayCentreComposite:
…