Dotan Simha
Dotan Simha
Hi everyone, Im trying to use ngMeteor v0.2 with Meteor 0.8.3 and I get this error: Uncaught TypeError: Cannot read property 'notifyParented' of undefined (ngMeteor.js:36) I guess it caused by...
Changes: - Fixes for s3 API (changed the "key" to "AWSAccessKeyId") - Change progressbar template to work with Bootstrap 3 - Added events for start upload, upload done, upload failed...
At the moment it's installed anyway, which might install a lot of other sub-deps.
```ts const Doc = gql(/* GraphQL */ ` query A { user { id login } } `) const MyComponent = () => { const data = useQuery(Doc) data.id }...
Hi @kgoggin ! We recently found your repository, and we saw you did an awesome work on creating a Reason plugin for the codegen. We added it to our list...
Hi @nickperkinslondon, I'm a package maintainer for Meteor.js, a popular full-stack JavaScript framework. I'm also a developer on angular-meteor, a library that let's you work with AngularJS on top of...
The current version is VERY outdated: https://github.com/clayallsopp/graphqlhub/blob/master/package.json#L25 It also effects other utils that uses `introspectionQuery` because it has changed, and throws: ``` Cannot query field "locations" on type "__Directive". ```...
Hi @MohGovIL! Welcome to GitHub ;) I was wondering if there is a plan to add a CI pipeline? it's useful and important especially because you are using TypeScript in...