Joseph Winningham

Results 5 issues of Joseph Winningham

https://github.com/dart-lang/source_gen/blob/master/source_gen/lib/src/builder.dart If `partId` provided to the SharedPartBuilder doesn't meet regex validation, an error is thrown: ```dart if (!_partIdRegExp.hasMatch(partId)) { throw ArgumentError.value( partId, 'partId', '`partId` can only contain letters, numbers, `_`...

**Steps to reproduce:** Type an excessive amount of unnecessary nested parenthesis: ```dart int test = (((((((((((((((10))))))))))))))); ``` **Result:** After typing 12 sets of parenthesis (at least on my machine), analysis...

This issue is best explained and demonstrated in code. There is a comment that explains the issue. *Mocktail 0.3.0* ```dart import 'package:flutter_test/flutter_test.dart'; import 'package:mocktail/mocktail.dart'; class SomeDataProvider { String getValue() =>...

bug

I am unable to use the NiceHash API from a web app, specifically Flutter Web. From an Android device works fine. The error message I get isn't very helpful ("XMLHttpRequest...

### Steps to reproduce 1. Create a test file 2. Create a widget test and call `await rootBundle.loadString(...);` 3. Create a second widget test and call the same method **with...

in triage