Sergey Ukustov

Results 47 issues of Sergey Ukustov

On course to optimise a build size, one first have to gather appropriate metrics before doing anything. Figure a way to track increase or decrease in build size.

enhancement
cdn

One of the priorities is fast loading. CDN could decrease time of load a bit.

devops
cdn

Migrate Travis build mechanism onto GitHub Actions. Reasons: - Fancy new tech - GitHub serves as a single source of truth regarding builds - One less service to track stuff

enhancement
devops

As the title says, would you be open to a PR that adds a TS type declaration, to storm package?

This is to help diagnose our sudden OOM failures while testing on CI. There is no clue at what point, at what test file or test case, the OOM happens....

Disposition: 1. There is a Hono server, with a POST endpoint replying with Server-Sent Events 2. The response is consumed through `fetch().response.body.getReader()` Reader 3. Either (a) the reader cancels via...

### Describe the bug Here: https://github.com/ts-rest/ts-rest/blob/main/libs/ts-rest/core/src/lib/zod-utils.ts#L105 you make zod a _required_ dependency. Please, could you get rid of this ZodErrorSchema or move it somewhere maybe? ### How to reproduce Bundle...

bug
needs investigation