-
twop/ts-union provides the experimental matchWith syntax: https://github.com/twop/ts-union#experimental-matchwith
```js
const State = Union({
Loading: of(null),
Loaded: of(),
Err: of(),…
-
### Problem description
I have a gRPC .NET server and grpc / grpc-js client (in Electron main process) connecting over loopback (with client ssl certificates enabled). Client starts a bidi stream and…
-
Hello maintainers!
I am currently using Spring Data MongoDB in a multi-tenant environment. To give a little context, as a security requirement from our customers, we need to have a different crede…
-
#### Description
As discovered in https://github.com/RIOT-OS/RIOT/pull/20773#discussion_r1665435304, some variants of the STM32 ADC peripheral use magic numbers in an undocumented way to check if…
-
Firstly, thanks for this!
I wanted to use rust enums within my structs, so I prototyped what it would look like using the [strum](https://docs.rs/strum/0.15.0/strum/?search=) crate to implement the…
-
As I am looking through the code, I think it might be possible to abstract out a lot of commonality between the Pyro and NumPyro backends. NumPyro has a `plate` handler now, and the distribution broad…
-
Is there a document that specifies the algorithm behind LifeHash?
I know there are at least three reference implementations in various languages, listed below for completeness, however it requires …
-
The sole field remaining in the base Stream class is a semaphore used to serlalize any Read/WriteAsync calls issued to run concurrently on the instance. This behavior is an holdover from the original…
-
The device zoom in the DPIUtil is a static field which is only set once to the device zoom of the primary monitor. So using any method from DPIUtil delivers wrong values on multi monitor environments …
-
Hi all, My name is Manu and I'm the editor of the "Signing HTTP Signatures" (aka HTTP Signatures) spec at IETF. I just got back from IETF 98 in Chicago and there is interest in pushing this spec onto …