Ilya Nemtsev

Results 8 issues of 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...

ktor
type:feature-proposal

### 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

# Feature request Using column names to match model property names, can result in some ugly models. Let's use attributes instead? ## Type - [ ] - Enhancement - completely...

enhancement

# Bug report ## Describe the bug ![image](https://user-images.githubusercontent.com/15311236/121633652-63f3b100-caad-11eb-818f-ed9437f5de4b.png) ## To Reproduce Steps to reproduce the behavior: ## Expected behavior ## Screenshots

bug

# 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...

bug

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...

feature