Raman Gupta
Raman Gupta
`pdftk` supports named input files e.g.: ``` pdftk A=foo.pdf B=bar.pdf cat A B output foobar.pdf ``` See https://www.pdflabs.com/docs/pdftk-man-page/#dest-input-files
Sometimes it is helpful to test the behavior of a system under different loads. For example, testing scale up and scale down behavior. To do this, it is useful to...
The "worst case" value the statistics currently show is the 99.9th percentile. Unfortunately, this is often not sufficient to understand the behavior of a system. The max value is really...
**Describe the bug** OAuth2 does not work with Google. Have tried both the authorization code flow and implicit grant flow, and both have the same error. The OAuth2 client credentials...
### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### What would you like to see changed/added? Currently (at least in fish), tooltips replace...
``` > Task :firebase-app:compileDebugUnitTestKotlinAndroid FAILED e: file:///Users/raman/source_ext/firebase-kotlin-sdk/firebase-app/src/commonTest/kotlin/dev/gitlive/firebase/firebase.kt:7:12 Expected property 'context' has no actual declaration in module for JVM e: file:///Users/raman/source_ext/firebase-kotlin-sdk/firebase-app/src/commonTest/kotlin/dev/gitlive/firebase/firebase.kt:8:12 Expected function 'runTest' has no actual declaration in module for...
I have a closed polymorphic structure like this: ``` @Serializable sealed class Foo { @Serializable data class Bar( val value: T?, ): Foo() } @Serializable data class Whatever(val foo: Foo)...
Resolves https://github.com/kscripting/kscript/issues/402. The manual tests for an authenticated repo were not complete. Fixed and improved the test artifactory server startup. Added a manual test for environment variable substitution (test 4)....
In kscript 4.2.2, environment variable substitution for repositories no longer works. The first problem is that the syntax is no longer `{{FOO}}` -- since the backend is now kotlin scripting,...
Experimenting on Android. When I receive an advertisement, I am launching a `collect` on `peripheral.state`, and I see immediately a state of `Disconnected(status=null)`. The peripheral has not previously been in...