Ville Immonen

Results 8 comments of Ville Immonen

The problem is that the [AMD `define` in pace.js](https://github.com/HubSpot/pace/blob/a03f1f1de62c9cea6c88b2267b8d7a83858b6cb6/pace.js#L924-L926) is incorrect: ``` js define(['pace'], function() { return Pace; }); ``` (This defines a `pace` as a dependency, and `pace` on...

The first problem ("can't find package-lock.json") seems to be fixed in https://github.com/oclif/dev-cli/pull/156.

Right now Metro doesn't support the [Plug'n'Play](https://next.yarnpkg.com/features/pnp) mode, which is enabled by Berry (Yarn v2) by default (at least in the current `2.0.0-rc.27` version), so the most promising path to...

Hey! 👋 This sounds awesome! Thanks for taking the initiative, @arcanis. (And thank you for your great work on Yarn 2!) For testing, you could use the "offline mode" (`expo...

> If possible I'd like to run the E2E on the iOS or Android bundles, as the Web version is using Webpack rather than Metro (I think?), and we already...

+1 This is a very useful feature. However adding options to multiple select seems to be broken at the moment. If you add a new item and then start to...

The problem I reported seems to be fixed now. Works fine!

The most common use case that comes to mind is indeed DateTime (that was the first custom scalar type we added in our own GraphQL server). Another example that would...