Ilya Nemtsev
Ilya Nemtsev
**Is your feature request related to a problem? Please describe.** We would like to inject a service instance for every request. So it will be different for every request, but...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/jwks-rsa-java#readme) and [Examples](https://github.com/auth0/jwks-rsa-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/jwks-rsa/latest/index.html)...
# Feature request Using column names to match model property names, can result in some ugly models. Let's use attributes instead? ## Type - [ ] - Enhancement - completely...
# Bug report ## Describe the bug  ## To Reproduce Steps to reproduce the behavior: ## Expected behavior ## Screenshots
# Bug report ## Describe the bug The message is not clear for selenium selectors. It seems to suggest we should not use data-selenium tags. Which is what we actually...
Updated all Ktor tests to use latest versions and JVM 17. Kotlin 1.6.21 -> 1.9.22 Ktor 2.0.1 -> 2.3.11 Kotlinx Serializer 1.3.2 -> 1.6.3 Kotlinx Html 0.7.3 -> 0.11.0 JVM...
Hi team, I would like to start serializing a Flow of objects as they come in from a data source. But, when I try to use in this way, I...