David P
David P
I would like to display the user's initials instead of some weird gravatar if they do not have a gravatar account. Maybe something like this: ```dart Gravatar gravatar = Gravatar('[email protected]');...
``` ════════ Exception caught by widgets library ═══════════════════════════════════ The following _TypeError was thrown building MultiSelectFormField(dirty, dependencies: [_InheritedTheme, _LocalizationsScope-[GlobalKey#9fe74]], state: FormFieldState#113e5): type '() => Null' is not a subtype of type...
https://dart.dev/null-safety/migration-guide
**Describe the bug** QLC+ 5 segfaulted when switching from the fixtures tab to the simple desk tab. Prior to the crash I was editing a custom fixture and clicked `No`...
This happens if you just add the package to your pubspec (you don't even have to use it) and run for flutter web. This does not prevent the app for...
I've fed thousands of emails to scanner.scan and not even one of them was detected as spam. I've looked at some of the eml files and like 30% of them...
Using the latest Deno (v1.6.2) throws this error when requiring mailparser. I think this is related to [this issue](https://github.com/ChALkeR/safer-buffer/issues/7) ``` Check file:///home/david/code/deno/mailparser_bug/src/index.ts error: Uncaught TypeError: buffer.hasOwnProperty is not a function...
## Bug report **Describe the bug** The below error gets thrown when trying to read the IdTokenResult expiration time. I believe that this is due to [this](https://github.com/invertase/flutterfire_desktop/blob/dc9d029d9e08d88b9803b9a3c835a9799b6fa494/packages/firebase_auth/firebase_auth_dart/lib/src/id_token_result.dart#L55) line, where you...
The following query should return an equivalent string to what is in the input: ```SQL SELECT _rrule.text(_rrule.rrule('RRULE:FREQ=WEEKLY;UNTIL=20221105T020000Z;BYDAY=WE')) ``` It returns the following: `RRULE:FREQ=WEEKLY;UNTIL=2022-11-05 02:00:00;BYDAY=WE` The UNTIL field is returned in...
Currently the `occurrences()` function (and possibly others) does not respect daylight savings. This means that a recurrence rule that crosses daylight savings will report wrong times for occurrences in the...