-
-
Provide distributed tracing in a similar way as [Mu-Scala does](https://www.47deg.com/blog/mu-scala-0-22/#distributed-tracing-with-natchez-1).
-
_tags: grpc, question_
I am playing around with the library and came across something I am not capable of handling:
The example protocol I am playing around with has the following message define…
-
I want define my services and message types using .proto files (like with grpc) but use those endpoints from a browser (some combination of simple requests for unary RPCs and fetch/websockets for stre…
-
https://github.com/dillonkearns/elm-graphql
We are all on board on the idea of sharing the schemas and types between the frontend and the backend 🎉
But for some reason I could not easily make t…
-
**What did you expect to happen?**
Mail would be sent without an error and a copy stored in Sent, and it should be done in a consistent way regardless of where the point is.
**What actually happ…
-
See also #231, #153
This is blocking SS-VAE from properly handling discrete latent variables. (we can work around)
## Actual Behavior
```py
print(dist.categorical(Variable(torch.Tensor([0.5…
-
Most functions in Raku return values, but a few don't. In for those functions, we have [`Nil`](https://docs.raku.org/type/Nil) and its subtype, [`Failure`](https://docs.raku.org/type/Failure). Here …
-
I'm new in Haskell, trying to profile my Haskell program using `ghc -prof`. To do so, I have to reinstall `random-fu` with an extra `-p`, like `cabal install --reinstall -p random-fu`, but failed. The…
-
There are 2 GraphQL examples, and there are 2 instances of `RunDocument` in `graphql/src/Mu/GraphQL/Query/Run.hs` which require `(Proxy @('Just sub))`.
- `library` example (the one with DB) uses on…