Matan Lurey

Results 274 comments of Matan Lurey

I also tend to agree that trying to combine overloads and optional parameters (either named or positional) is probably not worth its weight. A lot of the places that optional...

I wonder, @srawlins - do you think this is still valuable?

A simple mechanism could be a `build.lock`-file for now, no?

Long-er term I imagine you'll want a JSON reporter for other reasons (IDE integration, etc).

I should also add that we've advised a single package and a single import for _libraries_, we've never really given any advice to developing _applications_. What I mean is we...

_From @Tomucha on August 2, 2018 12:8_ In this particular case the reason was probably the following: angular: ^5.0.0-beta was not directly in dependencies in my package (ea_backend), it was...

The issue here is the user did not have the AngularDart builder auto-applied, so a generated file was obviously not found. I am not sure if there is a better...

+1 for the breaking change @jakemac53 outlines. I think it could help lowering resource CPUs too.

@jakemac53 and @natebosch Is this worth adding to `Resolver`?

What is the best way to proceed here? I imagine: 1. Add the API to `abstract class Resolver` (unfortunately, breaking change) * Include a `ResolverError|Info` class that loosely maps to...