Alejandro Corredor

Results 38 comments of Alejandro Corredor

> I can confirm in other projects; we have been using V3 without notable issues. The `marshall/unmarshall` indeed is the recommended way from AWS ATM. and is the one we...

I saw that this https://github.com/vercel/commerce/pull/486 was actually closed one day before this new issue was opened. Does anybody know what happened with #486? CC: @kasperkristensen

Nvm, this explains it https://github.com/medusajs/medusa/issues/1428.

@daffl on the example that you gave involving server 1 and server 2, how would you secure the `/users` service in server 2? If we had that service defined in...

Any updates on this? Was the documenatation for examples on splitting an app into microservices added? Having the same questions that were raised in #332

@rcbyr I think I'm experiencing this same problem. I followed the mutation and even the resize observer examples, and I still get the same behavior: 1. Slider works fine in...

I noticed that my issue was somehow caused by passing a `key` (best practice) to my slider elements (I'm returning them from a dynamic map). Not sure what caused that...

@rcbyr thanks for the prompt answer. Let me see if I can get something up. I didn't follow this: `I could imagine that the key changes when it shouldn't.`. I...

@hoelzro I build the index when the app launches and then keep it in my redux store so I can connect different components that might need search. Just an FYI...

@oliviernn https://github.com/facebook/react-native/issues/9711 I had to switch to fuse.js for now which I didn’t want to do but had no other choice. I had already spent too much time figuring what...