Vadorequest

Results 314 comments of Vadorequest

Here is the script (it's OSS): https://github.com/Vadorequest/rwa-faunadb-reaflow-nextjs-magic/blob/main/package.json#L7 It basically calls this lib: https://github.com/Plazide/fauna-gql-upload It's configured through this file: https://github.com/Vadorequest/rwa-faunadb-reaflow-nextjs-magic/blob/main/.fauna.json Which uses this file as GQL input schema: https://github.com/Vadorequest/rwa-faunadb-reaflow-nextjs-magic/blob/main/fauna/gql/source-schema.gql And generates...

I'd also like a variable file, I'm importing existing content so I'd need it to store the values, typing them by hand isn't reliable in my case, but a good...

The way I see it for my use case would be as follow: - Have a "template" without values (use variable references) in a file - Have an "implementation" that...

@cyrilwanner Are you aware of this issue? Is there any way we could help?

Thanks for the clarification, it's great to hear the upcoming version is not far away! Regarding the bug, I don't have time to investigate it for now, I just know...

I tink the current way is fine, just split it into two differents tables, just so it's clear what should be where. Also add a full example with all options...

True, but still, an example with all settings with default values would work :)​ All options can be set at the same time even though they can't be enabled at...

Thanks for the feedback @HyperBrain , I don't really understand what I should change in my .babelrc though. (is it a missing plugin?) As for @babel/runtime, I moved it from...

I've removed a few things from package.json as specified in https://github.com/zeit/next.js#customizing-babel-config - @babel/plugin-transform-runtime (also removed from .babelrc) - @babel/preset-env - @babel/preset-react But still the same error.

I opened a PR. The reason why it failed is still unknown to me, the tests are passing properly on my machine with the same example (en-US), I really don't...