Luis Guerrero
Luis Guerrero
Let's say we have 10 lambdas and you only changed one, how would you handle the CI/CD, would you update all the lambdas or how would you know which lambda...
@alex-nishikawa that bring us to the main topic of this thread, if we have each lambda in a repo you can deploy, rollback and version (tag) the lambda in an...
Hi @Rty-i4 I was able to reproduce the issue, I'll be checking it this week, I just hope to find an easy way to test it 😅
After reviewing this I realized chrome is not firing the `onPaste` event when filling the input using an SMS, I tried to find a quick fix but until now I...
Sorry all, I haven't had time to work on this, I'll try to allocate some time next week, also PR's are welcomed
> EDIT: you must remove maxLength props to use this handler function @n1arash could removing maxLength affect something else? Also I'm thinking on how could we easily test this 🤔...
Showing the panel when text input is focused would be a great feature, so something like this can be achieved.  The timeout "hack" works but seems not optimal. P.S....