Janosch Hübner

Results 6 issues of Janosch Hübner

Hi there! I've been playing around with Zod a lot lately and I've been defining a lot of different schemas. When I was reading up on discriminatedUnions, it got me...

enhancement

## Bug Description I believe this to be a bug, but I am not sure if this is just an incompatibility with AWS CNI for EKS given that the I...

For non streamed responses the response is never decoded by the provided `RpcSerialization`. This is however required for JsonRpc to work. Once we are decoding however, json decoding no longer...

Fixes returning decoded messages in `decodeJsonRpcRaw` when input is an Array. Closes #5665

### What version of Effect is running? @effect/rpc: "0.71.1" ### What steps can reproduce the bug? On [RpcServers Response](https://github.com/Effect-TS/effect/blob/979d1c10cdb32817f64c1efb9daa41a1d8e8ff3d/packages/rpc/src/RpcServer.ts#L1013) we encode based on the RpcSerialization, which in the case of...

bug

### What version of Effect is running? @effect/rpc: "0.71.1" ### What steps can reproduce the bug? See [https://github.com/Effect-TS/effect/blob/main/packages/rpc/src/RpcSerialization.ts#L159](RpcSerialization), specifically the `decodeJsonRpcRaw` function. When `decoded` is an Array, this function always...

bug