Niccolò Belli
Niccolò Belli
Version check failed! priyadi/converse requires Roundcube version
Just for tracking purposes, because currently it doesn't work on node.js 8: ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 5.4.1
Hi :) My backend forces different values for an enum internally than in the public API, so I'm mapping those values in the resolvers: https://www.apollographql.com/docs/apollo-server/schema/schema/#internal-values-advanced With Apollo this usually translates...
It looks like `ProviderScope.Session` is kept on memory for the whole ws life, while instead I need to create a new instance on each ws message in order to be...
- Adds resolvers section to .gqlconfig:  - Implements Resolvers Finder as Go To Definition and CodeLens:  - Implements Schema Finder as Go To Definition and CodeLens:  -...
I've crafted a small patch which I carry in my portage tree since several releases in order to make bullet compile on ppc64le. I'd like to get it merged.
``` $ yarn run clean yarn run v1.22.4 $ gts clean Error: /home/niko/WebstormProjects/beach/beach-monorepo/packages/server/tsconfig.json Not Found at getBase (/home/niko/WebstormProjects/beach/beach-monorepo/node_modules/gts/build/src/util.js:66:15) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation...
**Use case:** ``` {{ item.name}} {{item.surname}} ``` I have a component which lists all the objects of a certain kind and every time time a new object of that kind...
This PR doesn't simply port accounts-js to graphql-modules v1 but also updates every dep, including latest graphql-tools. That means I've basically rewritten some examples from scratch (like schema stitching). I...
This PR depends on https://github.com/accounts-js/accounts/pull/1189 This PR obsoletes https://github.com/accounts-js/accounts/pull/1003 I've ported my old MikroORM adapted from mikro-orm v3 to the almost-released v5 and from graphql-modules 0.x to v2. The biggest...