István Soós
István Soós
It would be nice if the `mailer` package could filter out recipient duplicates (at least the email parts), and specify them only once on the message header.
_From @lucyhoang on August 23, 2018 2:22_ URL: https://pub.dartlang.org/packages/flutter_twitter_login Hi, when i using this package with setting ios platform is 9, then i will get the error "TwitterKit/TwitterKit.h file not...
_From @lucyhoang on September 17, 2018 10:32_ URL: https://pub.dartlang.org/packages/flutter_twitter_login#-versions-tab- Hi, i am trying to use this packages. But i get a trouble when login with ios. I create an app...
Please use this issue to describe what kind of breaking changes you'd like to see for the next major release.
Do you have any example how to do N-gram based search indexing and retrieval? E.g. I'd like to index the phrase "Search and Storage Server", and when I search for...
I have a use-case where I'd like to store the internal state of a `Hash`, and then later restore it to continue the hashing of the incoming stream (upload happens...
Original report: https://github.com/dart-lang/pub-dev/issues/4261 To replicate: - Download and extract `fhir 0.0.11` from [here](https://storage.googleapis.com/pub-packages/packages/fhir-0.0.11.tar.gz). - go to the extracted directory - `pub get` - `pub global run dartdoc --json .` There...
Original report: https://github.com/dart-lang/pub-dev/issues/5122 Package: https://pub.dev/packages/opengl version 0.5.0 It looks like https://gitlab.com/ext/dart-opengl/-/blob/master/lib/src/opengl_header.dart is a rather large file, and generating a separate documentation file for all of its fields hits pub.dev's 2GB...
We've started to track `dartdoc` run elapsed times on pub.dev, and on the recent runtimes, the following patterns emerged: - The top-1000 slowest runs were using Flutter SDK 94.2% of...
Observed with `grpc 3.0.0`, `appengine 0.13.0`, not really sure what/where the culprit is... ``` Error: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error making call: Null check operator used on...