Aidan Temple

Results 9 issues of Aidan Temple

### Current Behavior Importing a nested subpath export from a project in the same Nx workspace fails with a `cannot find module or its corresponding type declarations` typescript compilation error....

type: bug
scope: js

## Description Add support for empty identity sources on request authorisers. ## Motivation and Context If you have a custom authoriser that supports checking multiple identity sources, you need to...

## Description When defining a GraphQL type of name `Record` the generated types reference the generated `Record` type rather than the `Record` type from TypeScript when trying to define a...

When migrating to using ts-rest as the contract definitions and api client there is a lot of added boilerplate in comparison to client libraries that return the body and throw...

I'm starting to roll out ts-rest out as our new server framework and am very pleased with the experience so far. I have encountered a few bugs, and have some...

## Introduction I would like to understand the appetite and work required to get Android and iOS support from Rusty V8. I know Android builds have previously been a included...

[Standard Schema](https://standardschema.dev/) is a new specification that is implemented by Zod and other validation libraries. I have added support for this specification while reducing the amount of breaking changes to...

Calling `await new Response().json()` will throw an `Unexpected end of JSON input`. To prevent this issue from occurring on APIs that include the `Content-Type: application/json` header I've added a check...

The current `browser` bundle is misleading. It points to the `es-toolkit/compat` and does not contain any exports. This means if you `import { flatten } from "es-toolkit"` in a bundler...