Bence Hornák

Results 8 issues of Bence Hornák

### Expected Behavior I would expect no overlapping labels on the generated SVG. ### Current Behavior The transition label overlaps with the composite state's name. ### Steps to Reproduce (for...

enhancement

### Current behavior At the moment Copilot combines all addons related to a workload into a single CloudFormation stack, the `AddonsStack`. Unfortunately, this limits the usability of addons, because circular...

type/enhancement
area/addon
type/request
area/deployment

The [vscode-sql-lit](https://marketplace.visualstudio.com/items?itemName=thebearingedge.vscode-sql-lit) extension added syntax highlighting to @slonik/typegen recently (https://github.com/thebearingedge/vscode-sql-lit/pull/3). Maybe it could be included in the README as a recommendation.

@slonik/typegen

The experimental semconv [`app.installation.id`](https://opentelemetry.io/docs/specs/semconv/attributes-registry/app/) got accepted recently (https://github.com/open-telemetry/semantic-conventions/pull/1897), I think it would be a useful addition to the existing attributes provided by the SDK. What makes its implementation a bit...

enhancement
help wanted

### Background Currently the disk buffering exporter attempts to export every 10 seconds - the `WorkDelegator` has a loop of 10 second to check, if the `PeriodicRunnable` `isReadyToRun()`: https://github.com/open-telemetry/opentelemetry-android/blob/7238ac498aa2b74760f0a9958800fd8138fea23c/services/src/main/java/io/opentelemetry/android/internal/services/periodicwork/PeriodicWork.kt#L35 ......

enhancement
good first issue
help wanted

I have stumbled upon the custom `PeriodicWork` implementation in the project, which is used by the disk buffering implementation to export signals: https://github.com/open-telemetry/opentelemetry-android/blob/7238ac498aa2b74760f0a9958800fd8138fea23c/services/src/main/java/io/opentelemetry/android/internal/services/periodicwork/PeriodicWork.kt#L21 Its API is quite similar to that...

**Is your feature request related to a problem? Please describe.** I would like to reconfigure OpenTelemetry during runtime without restarting my process. However, the `GlobalOpenTelemetry` API is designed to be...

Feature Request

### Feature request When working with DevCycle I have come to notice that OpenFeature doesn't have a convenient way for subscribing to updates of a certain variable similar to [DevCycle's...