Christian Alexander Wolf

Results 13 comments of Christian Alexander Wolf

Yes, I saw that. Is the test I wrote sufficient to explain the issue?

Hey @nauxliu , do you need some help upgrading? We are depending on the upgrade and would like to contribute. :)

Just FYI: in order to maintain our opentracing bundles for symfony, we opted into publishing our fork of this library as [auxmoney/jaeger-php](https://github.com/auxmoney/jaeger-php) and released v3.

I also ran into this issue trying to set up a local ceph cluster in k3s. As I do not know too much about kernel modules: is there a way...

Just to let you know: missing out on this lead me to switch to [pure debian images](https://raspi.debian.net/) as my base image. Setting up ceph in this setup was a breeze.

Hi @ptondereau , we also have this use case and kind of worked around it by just ignoring the wrapping command traces and just ensuring, that the "inner" spans (which...

Yes, @ujwaldhakal , this subscriber opens the root span for each Command. The [FinishCommandSpanSubscriber](https://github.com/auxmoney/OpentracingBundle-core/blob/master/EventListener/FinishCommandSpanSubscriber.php) is its counterpart.

Hey, it's been some months now, and we are facing the decision to either upgrade to Symfony 5 or keep our behat tests, which is horrible. Can please anybody of...

Same issue probably applies to the usage of `usort()` and similar functions: ```php public function sort(IteratorAggregate $services) { usort($services, [$this, 'sortByPriority']); ... } private function sortByPriority(ServiceInterface $serviceA, ServiceInterface $serviceB): int...

@Duchynko provided a workaround, which also works in my repositories with protected branches: > Now we managed to do it by setting a token in `actions/checkout`. This has fixed the...