Stefano

Results 28 issues of Stefano

The rule `relay-connection-arguments-spec` fails when pagination arguments are wrapped in an input type like: ```graphql type Query { myquery(pagination: pageInput): myConnection } input pageInput { first: Int after: String }...

This PR upgrades all the dependencies. Some notes: 1. `chalk` can be upgraded to `4.1.2` only. The new `v5` is ESM, so won't be compatible without moving the whole package...

This PR does 3 things: 1. Upgrade `package-lock.json` to v2 2. Add missing config for Jest as required on facebook/jest/6766 3. Swap `toml-js` with `@iarna/toml` Regarding the `toml` library swap,...

I understand V2 should make [this chart](https://user-images.githubusercontent.com/2826764/130785266-94a08622-2963-4177-8777-8bd3ad463809.png) Although, whilst I can create rings and also use the CardView, I do not understand which is the native approach to render labels...

v2

The roadmap mentioned to adopt `eslint`. The adoption of `eslint` has definitely a bit value, but it requires the agreement on three major points: 1. Which `eslint` setup shall we...

Upgrade of `[email protected]` This PR depends on #232

This PR includes major changes to `postcss`. This PR **depends** on #232. The package `postcss-cssnext` has been removed as it was not actually doing anything. All manual regressions are showing...

Hi all, Does it support floating bars? The documentation does not say anything specific. I tried to a min/max value as array, but it doesn't draw it. thanks LM

enhancement
question

The CLI tool is great but it logs everything on the stdin only. While the stdin can be redirected to a file, the CLI should provide an argument like `--log`...

I see there is a filter feature. When I start the application, it set by default on "DateTime" which I believe is a custom scalar. Anyway, trying to filter on...