Michel Feinstein

Results 192 comments of Michel Feinstein

Good point, but unless you have lots of SVGs, or huge ones, this shouldn't be a problem in today's internet speeds, since SVGs are tiny.

How about when we don't need a common dependency? In my case half of my packages need the same dependency, and the others don't. So I wanted to use the...

I don't believe this is an edge case, my app is fairly big, and modularizing it is crucial to maintainability. But some modules depend on some stuff and others don't....

Oh, sorry, I misunderstood you. Actually I think I misunderstood the whole thing. I was afraid melos would start adding dependencies to all packages, even the ones that don't need...

Sorry for interrupting the discussion, but regardless of the final implementation, I think It would be useful if we could run `melos outdated` to get the latest versions of the...

The flutter repo has a tool that tracks one file with common dependency versions, and updates all `pubspec.yaml` it finds with those versions, leaving a text saying the version was...

And how's that different from what has been asked in this issue?

I confess I still didn't play with Records, but as far as I understand yes, you only need to remove 1 parameter, so the function will only accept one generic...

Ah, OK, I didn't remember the parameters tbh, that's fine, I would just rename it to something else than `param`.

`args`... just kidding, I can't come up with a better name, I didn't realize we can't remove it.