Jason Kuhrt

Results 241 issues of Jason Kuhrt

In this case the type of `Foo` becomes interned to `Qux & 2`. This type is seen as an intersection. Its `getText()` returns `Bar`. Its symbol name is `Bar`. Its...

**Is your feature request related to a problem? Please describe.** One of the features of Tydoc is to extract union types and discover if it is a discriminant union or...

enhancement

Would be nice to have a safari extension too :)

I'm working on a package that has a generated aspect. It has a CLI to run the generation. When generation runs, the package expects to find itself within node_modules. The...

Does not work if the repo is a git submodule. ``` TypeError: path must be a string or Buffer at TypeError (native) at Object.fs.stat (fs.js:973:11) at parse (/Users/jason.kuhrt/projects/ssense/ws-website/services/ui-website/node_modules/parse-git-config/index.js:47:6) at Function.originUrl...

enhancement

Currently there is no autocomplete when spreading a fragment reference because there are no graphql fragment files to configure GraphQL VSCode extension with. How about this relay language plugin emit...

Then we can render previews for color in vscode for example. ![image](https://user-images.githubusercontent.com/284476/75819559-e8af3580-5d68-11ea-8f39-4104fc1d9612.png)

When working with GraphQL Relay they have a system where all components in the app using `createContainerFragmen` generate graphql fragments for use in a so-called `QueryRenderer`. But reference to these...

Given schema: ```gql type SomeType { someEnum: SomeEnum } enum SomeEnum { A_VALUE ANOTHER_VALUE } ``` graphqlgen suggests model (when no `SomeType` model is supplied by user): ```ts export interface...

status/pr-welcome
bug/1-repro-available
kind/bug

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.26.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.4 **Thrown From**: [ide-python](https://github.com/lgeiger/ide-python) package 0.9.2 ### Stack Trace Uncaught Error: Header must...