Soha Jin
Soha Jin
@jleclanche I read the codes and did some test. I believe UnityPack parsed endianess properly of assets, but the image unpacked still have a wrong channel order. You said UnityPack...
Please tell us how do you start the container up
Please also paste the configuration of judge service in `docker-compose.yml`
I'm so sorry that I misunderstood your problem. This Error is raised when a wrong config file or test data zip is detected. Have you uploaded the correct test cases...
@ruudk I have added assertions for this condition.
@ruudk are there any updates with this pr?
@stof I have added a test case to check this problem, you can find it in [PriorityTaggedServiceTraitTest.php](https://github.com/symfony/symfony/pull/47406/files#diff-eaed8b95c48c859ea56a31f717443d4fc9605b7f9688a5f0042ee299827d64e9R229). The problem is quite simple: when iterating services with `$tagName` instead of `TaggedIteratorArgument`,...
> I've created a reproducer that demonstrates my problem: https://github.com/kbond/symfony-reproducer/tree/as-tagged-item ([commit](https://github.com/kbond/symfony-reproducer/commit/33a5b77e6bb2c4bd73fd7b3eecce505ba5f64cd6)). When running `bin/console debug:container --tag some_tag` you can see the priority from `AsTaggedItem` is ignored. /cc @nicolas-grekas. @kbond In...