Results 92 issues of 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...

legacy

- Adds resolvers section to .gqlconfig: ![0](https://user-images.githubusercontent.com/1047358/56386291-a862c980-6221-11e9-8fb2-eed402c370e0.png) - Implements Resolvers Finder as Go To Definition and CodeLens: ![0](https://user-images.githubusercontent.com/1047358/56386362-dd6f1c00-6221-11e9-970c-2449d98b1ff0.png) - Implements Schema Finder as Go To Definition and CodeLens: ![0](https://user-images.githubusercontent.com/1047358/56386457-17402280-6222-11e9-8341-045ad89a0970.png) -...

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...

type: bug
priority: p3

**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...