-
### Version
v20.4.0 v20.5.1 v20.3.0
### Platform
Linux 5.15.90.1-microsoft-standard-WSL2
### Subsystem
_No response_
### What steps will reproduce the bug?
```bash
echo 'console.log(typeof req…
pqnet updated
4 months ago
-
We should verify there are all the pieces in Astro and Fastify to make this possible, and see how they can interact.
Something that would work extremely well from a Fastify perspective would be som…
-
Currently, `querystring` can accept something like
```typescript
z.object({
name: z.string(),
age: z.number(),
});
```
which will always fail the validation because all parameters from `q…
-
Is it possible to provide out of the box support for Fastify instead of having to create custom trackers?
-
**Description and expected behavior**
The `@zenstackhq/trpc` that adds a trpc router for Prisma with ZenStack seems to break due to this TypeScript error:
`The inferred type of this node exceeds the…
-
Since some 3rd party librairies I use in my project are now only packaged for ESM, I decided to migrate my TypeScript project from CommonJS to ESM (`"module": "nodenext"` and `"moduleResolution": "nod…
-
**Is your feature request related to a problem? Please describe.**
Validation with `@ts-rest/fastify` is done within the handler. This makes the whole fastify hook system more or less useless.
**…
-
## Describe the bug
I use gatsby-plugin-fastify (v0.13.3) for my gatsby app (gatsby v5.13.3) but I have noticed 2 issues:
1) When you navigate on a page which is SSR, it reloads the page, so it…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.17.0
### Plugin versio…
-
As per the title, export works just fine as far as I can tell, import however reports that it has been successful, but nothing really happens.
package.json:
```{
"type": "module",
"name": "t…