Dmitry
Dmitry
### What version of Hono are you using? 3.10.1 ### What runtime/platform is your app running on? Cloudflare Pages ### What steps can reproduce the bug? I'm using https://github.com/cloudflare/next-on-pages to...
Doing the following on my Svelte page (Optimistic Updating): ```ts const api = trpc($page); const utils = api.createUtils(); const todos = utils.authed.todos; const addTodo = api.authed.todos.add.createMutation({ onMutate: async (newTodo) =>...
### Describe the feature you'd like to request Instead of running tRPC queries directly in the RSC and passing it's result to the client component as props, we should prefetch...
### Describe the bug For some reason, if you create a route named `home`, it will take much longer to load than any other route (For example `/test` and containing...
Currently the steering committee are voting + [service desk](https://github.com/kubernetes/steering/blob/main/operations/service-desk.md) access members in https://github.com/cncf/foundation/blob/main/project-maintainers.csv A few relevant SIGs have service desk access only (Contributor Experience, Infra, Release). Following https://github.com/cncf/foundation/pull/223/files voting changed...
I have a config like so ```YAML service: web image: example/web builder: arch: amd64 secrets: - AUTH_GITHUB_CLIENT_ID - AUTH_GITHUB_CLIENT_SECRET - DB_NAME - PRIMARY_DB_HOST - PRIMARY_DB_USERNAME - PRIMARY_DB_PASSWORD - REPLICA_DB_HOST -...
My servers portion of my Kamal config looks something like this ```YAML servers: web: hosts: - 10.0.0.1 # web-1 - 10.0.0.2 # web-2 options: publish: - 3000:3000 proxy: false ```...