Johannes Löhnn

Results 11 comments of Johannes Löhnn

Looking at the documentation of ProgressCallback, which is the parameter type of `onReceiveProgress`, it looks like the response body is not known in advance: ```dart /// Callback to listen the...

Tests are not yet added, but I'm intending on adding some tests for this, hence the Draft status :)

@st-pasha that is, so far, correct. How it will evolve in the future I cannot say right now. 1. In regards to having thin wrapper packages. While I agree it...

Regarding all this talk about sending data being expensive. Yes there is a cost with copying data between isolates. This package inherently has the same downsides as with all isolates...

Please reopen this issue. My PR #1721 fixes this, but so far this is stil an issue.

I'm looking into this and I'm taking a stab at it. I I've got it more or less working now but I do have a big question mark to solve...

Since we started using `custom_lint` in our monorepo project at work, we've realised that we need to keep all our package dependencies in sync, or else it does not really...

@blaugold and @Ehesp, would you be fine with me implementing this? My Idea is to do a solution similar to https://github.com/invertase/melos/issues/94#issuecomment-1458081801, but where the ´common_dependencies.yaml´ is inserted into the subpackages...

Great! Sounds like a good idea. I guess it should then be added as an option to `melos.yaml` under `BootstrapCommandConfigs´? Like this maybe? ```Yaml name: my_app packages: - packages/** -...