Massimo De Marchi

Results 14 comments of Massimo De Marchi

@danielcondemarin I tried it, but I see that it leaks env variables to the client... Given that I intend to store secrets I can't use that 😬

Yes, the secret will be accessed from `getInitialProps`.. I dug a bit more, and it seems that only the env variables that are explicitly referenced on client side code are...

Yep I thought that too 😅 When env variables are set only on the lambda it's much harder to leak secrets by mistake. Thanks 👍

Bummer! I didn't know that.. Hopefully they will announce support at re:Invent 😁

@swalkinshaw That's why I have opened an issue to the relay repo too, but I think the spec document is out of date. For example, Github API already supports this...

@swalkinshaw that post has more than a year and a half, and given that Relay is quickly evolving I don't think is still valid. Every working example I've found on...

@tanema when I reproduced the error webpack was turned off. The thing is that **the code is actually uploaded** to Shopify, but Shopify displays the previous version of the file....

@tanema I've tried it again today, and even changing with the Shopify editor has the same issue.. So it appears indeed to be an issue of the platform

@boydy12 I wrote a really ugly webpack plugin to automate that 😂

@praveenweb I'd say complex transactions are mainly the use case. A scenario that involves complex business logic that should be executed as a transaction (I don't have one concrete example...