Ville Räsänen

Results 5 issues of Ville Räsänen

A utility function for cases that Ive ran into few times now and have had to write it every time so I figured I might as well create a pull...

![autotag bug](https://github.com/windwp/nvim-ts-autotag/assets/3148501/57a7d960-d2be-42af-b24c-74fb19fa36a7) I noticed some weird behavior when trying to insert self closing tags in JSX. After placing the trailing slash autotag inserts the tag name after it for some...

A bit cryptic description, I know, but maybe the following example clarifies the issue: ```ts import { array, Decoder, object } from "decoders" type GenericArrayContainer = { value: F[] }...

### Issue Description I've configured field policy for GraphQL types as described here: https://www.apollographql.com/docs/react/caching/cache-field-behavior/#the-read-function Here is an excerpt: ```typescript typePolicies: { TickeType: { fields: { createdAt(value, opts) { return 'yolololoswag'...

:wilted_flower: needs-reproduction

Currently permission classes seem to be geared towards a RBAC authorization scheme. The permission classes defined for a resolver are run before the result of the resolver is available, i.e....