Antonio
Antonio
Hi, I have been looking at this framework, specifically implementing the `rpc`-style setup. It just dawned on my that you need to use `POST` for these rpc requests. But then...
Hi, I have the following code (copied from the docs): ```typescript import { rpcRoute } from 'next-rest-framework' export const { POST } = rpcRoute({ myRPC, }) export type RpcClient =...
Hi, I am using the devcontainers in VSCode. I am using the `Dev Containers` extension and running the `Dev Containers: Rebuild Container` command. The problem is what happens when the...
Hi, I was wondering if there is a recommended setup for interop with zod or other schema validation libraries? I mean the following: by generating the proto, you go from...
Hi, How are we meant to install the CLI on Ubuntu > 22.04? I tried the 'download with curl' method (from the [instructions](https://sapling-scm.com/docs/introduction/installation/#linux)) but this is failing at installation time....
Hi, I am reading through the docs, but I cannot find a mention on how Sapling PRs integrates with CI/CD systems. Let's take for example github actions - as the...
Hi, I have a nextJS app and using the nextjs macros (thank you so much for adding these btw! ) ``` nextjs( name = "next", srcs = [ "//src/app", ],...