-
I have been trying to implement the Hello World in the https://higherkindness.io/mu-haskell/intro-rpc/ and I only seem to get type errors on the server level. Would it be possible to have the source c…
-
I've just read the paper.
Not that I understand it fully, but I think the separation onto `t-` and `t+` is promising. It looks like it solves subtyping (which is inevitable in case of rank-N polymo…
-
Here's a `.avdl` file with a deliberate typo.
```proto
@namespace("integrationtest")
protocol WeatherService {
record GetForecastRequest {
// NOTE: missing semicolon
string city
…
cb372 updated
2 years ago
-
Trying to connect a bidirectional streaming gRPC server from the following Mu-Haskell client, I got `GRpcErrorString "InvalidState \"stream error\""`. The server is known to work by accessing from Blo…
-
Having an infix matrix `dot` operator would make writing Nx code much nicer. It's one of the most common operations and not having an infix operation makes many formula much more difficult to read (or…
-
**Describe the bug**
Sending 10ADA to the fortytwo plutus script on TESTNET works fine.
However, when I attempt to redeem 5ADA from the plutus script I get a blockfrost ApiError.
**To Reproduce*…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
```
src/Data/Text/Manipulate/Internal/Fusion.hs:81:17: error:
• Couldn't match expected type: Char -> CC s
with actual type: CC s
• The function ‘CC’ is applied to three …
-
Sorry if this has been asked before, but I'm having a hard time trying to map `oneof` fields with more than 2 fields to Hs.
From what I understand, two field oneofs, such as
```
message OneOfTwo …
-
## Problem
for now we use straightforward method of the resolving. however some of the users like different approach(see https://brandonchinn178.github.io/blog/2021/08/04/graphql-server-haskell.htm…