Richard Gomez

Results 101 issues of Richard Gomez

[Kotlin version 1.6.0 was officially released a few weeks ago.](https://blog.jetbrains.com/kotlin/2021/11/kotlin-1-6-0-is-released/). and it would be good to cut a new release for 1.6.10. https://kotlinlang.org/docs/releases.html#release-details

This fixes #5.

[On the Kotlin Slack, @SecretX pointed out that `ConcurrentMap.getOrPut` allows `null` as the default value, which can cause a runtime error](https://kotlinlang.slack.com/archives/C0B8Q383C/p1640205702139600): > Why does Kotlin compiler let's this trap compile?...

Standard Library

**Describe the feature** From what I can tell OAuthLib does not support OpenID Connect client flows. Is there a reason why they are not included or is it something that...

Feature
OAuth2-Client
OIDC

**Description** I encountered a confusing exception when writing JsonElement-related tests. I don't know how likely someone would be to stumble across this in the wild. While it isn't a bug...

json
runtime

### Context (Motivated by https://github.com/quarkusio/quarkus/issues/21297) The existing [`mutiny-kotlin`](https://smallrye.io/smallrye-mutiny/guides/kotlin) module provides extensions methods for converting between Uni/Mutli and coroutines; however, it's missing a straightforward way to return a suspending function as...

good first issue
Kotlin

#### Describe the feature I'm using the [`CachingWebClient`](https://vertx.io/docs/vertx-web-client/java/#_http_response_caching) (#1932) and would like to have a straightforward way to check if a response was cached as a result of my request....

enhancement

#### Motivation: This is a continuation of #1508, addressing several review comments and refactoring the code's API to: * be more vertx-y * better conform to the specifications (I've quoted...

#### Describe the feature In addition to the [existing helper methods and builders](https://vertx.io/docs/vertx-lang-kotlin-coroutines/kotlin/), it would be useful to provide a coroutine builder that returns a `Future`. **Example:** ```kotlin // MyService...

enhancement

#### Description Presently, there are a few issues which make [Kotlin Data Classes](https://kotlinlang.org/docs/data-classes.html) incompatible/difficult to use with Vert.x's [`@DataObject`](https://github.com/vert-x3/vertx-codegen#permitted-types) code generation (e.g. #17, #43). For example, instead of using data...

enhancement