Maksim Zaborovskiy

Results 20 issues of Maksim Zaborovskiy

**Describe the bug** UUID scalar accepts: `{06236013-70de-7000-a9f7-84a2259e653d}` - uuid wrapped in `{}`. Maybe there a reason for that? **To Reproduce** From this [code](https://github.com/Urigo/graphql-scalars/blob/728827f133d6448d6e032231df6db06af8e92414/src/scalars/UUID.ts) we can see that validation function removes...

### Describe the bug For a schema: ``` type Query { test( a: Int # can be null b: Int = 1 # can be null if user pass null...

### Describe the bug For schema: ``` type Query { test( a: Int # can be null b: Int = 1 # can be null if user pass null explicitly...

### Describe the bug For schema: ``` type Query { test( a: Int # can be null b: Int = 1 # can be null if user pass null explicitly...

Is there a way to check if a intVal range (min, max) not in query resolver? It doesn't seem that schemaDirectives is working with nexus makeSchema. ``` args: { intVal:...

type/feat
request-for-plugin

### What version of Remix are you using? 1.11.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce npx create-remix@latest...

bug:unverified

### Describe the bug Cookie is not set when using `server$` with `useTask$` Note: same example with `useVisibleTask` instead `useTask` works fine ### Reproduction https://github.com/ziimakc/qwik-cookie-not-set ``` const noCookies = server$(async...

TYPE: bug
STATUS-1: needs triage

Is there a way to test response headers?

Prettier released version 3 with esm config support `.prettierrc.mjs` wich not running on `codegenMercurius` files emit.

If I use `typesPrefix` codegen option to add prefix for generated types it doesn't apply to generated mercurius-js specific types. For example: ``` declare module "mercurius" { interface IResolvers extends...