Ted Kern
Ted Kern
> > > > I think that the use of docker proposed in ros-actions-ci [ros-tooling/action-ros-ci#67](https://github.com/ros-tooling/action-ros-ci/issues/67) could also fall under this same category of reducing flakyness. I'm available to help with...
Tried on a different machine (22.04 on WSL) - found the same error happened there because I accidentally installed "beet", though it appeared after throwing some errors for missing commands...
The proposal has been updated to match the implementation in https://github.com/ubuntu-robotics/nodl . Changes of note: - Added "executable" as an attribute at the node level, specifying the executable containing the...
> > > @artivis What's the status of this design? I see there has been lots of discussion, though no approvals as of yet. Is there more work that needs...
For anyone following - this is currently blocked by (at minimum) https://github.com/open-telemetry/opentelemetry-python/pull/4177, as well as a new release needed for https://github.com/open-telemetry/opentelemetry-python/pull/4181 . Some of our assumptions in the previous discussions...
I based behavior decisions off the described behavior in https://github.com/open-telemetry/opentelemetry-python/issues/2663#issuecomment-1119218751 - namely, the shortest timeout always wins. Processor timeout logic is unaffected - if the processor has a shorter timeout...
Superceded by #4564 (thanks!)
I've reproduced this is a very specific context, which I'm having trouble isolating the cause of. The key symptom involves the continue block at https://github.com/Textualize/rich/blob/8c4d3d1d50047e3aaa4140d0ffc1e0c9f1df5af4/rich/traceback.py#L575-L580 When the bug this occurs,...
EDIT: stripped a few more lines out, verified it also occurs with using asyncio taskgroups directly. This is all spawning from "unhandled error in taskgroup" so it's likely specific to...
For convenience, here's a version that calls the api for you and therefore requires no further input to trigger the error ```python import anyio import logging.config import uvicorn import fastapi...