Rostyslav Lesovyi
Rostyslav Lesovyi
Hello @ubarua123. Library doesn't take to account anything related to the Kotlin code, it only parses json files generated by the Room library. Please check whether generated json files actually...
Hello. Can you check whether `PRAGMA legacy_alter_table=ON` solves this crash?
hello @spurdow. what do you mean by "pulling sql files"?
@spurdow, glad you've liked this library. So from what I understood those *.sql files will just contain plain SQL commands to alter database. For example instead of writing: ```kotlin @FieldMigrationRule(version1...
Hey axierjhtjz, I'm glad that you found this library useful. In the above sample you can just iterate over migrations and test each migration in a loop? It should be...
@cedvdb , Dart already has too many inconsistencies, no need to bring more. Also what should happen if I have both - a and _a member?
@jakemac53, but _a and a have different names and you can at this moment create both. Aka this code compiles: ```dart class Test { final a = 0; final _a...
@kevmoo is there any reasoning for this? it is very strange that **explicitly** saying that I want to serialize something does nothing. At very least codegen should throw an error...
Comment `/// cbindgen:ignore` actually works but it would be nice to ignore those by default.
@XorTroll, I have the same issue on MacOS (arm). Provided zip file didn't help.