Raman Gupta

Results 156 issues of Raman Gupta

Didn't seem to work for me. How can I troubleshoot? I did see the Gradle build output included a download and unpack of some files into `$HOME/.konan`. Some imports that...

external-issue

When the `log dispatches` checkbox is checked, dispatches are _not_ logged. When it is not checked, they are.

For the Putty dark scheme, the ANSI black is unreadably dark.

My VM is started with the following parameters, to provide JMX access: ``` -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false ``` When running jvmtop, I get the error, presumably because jvmtop is trying...

Fedora has `thefuck` in its distro packages.

I would like to migrate to periods from temporal_tables. Is there a recipe for doing this without data loss?

This is a request to support Docker swarm mode (in 1.12+). The current image can already be used with swarm mode i.e. you would create the service similar to the...

Currently `FirebaseException` can be initialized with a `code` value, however the `code` is only used to build the default Exception message. There are many cases in which the code is...

In the Android SDK, `FirebaseAuthWeakPasswordException` extends `FirebaseAuthInvalidCredentialsException` (see https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuthWeakPasswordException). The corresponding error code is `auth/weak-password` -- see the corresponding code in the JS SDK: https://github.com/firebase/firebase-js-sdk/blob/69ff8eb549e49de51cae11a04bce023bb6e1fc02/packages/auth/src/core/errors.ts#L551. The current code mapping (https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/firebase-auth/src/jsMain/kotlin/dev/gitlive/firebase/auth/auth.kt#L157)...

The README.md [states](https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/README.md#flows), emphasis mine: > **The flows are cold** which means a new listener is added every time a terminal operator is applied to the resulting flow. A buffer...