Stefan Mai
Stefan Mai
### Describe the feature you'd like to request Many upstream APIs (e.g. OpenAI's GPT) stream responses to the client. It would be great if TRPC supported such streaming requests. ###...
Adding system design interview resources based on hundreds of mock interview sessions.
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue None. ### What package...
When running multifile submissions, we need to specify the compile command directly. Some compilers are not on the $PATH and as a result we need to set absolute paths to...
Sometimes it's useful to use the search params to store state. We currently have something like this: ```typescript const [query, setQuery] = useSearchParamState('query', z.string(), "defaultQuery"); ``` Where `setQuery` actually changes...
It would be nice if routes could be nested: ```typescript (defineRoute) => ({ foo: defineBase("/foo", { bar: defineRoute("/bar") // Is actually /foo/bar } })
### Bug Description ## Bug description We recently changed the session identifiers for our app, which we feed into the posthog client as a distinct ID. We also set `person_profiles:...
### Description: Deployments spend 4 extra minutes after new hosts are running and old hosts are gone. Note here that by 177s, all the new hosts are running and the...