Tim Suchanek

Results 32 issues of Tim Suchanek

Use-case: After fetching a big schema with `get-schema`, it would be awesome to add app specific annotations to that generated SDL. An extension could hook in and manipulate the downloaded...

help wanted

Hey, first of all: Awesome plugin! Thanks man for doing the great work. I'm using this on a fresh ec2 instance. After installing the plugin and trying to `dokku mongodb:console`,...

Would it be possible to summarize documents with length > 758 tokens? Using https://github.com/allenai/longformer could be interesting for that use-case.

It should be possible to add a customer fetcher like possible in GraphiQL.

rfc/0-needs-spec
area/package/react
status/pr-welcome

I tried out running `ink` in the browser and there seem to be the following complications: First point of failure is, that `readline` doesn't exist in the browser https://github.com/vadimdemedes/ink/blob/master/src/components/App.js#L1 As...

question

It would be awesome to be able to define a cronjob to call the deployed app periodically. Serverless is [supporting this feature](https://serverless.com/framework/docs/providers/aws/events/schedule/) too, would like to see it in up....

Pro
Feature Request

* [x] I am running the latest version. (`up upgrade`) * [x] I searched to see if the issue already exists. * [x] I inspected the verbose debug output with...

I have an executable file that has executable permissions, set with `chmod +x`. When spawning that file with Node.js locally, everything works perfect. As soon as I deploy this with...

For this datamodel: ```graphql type Album { id: Int! @id @db(name:"AlbumId") Title: String! Artist: Artist! @db(name:"ArtistId") Tracks: [Track] } type Track { id: Int! @id @db(name:"TrackId") Name: String! Album: Album...

bug/2-confirmed
area/migrations
kind/bug

Thanks for building this awesome library! The API is really simple and awesome. Sometimes, tachyons are too limited. Do you see a way to integrate this with `styled-components`? Maybe something...