yonadav

Results 10 comments of yonadav

would be helpful to include the docs in the readme

i would vote to start with (3)

@fargito this change made my tests pass (on my windows machine) but after actually deploying, the lambda kept throwing this error ``` undefined ERROR Uncaught Exception { "errorType": "Runtime.ImportModuleError", "errorMessage":...

just updating here, when i revert the changes i made, serverless fails to package with: ``` × nx run backend-core:build > @swarmion-full-stack/[email protected] build C:\git\yb\swarmion-full-stack\backend\core > serverless package Packaging swarmion-full-stack-core for...

@fargito i made the suggested changes and am leaving it to your consideration

"react-native": "0.73.6", "expo": "~50.0.14", i have an absolute component that takes the entire screen, inside it there's a working scrollview, in one of the scrollview's children, there's another component thats...

a work around is to add ``` - git pull ``` to preBuild commands, then you can click on "redeploy this version" and it will instead deploy the latest commit,...

i would also like to see this working, i'd even be happy to assist

I managed to solve my issues. Here are some errors I encountered along the way, maybe if you had those you can solve the problem yourself like I did: *...