Vishnu Rajeevan

Results 34 comments of Vishnu Rajeevan

``` D/AndroidRuntime(24431): Shutting down VM E/AndroidRuntime(24431): FATAL EXCEPTION: main E/AndroidRuntime(24431): Process: pkmx.lcamera, PID: 24431 E/AndroidRuntime(24431): java.lang.RuntimeException: Unable to start activity ComponentInfo{pkmx.lcamera/pkmx.lcamera.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on...

I am running into this on the following build: ``` Release Version edge (04d06da8) Build date 2021-08-31T18:35:01Z ``` ``` panic: runtime error: invalid memory address or nil pointer dereference, /app/scanner/queue.go:130...

Could you add a `--debug` log to find the exact video that is being processed? Additionally, one of the main issues here is that a crash totally wrecks the queue....

I had written a DSL for javapoet, it was nice until it wasn't. I'm not too much a fan of it.

I seem to have found myself running into this issue. I have `JAVA_HOME` set in my `.zshrc` which later gets set by `jenv`. I am launching Intellij via Jetbrains Toolbox....

I think using `SingleLiveEvent` as a basis for other one off (notification style) events works great. I've used this pattern in a similar (internal) framework with an older project. Deploying...

setting `enumPropertyNaming` to `camelCase` reverts the behavior introudced in #18062. However, I'm leaving this issue open because `original` should not generate invalid code.

Manually: Download the tarball, unpack, and execute the following: ``` $ makepkg $ pacman -U .tar.xz ``` Using a helper (ie. packer): ``` $ packer -S pidcat ``` or ```...

whoa, totally forgot this was open, an update: `pidcat-git` has been removed from the aur for now, so the only available package is `pidcat` as seen here https://aur.archlinux.org/packages/pidcat/ let me...

I've also been running into this and its causing further problems because auto-updating of compose previews will not trigger.