Moshe Dicker
Moshe Dicker
back to draft
This may be breaking in some places. I've modified the PR description.
@coderabbitai review
@coderabbitai review
> When adding a new field dependency, ensure no concurrency or race conditions in asynchronous contexts. Additional methods or locking may be needed if concurrency is introduced in the future....
@francescovallone This is a really really large PR. Lmk if this is too much and I'll trim it into parts. If you only some some parts of this PR, tell...
We could use this to avoid that https://pub.dev/packages/deepcopy However, that would be really bad for perf.
If a person ran an operation like this. ```dart final data = {"password":"some password"}; final future = schema.parseAsync(data); data['password'] = "something else"; final isComprimised = await future; //
Let's hold off the merge for now. Some Drift stuff came up and I don't know when I'll have more time to start playing around with a generator.
There is a very small chance that I will be unable to complete the builder due to time constraints. This makes the library much more verbose, so I'm not sure...