dave-shawley

Results 12 issues of dave-shawley
trafficstars

# Pyre Bug **Bug description** Similar to https://github.com/facebook/pyre-check/issues/698 only using `enum.StrEnum` in place of `enum.Enum`. **Reproduction steps** ```python import enum Color = enum.StrEnum('Color', ['Red', 'Blue']) print(Color.Red) ``` **Expected behavior** Type...

### Describe your environment OS: macOS Python version: Python 3.12.2 SDK version: 1.31.0 API version: 1.31.0 ### What happened? The `opentelemetry.trace.TracerProvider` interface is too narrow. The only method that is...

bug