Tim van Dam
Tim van Dam
**Describe the bug** A clear and concise description of what the bug is. When using jsonb_agg safeql is suggesting an incorrect TS type. **To Reproduce** Steps to reproduce the behavior:...
Fix #628 This pull request replaces the `unknown` type in submission payloads. `unknown` is not compatible with Remix Single Fetch and new `defineLoader` or `defineAction` as it cannot be guaranteed...
### Reproduction https://stackblitz.com/edit/remix-run-remix-869qzk?file=package.json,app%2Froutes%2F_index.tsx,app%2Froot.tsx ### System Info ```shell System: OS: macOS 14.3 CPU: (16) arm64 Apple M3 Max Memory: 2.78 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.1...
**Describe the bug** A clear and concise description of what the bug is. Getting error `ESLint: Invalid Query: Union types must be of the same type (found unknown (524288), unknown...
**Describe the bug** A clear and concise description of what the bug is. Currently inserting/updating nullable timestamptz values in postgres don't work. Using variables of type `Date | null` causes...
### Describe the feature you'd like to request I would like to be able to capture arguments at the router-level and have these propagate down to procedures. This can help...
Currently it does not seem possible to handle both `Ok` and `Err` at the same time. Note that this behavior is different from `.andThen(...).orElse(...)` or `.orElse(...).andThen(...)` as the first of...