Klemen Tusar
Klemen Tusar
@alvi-se this change is due to be released in [v8.1.0](https://github.com/lejard-h/chopper/pull/652)
Hi, can you please provide an example / repo which reproduces this error?
I was able to reproduce this with the following code snippet ```dart import 'dart:async'; import 'package:chopper/chopper.dart'; part 'api.chopper.dart'; @ChopperApi() abstract class ApiService extends ChopperService { static ApiService create([ChopperClient? client]) =>...
I've made a PR https://github.com/dint-dev/cryptography/pull/181 for that over a month ago, but it's not been merged yet. Until it's merged you can either reference the PR directly or just use...
@greenrobot-team sadly https://github.com/dint-dev/cryptography looks abandoned. Maybe think of a drop-in replacement?
@greenrobot-team FYI `package:js` has [been deprecated](https://dart.dev/interop/js-interop) in favour of `package:js_interop` so the dependency override won't work indefinitely. 🙈
Hey there, To start, it would be great if you could provide some specific details. The issue with SQLite, unlike MySQL, is that all foreign key constraints must be added...
@langrock, would you be kind enough to check out PR https://github.com/techouse/mysql-to-sqlite3/pull/98? It includes table creation order computation with foreign key constraints. Could you please test if it works with your...
@langrock #98 was too complicated and didn't solve anything, because a topological sort is not a circular fix. The code only re-ordered acyclic dependencies. If the schema has a cycle,...
Has anyone got any idea why this happened in the first place and how come it just "resolved iself"? 🤔