Csaba Toth
Csaba Toth
Same UUID? That sounds wild, almost defeats the "unique" part of UUID. I didn't know that such a scenario is even possible and valid: I thought that the service UUID...
Version 1.4.0 and 1.4.1 support DAO functions with COUNT queries, such as the one in the DAO docs https://github.com/pinchbv/floor/blob/develop/docs/daos.md#queries: ``` @Query('SELECT COUNT(id) FROM Person') Future getPeopleCount(); // fetch records count...
> Accepted PR #45 to move this project onto Angular 9. > > @MrCsabaToth do you mind updating PR #31 to sort out the merge conflicts? Thanks in advance! I...
I thought we can forget about from the application's point of view if it's anonymous authentication or normal. Firebase creates a user ID for the anonymous authentication. The downside can...
I was skeptic but the ProGuard rule helped!
> are there any updates on this issue? disable shrinking solves it but is unconvenient Add the ProGuard rules (creating the file if you don't have one already). Minimum these...
Could you fork off of your repo from this https://github.com/boskokg/flutter_blue/ repo or make a PR against it? That repo has many more PRs https://github.com/pauldemarco/flutter_blue/issues/929#issuecomment-930759129
Android 12 support is badly needed.
Sorry, look like the fork I mentioned already has 12 support.
It'd be so great if https://github.com/espresso3389/flutter_blue/ would contribute to https://github.com/boskokg/flutter_blue/ to unify efforts. boskokg also has null safety and permissions but a whole bunch more PRs.