Hector Ayala

Results 69 issues of Hector Ayala

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

**Describe the bug** Building a schema where a scalar type was imported via SDL and the same scalar was used to create a GraphQL.js Object Type will fail. For example,...

## Description Perhaps this is doable with the current configuration options but seems like it is not: I have an autogenerated `package.json` that automatically sets some versions to `"*"`. I...

Status: To Do
Type: Feat

## Description Currently, when configuring `syncpack` from package.json, it is only configurable with the `syncpack` option directly in the root of the package.json file. For compatibility with the [config](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#config) option,...

Type: Upstream

## Is your feature request related to a problem? Please describe. I would like the ability to return multiple errors inside my custom validation function, so I can display all...

i: enhancement

## Describe the bug When using `oneOf` with wildcard to validate individual elements, they are being evaluated as a complete group. ## To Reproduce 1. Use wildcards inside `oneOf` ```...

i: bug

**Is your feature request related to a problem? Please describe.** I spent almost 15 minutes trying to save queries to a collection. First, there is no "Create collection button" anywhere...

enhancement
docs

**Is your feature request related to a problem? Please describe.** At the moment, importing, exporting and sharing collections is a very manual process and there is no solution to automatically...

Hello, I have a specific use case using React Native on a monorepo. React Native uses the Metro bundler and Watchman, which, unfortunately [does not support symlinks](https://github.com/facebook/watchman/issues/105). One quick way...

**Is your feature request related to a problem? Please describe.** I have some screens using TextInputs that must be flush to the screen edges. Rather than having a whole separate...

needs repro
feature request