Ivan Klass

Results 35 comments of Ivan Klass

To whom it may concern: ember builder doesn't have an option for a specific execution context, so test request handling is not in the global one as it was before....

Then there might be a bug in http4-ember then... I'll try to dig in and reproduce when I have time

@adinauer thanks! Sounds good. Waiting for the next 8.x.x jar (8.0.0-alpha.2 ?) so I can verify

@adinauer Hi! Thanks! Just checked the new JAR an here's what I see: If I don't touch `OTEL_LOGS_EXPORTER`, I now see warnings like ``` WARN io.opentelemetry.exporter.internal.grpc.GrpcExporter - Failed to export...

>it gives a warning, yes. But it warns us that we're discarding v.writer, not that we're discarding { if (v.now() < 5) v.writer } I'm sorry, I didn't get it....

Confirming the issue. I have `django-stubs[compatible-mypy]==5.0.4` and `mypy==1.11.1` When I run `pip install "djangorestframework-stubs[compatible-mypy]==3.15.0"` I got: ``` Installing collected packages: mypy, django-stubs Attempting uninstall: mypy Found existing installation: mypy 1.11.1...

Any updates on this? It's literally the only thing that blocks us from smooth usage of new 3.12 syntax such as type keyword and generic definitions which was added to...

I get similar issue with related managers - many of them are not resolved with update to 5.0.4, but a couple of them could be fixed if a model inherited...

One more thing for .lock file is a package hash for security, so there's no code injection