Luis Alvarez D.

Results 84 comments of Luis Alvarez D.

@loan-laux Feel free to ping me when the PR is ready for a review 👍

@ceiphr Is the bug happening in our demo with BigCommerce or with another provider, or in general?

@ceiphr it may have broke for other providers with that change, in this case we need to make sure the price of the product matches the variant 🤔

Maybe we can find a way to create a `Proxy` f or API operations that's perfectly typed but does multiple checks behind the scenes for actually defined operations, it might...

@giuseppeg https://github.com/zeit/styled-jsx/pull/577 was a fix for a component like this one: ```jsx const InlineCode = ({ color, children }) => ( {children} {` code { color: ${color ? color :...

Hi @rvmelkonian 👋 I just tested the demo locally and it's working for me, I don't know what exactly to look for, can you share more details about the issue?...

@a6software I see. The `cors` function in the example expects a response to attach headers to, so not sending it one will end up with an error. You could change...

Hi @kkomelin can you check if the merged changes in https://github.com/vercel/examples/pull/357 fixed the issue you're experiencing with the example? lmk if it worked!

I would love to see this because I want to create a project using multiple microservices with micro-js. are PRs welcome ?

@jlengstorf of course! Currently data-sources are supposed to be merged with a gateway as shown [here](https://gramps.js.org/overview/quickstart/#add-the-data-source-to-the-gateway) and they can also run their [own gateway](https://github.com/gramps-graphql/data-source-xkcd#quickstart), but in production is the app...