llfbandit
llfbandit
Thanks for the report. iOS and macOS platforms share almost the same code in v5, so no, unfortunatly, I don't see any obvious reason at the read of your report....
Streaming has been redone in `record_darwin: ^1.0.1-beta.1`. AudioEngine is now used. Maybe it will be better. You will need to add it manually to test it.
`record_darwin` 1.1.0 has been released. In this version, AGC and echo cancel are managed. This should be no more an issue I guess. Feel free to re-open if it's not...
Released in record_darwin 1.1.0
@mahmoud-othmane you can do this explicitly for each route. This option is available like shown in the readme. ```dart response = await dio.get('https://www.foo.com', options: options.copyWith(policy: CachePolicy.noCache).toOptions(), ); ``` This way...
I don't use `QueuedInterceptor` because of concurrency concern. There's no need to stream each request because of this package. That said, dio should follow interceptor chain setup...
No there's no hidden part here. `coverage-package` is a parameter for `flutter test` command. The regular expression is simple String set in `melos.yaml`. I'm on Windows host. Tested with CMD...
Nope same result.
Escaping does not help. I transformed the sample expression to this one `MELOS_PACKAGE_NAME(_service)?` So, by removing the pipe, the process runs as expected.
I'm not familiar with Linux but Linux code was refactored in version 6.0. It may worth a try.