Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

@sigurdm I'm not sure we should completely dismiss the idea of post-install hooks in the root-package. Example: * if `myapp` depends on `foo`, then * `pub get` will: * run...

For advisories, the idea is that users will be able to add `ignored_advisories` to `pubspec.yaml`. Such that you can declare that you've reviewed an advisory and don't care. So in...

One possibility is that `dart pub get` writes a `.dart_tool/pub/dependency-summary.json` that exposes these messages for `analysis_server`/lsp or IDEs to consume. Still not sure we want that: because for a message...

I played around with gemini and got it to make an example that showed equivalence: https://gist.github.com/jonasfj/2590e1837d5ce264611c5576a7788968 But if I set `keyLength = 256` in the example above it doesn't work....

> Is it however more intuitive for deriveKey functionality over deriveBits and importRawKey? @ruidazeng are you sure, we'll probably end up with a design along the lines outlined in https://github.com/google/webcrypto.dart/issues/53....

> Mmm not sure. I wonder why WebCryptoAPI included these functionalities (deriveKey/wrapKey/unwrapKey) if the functionalities are trivial and difficult to use though. Because webcrypto includes capabilities, so you can make...

Contributions are welcome, though I'd suggest developing this as an independent `package:typed_sql_hrana` first. There is no need to a `DatabaseAdapter` or `SqlDialect` to be implemented in `package:typed_sql`. The interface to...

Package `typed_sql` actually uses `package:sqlite3`, which supports loading in a different .so/.dll/.dylib file providing sqlite. https://pub.dev/packages/sqlite3#manually-providing-sqlite3-libraries I wonder if it might be possible to simply loading libSQL instead of sqlite....

What is the use case? Why isn't `onRetry` not good enough? I'm personally, thinking that we easily have too many parameters on `retry` adding more will just make harder to...

Yeah, I think the word "latest version" is wrong. I mean it communicates an intuition, but it's not the semantics. I think this is closer to what we actually do,...