Alvaro

Results 4 comments of Alvaro

I belive this is not the OR operator, in fact is a bad usage and the bug reported here https://github.com/typeorm/typeorm/issues/8890 The correct way would be: ```ts repository.find({ where: [{ node:...

Hi @deepan , same issue here, just contacted AWS support on this topic: > Thank you for the detailed case description that you provided, along with the files and information...

Apart from the AWS side, as you said, there is an error on our side, I have tried with `[email protected]` and at least with that version and Athena engine 3...

Correct me if I am wrong but according to https://github.com/bazuka5801/native-audio-example/blob/master/src-capacitor/android/app/src/main/assets/fire.mp3 android directory is `PROJECT_ROOT/android/app/src/main/assets` not `PROJECT_ROOT/android/app/src/assets`. I have tried both, only the first one works.