OrHayat

Results 7 issues of OrHayat

dataclass in python 3.10 and above got KW_ONLY sentinel value it allows you to mark where the constructor will start the KWARGS in the class [https://docs.python.org/3/library/dataclasses.html#dataclasses.KW_ONLY](https://docs.python.org/3/library/dataclasses.html#dataclasses.KW_ONLY) i did not found...

Feature
dataclasses

thats solves https://github.com/open-telemetry/opentelemetry-go/issues/5401 ``` > benchstat ./old.txt ./new.txt goos: linux goarch: amd64 pkg: go.opentelemetry.io/otel/sdk/resource cpu: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz │ ./old.txt │ ./new.txt │ │ sec/op │...

### Description when you create new resource it will call each detector one after another and not in parallel ### Environment - OS: [any] - Architecture: [any] - Go Version:...

bug

### Description ec2 detector does not respect context timeout and it wait ~30 seconds on non-ec2 machines(default) ### Environment any env that is not on ec2 machine ### Steps To...

bug
area: detector
detector: aws:ec2

i think thats a bug/missing feature but i might tried to do something wrong ```python3 #!/bin/python3 from scripts.build import build_cli import cyclopts app= cyclopts.App(name="test1") app.command(build_cli,name="application1") def main(): app() if __name__...

is there a simple way to override the coloring/style for single param key=value from the caller code? for example by passing some kind of object with style+text and it will...

i have used local dynamodb and dynamodb admin Initializing DynamoDB Local with the following configuration: Port: 8000 InMemory: true Version: 3.1.0 DbPath: null SharedDb: false shouldDelayTransientStatuses: false CorsParams: null Initializing...