Alkim Gozen
Alkim Gozen
When authBrowser successfully logs in , POST Operation in `authBrowser.completionHandler` returns following message from server. ``` javascript { message = "Problems parsing JSON."; } ``` Before i am going to...
I used `zinit` to install `zsh-z` now I get a following error on new terminal sessions always. ``` _zshz_add_or_remove_path:36: can't clobber parameter tmpfd containing file descriptor 0 ``` Could be...
I got this error on some devices has os version 4.0.3 (not on all device models). ``` java java.lang.IllegalArgumentException: width and height must be > 0 android.graphics.Bitmap.createBitmap(Bitmap.java:603) android.graphics.Bitmap.createBitmap(Bitmap.java:585) android.support.transition.utils.ViewOverlayCompat$ViewWithBounds.(ViewOverlayCompat.java:112) android.support.transition.utils.ViewOverlayCompat$ViewWithBounds.(ViewOverlayCompat.java:103)...
Url Library was not imported on glance. Upload image works fine now.
Some of the tests might need to run adb commands on the fly for the emulator that is already running. For example enabling and disabling WiFi, data... It would be...
- [x] docker build - [ ] docker run Usage: ```sh $ docker build -t pairist_v2:latest . $ docker run -e PAIRIST_FIREBASE_PROJECT_ID= -e PAIRIST_FIREBASE_API_KEY= -e FIREBASE_TOKEN= -p 8080:80 pairist_v2:latest ```