Olivier Louvignes
Olivier Louvignes
:+1: This might be useful: - https://github.com/spark/particle-cli/blob/master/lib/deviceSpecs/specifications.js#L44
Just tested it against `v0.9.2` and `"chromium-args" : "--ignore-gpu-blacklist"` does not work. @Mithgol any idea what file we should look/patch? Trying to make a HD5000 properly work.
Would be great to generate "real" test files from examples, stored in every component folder (where jest expects them, aka. `__tests__`), we could start by creating two simple tests (`renders...
@rubenmoya you could release it as a v1.4.0-beta release instead of a patch if there is some uncertainty. Will gladly help you test such release. We've been waiting for this...
@rubenmoya yes please 👍 ! Not having a React16 support is really a major burden for big apps that were built with toolbox v1. Many apps can't be rewritten for...
@mitoyarzun Awesome work! I've started to migrate a couple of projects and one thing I noticed was that the `Tabs` component does not seem to be working anymore, have you...
> Should provide default any type like `FieldProps`. I've added an explicit `AnyFormValues` type: ```ts export type AnyFormValues = FormValues; ... FieldProps ```
@zombieJ will do, since the project doesn't have a `tsconfig.json` lot of errors were missing in vscode. Will check that tomorrow.
Had another go at it today and if there is still ts errors in the examples they are not related to the use of generics (mostly untyped code errors). Had...
hum, maybe due to the missing `tsconfig.json`, I'll have a look at it.