Raman Gupta
Raman Gupta
**Is your feature request related to a problem? Please describe.** kRPC currently uses websockets. While on the modern web websockets are generally reliable and usable, in some cases websockets may...
**What is your use-case and why do you need this feature?** I am investigating using Protobuf to serialize polymorphic types. Using an example similar to the one in the guide,...
While I understand not having the ability to do code generation is sometimes considered a feature, it is true that one often needs to work with an existing schema. It...
The Kodein DSL appears to allow receivers in scope where they should not be allowed. For example, one can write this incorrect DSL without any compilation errors -- and of...
### Step 2: Describe your environment * Android device: moto z4 * Android OS version: 10 * Google Play Services version: BOM 25.12.0 * Firebase/Play Services SDK version: BOM 25.12.0...
When attempting to do argument capture for value classes, we get an Exception like this: ``` Cannot invoke "MyValueClass.unbox-impl()" because the return value of "org.mockito.kotlin.KArgumentCaptor.capture()" is null java.lang.NullPointerException: Cannot invoke...
`MockitoSettings` now has a setting `withoutAnnotations`. Please allow `mock` to accept this value. Recommend that mock also takes a parameter `onSettings: MockitoSettings.() -> Unit = {}` which allows callers can...
**Describe the bug** On Google Chrome on Linux, react dropzone 14.3.8 randomly does not work. The icon indicates that the drop is not accepted, even though the hook returns `isDragAccept=true`....
## Expected Behavior I am sending auth data in the SETUP frame metadata. I have tried this using both a reconnectable socket as well as a regular one. The auth...
A `dry-run` option to `ark restore create` would be awesome. Given that we don't have any easy visibility as to what's inside a backup (as per issue #396), doing a...