Lloyd

Results 26 issues of Lloyd

Currently making my way through the book in detail (awesome btw), and I realised that in Chapter 5, `AccountService` is parameterised on `Account`, `Amount`, and `Balance`, which is awesome, but...

Right now, compile-time errors on `transmogrify` can be truly terrifying and unhelpful. The new `#[diagnostic::on_unimplemented]` attribute [from 1.78.0](https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html#diagnostic-attributes) might be helpful here. That said, much of the functionality around `LabelledGeneric`...

### Describe the bug Given a custom type (let's say collection type in a 3rd party lib) field that is annotated, e.g. ```java // Pretend this is something coming from...

kind/bug
area/smallrye
area/openapi

### Describe the bug Might be related to https://quarkus.io/blog/test-classloading-rewrite/ If you create a `junit-platform.properties` file in `src/test/resources` and run `./gradlew test` it throws ``` java.lang.RuntimeException: Internal error. The test class...

kind/bug
area/testing

# Description * Added `azure.cosmosdb.response.sub_status_code` to reflect this too since it's the non-deprecated label * Added `azure.cosmosdb.operation.request_charge` to reflect this too Sources * https://github.com/open-telemetry/semantic-conventions/blob/723789b86a803492d03191b458138fff6e7a6b9f/docs/registry/attributes/db.md#db-cosmosdb-request-charge * https://opentelemetry.io/docs/specs/semconv/registry/attributes/azure/#azure-cosmosdb-operation-request-charge # All SDK Contribution...

Cosmos
customer-reported
Community Contribution

**Describe the bug** When using Cosmos client through `azure-cosmos` and `azure-core-tracing-opentelemetry`, I'm seeing spans that have ComosDB attributes (great !) but the type of some attributes that should be numeric...

question
Cosmos
customer-reported
needs-team-attention