Ivan Vasilov
Ivan Vasilov
## Description Hello, I've tried to write a Typescript plugin which generates the needed code for a query builder based on [tql](https://github.com/timkendall/tql). I would like to get initial comments on...
Hello, I don't know if you know about [typed-document-node](https://github.com/dotansimha/graphql-typed-document-node) but it seems like the perfect abstraction needed by GraphQL-Zeus. In short, `TypedDocumentNode` can be consumed by most of GraphQL libraries...
As discussed in https://github.com/formstate/formstate/issues/69, this PR adds a function in `formState` and `fieldState` classes to get their raw, unobserved values. The function implementation uses `any`, but the external API is...
As discussed in #46, this is the PR to migrate the usage of callbacks over to Promises. Few things: - The PR is based of #48 so that should go...
Hey @Urthen, I noticed you ran Prettier on the index.js so I thought, why shouldn't the repo have Prettier config? :) I tried to replicate your config, but couldn't. Let...
Hey, I ran some benchmarks on my webpack config and I saw that this plugin takes a significant time. After trying some rewrites and optimizations,I brought a 7-8 seconds build...
This PR is based of https://github.com/whoeverest/nlbcli/pull/15 but I removed the certificate change and added handing for exporting account transactions as csv (which was forgotten in the original PR). I rebased...