Lukas Klingsbo
Lukas Klingsbo
Can you explain your use-case a bit further? I'm not sure I understand why this is needed to do animations based on sprite batches, and whether that is even anything...
@gnarhard can you have a look at why the tests are failing? I updated the PR to align with Flutter 3.35, so remember to pull first.
> @spydon I need your help on fixing these tests. These tests were passing before the move to Flutter 3.35 and other changes to main. I'm wondering if the precision...
@gnarhard I cherry-picked this PR onto Flame v1.29.0 and used Flutter 3.27.1 to run the tests, and the same goldens still fail, so I'm pretty certain the bug is within...
Sounds good! Sorry for the late reply. I'll assign you to the issue. :)
It is actually already possible to override scripts in melos >v7.
> Are you sure? I'm on `7.0.0-dev.7` and I believe it's [this line](https://github.com/invertase/melos/blob/main/packages/melos/lib/src/command_runner.dart#L70) and [this one](https://github.com/invertase/melos/blob/aa0e204f8c511e11fba2fd06b537ffc58f4d65ba/packages/melos/lib/src/command_runner/script.dart#L24) that basically remove any of your scripts that share a name with a built-in...
@btrautmann You're right, I accidentally tried with `test` before, tried with `format` now. Do you want to provide a PR that fixes it? :)
Any updates on this @btrautmann? :)
@albinpk in Melos v7 (and on main) the `melos.yaml` file isn't used, there is a melos section in the root pubspec instead, so the version would have to be specified...