Ryan Nett
Ryan Nett
Currently the main distribution jar used to look up module uses is hard coded in `Util.getMainDistJarFile`. I would like to be able to specify this, in particular to point to...
Currently, when using the PyCharm EAP Jupyter notebooks, there is only a glance for the editor scrollbar. It would be nice if there was one for the preview pane scrollbar...
### Expected Behavior Gradle's dependency cache should use the build cache API or provide a similar one. Currently you are limited a pre-populated read only cache or copying the cache...
### Describe the bug According to the [AWS docs](https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html) `AWS_CONTAINER_CREDENTIALS_FULL_URI` should be used when `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is not set. However the SDK does not seem to do this. Instead, it panics....
Very simple PR, fixes [KT-44252](https://youtrack.jetbrains.com/issue/KT-44252). Thoughts on adding an overload that builds the vararg type from `varargElementType` using `irBuiltIns.arrayClass` or the primitive array where appropriate?
**What is your use-case and why do you need this feature?** I'm parsing JSON that I do not control, and which is not versioned or anything nice like that. Many...
There are a number of time math functions, that while supported in Kotlin and commonly in databases (I don't know exactly how prevalent they are, but I suspect very), aren't...
I have something that looks like ```kotlin interface LifecycleListener { fun load() {} } interface EntityService { fun getEntities(): List } class DefaultEntityService : EntityService, LifecycleListener { private var entities:...
I could swear there was an issue for this somewhere, but I couldn't find it. May be a duplicate. **What is your use-case and why do you need this feature?**...
**What is your use-case and why do you need this feature?** If a type is annotated with `@Contextual`, but there is no serializer in context, it will use the type's...