Hoylen Sue
Hoylen Sue
An "own library" as a part of the _Mailer_ Dart package, or a separate Dart package just containing it? Actually, I spend some time yesterday updating the old address.dart (the...
Is there a good reason why the address validation needs to be in a separate package? If the Mailer package is used for sending emails, why would anyone want to...
Yes, that makes sense. Defaulting to a useful validator is good too. That way, users can immediately start using the Mailer package (without having to hunt around for other packages,...
Ok, I'll consider adding a note about it in the next release. But if you try to use a mutex across isolates, you should quickly realise it is impossible. The...
When _httpie_ or _httpie-oauth_ adds its own "Authorization" header, it appears to simply ignore and removes all "Authorization" headers (regardless of what scheme they use). That is probably the wrong...
@jamesots Ok. I'll close this pull request, since you say this is no longer the "official sqljocky repo". I see that https://github.com/dart-drivers/mysql has made a change to the crypto version...
**Good** This is good. The new version 3.0.0-b2 includes a list of key paths, which is a big improvement. For the above example, the _toString_ on the _ConfigurationException_ produces: >...
Is this doing what [Prepared.deallocate](https://pub.dev/documentation/sqljocky5/latest/sqljocky.connection/Prepared/deallocate.html) was supported to do (but was never implemented)? That method's limited documentation says it "released the prepared statement", but its implementation in _PreparedImpl_ just throws...
Until this gets fixed, here's a workaround for anyone else who has this problem: > The application should keep track of the total number of `prepare` and `prepared` invocations on...