Dawid Tomkalski

Results 5 issues of Dawid Tomkalski

when I build apk I got the following notes ``` Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: ../dev/flutter-sdk/.pub-cache/hosted/pub.dartlang.org/stripe_payment-1.0.5/android/src/main/java/com/facebook/react/bridge/ReadableMap.java uses unchecked...

that issue exists in all example apps I found online the following code won't give you the right value if you 1. Type valid email and password 2. make sure...

**Versions** - sequelize: 5.21.9 - sequelize-typescript: 1.1.0 - typescript: 3.8.2 **I'm submitting a ...** [x] bug report [ ] feature request **Actual behavior:** Sequelize doesn't have a Dialect type defined...

Prisma 5 has been released and provides a lot of improvements. More info: https://www.prisma.io/docs/guides/upgrade-guides/upgrading-versions/upgrading-to-prisma-5 https://www.youtube.com/watch?v=6rlKp_eBdZA Could you guys provide any insights about that? I would like to know if that...

upcoming

In the "library" example https://github.com/tywalch/electrodb/blob/master/examples/library/index.ts we have the following queries with comments ``` // get all copies of books by the authors last name author.query .writer({authorLastName: 'king'}) .go(); // this...