Milan Jaritz

Results 23 issues of Milan Jaritz

## Problem TypeScript 4.4 introduced a new compiler option `exactOptionalPropertyTypes` that fixes some weak typings by differentiating between `undefined` and "not present" which results in type errors when passing `undefined`...

💎 enhancement

It would be useful if there would be a way to map certain primitive field scalars from certain types of the prisma schema to custom graphql scalars for example with...

enhancement
priority:high
community

I am currently trying to set up a TypeScript version of this template but I can't make it work with webpack. It would be cool if someone could help me...

## Bug Report **Current Behavior** By following the instructions of "Configuring a GitHub App" as soon as I click on "Register GitHub App" and enter a name I get redirected...

### Describe the bug A Svelte Runtime Error occurs when updating a value with the `innerHTML` of a `contenteditable` element and rendering it with `{@html value}`. My goal is to...

### Describe the feature I want to create mocked data to test my svelte components with houdini fragments inside with a mocked service worker. For that I need the pure...

Enhancement

### Describe the bug We use houdini together with storybook in our sveltekit project but HMR doesn't work and we need to always do a full page reload to see...

Bug

### Describe the bug I can't use the `@[TypeName]_delete` syntax for one of my mutations. I get the following error and I don't know why: ``` ❌ Encountered error in...

Still investigating

I'd like to propose to add a type for the return value of [`getComputedStyle()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle). The return type of `getComputedStyle()` is `CSSStyleDeclaration` which e.g. has for the `display` key `string` as...

It would be useful to get inversePatches when applying changes to the json model to be able to implement an undo / redo functionality. Immer.js also provides this functionality: https://immerjs.github.io/immer/patches