Sean Cassiere
Sean Cassiere
fixes #69 Once connected, the setConnData in the useEffect was referring to `config.url` which is undefined, rather it should have been referring `config.server`.
To add the `Server URL` to the stored in the object that is base64 encoded into a string in the browser URL bar.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Currently, the socket.io connection in the app only allows for Bearer token...
### Discord username (optional) Source1#3167 ### Describe the solution you'd like? ```text An option in the settings where I can set whether or not Warp starts maximized or not. This...
Not particularly the cleanest implementation, but I got an adapter working for Fastify. [https://github.com/SeanCassiere/fastify-trpc-openapi-adapter/blob/master/src/fastify.ts](https://github.com/SeanCassiere/fastify-trpc-openapi-adapter/blob/master/src/fastify.ts). Let me know what you think. It's definitely a bit jank since the `types` for Fastify's...
**Is your feature request related to a problem? Please describe.** It gets pretty annoying when using the `zodResolver`, that I need to infer the zod-schema type ***AND*** pass it into...
### Describe the bug From @TkDodo found a small issue with route loaders and `trailingSlash: always`: the loaders don't run if I navigate to a route without a trailing slash,...

Reproductions for - #2014 - #2174