Raman Gupta

Results 156 issues of Raman Gupta

Upgrade the REST library, and simplify auth by using token-based auth only.

## Bug description I selected a block of code, including its kdoc declaration and then duplicated it with ctrl-d. ## Environment - detekt Idea Version: 1.21.0 - Platform Version: 2022.2...

## Bug description Just the usual editing. ## Environment - detekt Idea Version: 1.21.0-RC2 - Platform Version: 2022.2 - Platform Vendor: JetBrains s.r.o. - Java Version: 17.0.3 - OS Name:...

``` java.lang.Throwable: Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor or another way of limiting the number of concurrently running threads.: 11 with similar stack traces...

Reported by the IDE: ``` org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException: Kotlin resolution encountered a problem while analyzing KtAnnotationEntry at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:43) at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(extendedResolutionApi.kt:105) at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(resolutionApi.kt:125) at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25) at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28) at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:240) at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.findAttributeValueExpression(KotlinUastResolveProviderService.kt:76) at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.findAttributeValueExpression(IdeaKotlinUastResolveProviderService.kt:24)...

IDEA has these options: ![image](https://user-images.githubusercontent.com/53049/150428042-163dbf19-bfe1-4d87-981e-15d109ec418c.png) This results in many temporary false positives with rules like `NoTrailingSpaces` but as soon as the editor is saved, the warning goes away. It would...

I'm trying to configure my Fedora 35 system to accept logins via my yubikey, but only if it is plugged in. If it is not plugged in, then I would...

It looks like when an error frame is received, it is always handled by the `connect` error callback. For example: 1. `CONNECT` -- server returns success 2. `SUBSCRIBE` -- server...

enhancement

The docker image currently fires up its own PostgresQL database. I'd prefer to use an existing database I already have. It's trivial to create my own image, but it would...

type/enhancement
triage/week-50

I reviewed https://graphql-rules.com/rules/mutation-payload-errors closely. There seems to be a better approach. The rule suggests: ``` type LikePostPayload { recordId: Int # `record` is nullable! If there is an error we...