Joanna May

Results 61 comments of Joanna May

> Developers could also use CancelableOperation and CancelableCompleter from package:async to maintain a list of cancelable operations internally which are manually canceled when the instance is closed. Wouldn't this approach...

Great idea! We can also draw inspiration from the comment posted by this coverage action: https://github.com/zgosalvez/github-actions-report-lcov

I think rather than passing an organization name in, you should just be able to pass whatever bundle id you want in. I've been so confused when generating new projects...

> hey all! did a small POC of this change to see what we need to change in order to deprecate `org_name` + `project_name` to form a bundle ID/package name...

@marcossevilla Thanks for taking the time to explain! > If we have a project_id variable that represents the bundle ID and package name for the project's platforms, we'd still need...

@alestiago IIRC you have a branch that does this — would you consider uploading a PR and mentioning this issue so we can get additional 👀?

@felangel Perhaps we could leverage that package to run scripts from very_good cli? Having all of this functionality in one place would be incredibly convenient (hence all these issues).

@orestesgaolin `--min-coverage`, for one, since `very_good test` wouldn't be concerned with coverage in this proposal. If/when other coverage specific flags are added for manipulating the coverage, those would be specific...

Would also love to be able to see docs from `inheritdoc` inside of a `param` (see example constructor docs below), but it doesn't work in VSCode. ```csharp public class MyObject...

Hi! Thanks for the idea! @Kirpal We could also consider allowing a theme (or even an entire config) to be passed in as a parameter override in the following: https://github.com/Betterment/alchemist/blob/109b799f7181fbd0bda7a319261d08a7f03cd768/lib/src/golden_test.dart#L125-L135...