Raman Gupta

Results 156 issues of Raman Gupta

The Kotlin API does not have an equivalent to the https://logging.apache.org/log4j/2.x/manual/logbuilder.html. A Kotlin-y approach may use a DSL rather than a builder. For example, a `LoggingScope` passed as a lambda...

api

## What? The documentation on open vs closed models needed improvement. The introduction stated: > Different models suit different test aims But had no discussion whatsoever of which test aims...

VM config classes (and even config builder classes) are not independent in terms of lifecycle from the VMs constructed with them. When this invariant is not held, then the system...

Looks interesting and a great start. Often times domain objects at different layers of an application have different types. For example, an internal domain object might use a different id...

enhancement

### Expected Behavior When using the `--no-daemon` flag, my expectation is that if no JVM settings are defined e.g. (`org.gradle.jvmargs`), no JVM will be forked i.e. `GradleMain` will start rather...

in:wrapper
in:daemon
a:bug

Hello, this looks like a really useful tool. However, it depends on pdftk, which is no longer maintained. For example, Fedora retired this package six years ago: https://src.fedoraproject.org/rpms/pdftk. Would you...

The `create-react-native-library` tool instantiates modules in JavaScript with code that looks like this: ``` import { NativeModules, Platform } from 'react-native'; const LINKING_ERROR = `The package 'foo' doesn't seem to...

enhancement

The current version of the library is very reflection-heavy. This is relatively slow at runtime, and also limits use of it to the JVM. Think about a future version of...

enhancement
help wanted