Isaque
Isaque
Update minVersion of TLS from TLSv1.2 to TLSv1.3, add a function to fetch the latest client build and version, that were preventing the module from working. Fix token parsing from...
### Which project does this relate to? Start ### Describe the bug middlewares added globally with registerGlobalMiddleware never run. ### Your Example Website or App https://stackblitz.com/github/tanstack/router/tree/main/examples/react/start-basic?file=src%2Fglobal-middleware.ts ### Steps to Reproduce...
```rust #[derive(Clone, serde::Serialize, serde::Deserialize, specta::Type)] enum LaunchItemType { App(String), File(String), } ``` On this code, I'm getting this weird rust-analyzer error: "expected Expr (rust-analyzer) [macro-error](https://rust-analyzer.github.io/book/diagnostics.html#macro-error)". I'm new to the Rust...
When there's a validation error on the input schema, the error thrown by zod is not catched, and instead an Internal Server Error is shown. src/server/jstack.ts: ```ts import { jstack...