ronykrell
ronykrell
Is there any way to visualize the Subscriber / Publisher sequences? Something that creates a graphic similar to the one on the README where someone new to the app can...
Greetings! I'm placing the KonfettiView XML inside a ConstraintLayout. The confetti appears in front of TextViews but behind ImageViews and RecyclerViews. Ideally, I'd like to standardize so that confetti goes...
warning: [unchecked] unchecked call to addBodyParameter(Map) as a member of the raw type PostRequestBuilder AndroidNetworking.post(baseUrl +"/tokenValidate").addBodyParameter(params).build() where T is a type-variable: T extends PostRequestBuilder declared in class PostRequestBuilder Code is:...
We did this in a fork - wondering if it's possible to add to the main branch?
We did this in a fork - wondering if it's possible to add to the main branch?
### Expected behavior firestore-import working correctly - i.e. importing contents of json file created by firestore-export back into firestore. ### Actual behavior The import works partially - a few seconds...
### Expected behavior Firestore export to work ### Actual behavior The export errors out after some time with this trace: ``` events.js:196 throw er; // Unhandled 'error' event ^ Error:...
Same issue as https://github.com/googlecodelabs/android-build-an-app-architecture-components/issues/38 getInstance Method needs another null check inside the synchronized block
There is a race condition in the getInstance method in SunshineRepository.java. Imagine there are 2 threads - A and B - both calling getInstance() and that sInstance is null to...
Error occurs when loading number picker inside a viewholder in a recycler view XML Config: ``` ``` Code: ``` holder.numberAssigned.setMinValue(0); holder.numberAssigned.setMaxValue(inside.getQuantity()-inside.getQuantityAssigned()); holder.numberAssigned.setStepSize(1); holder.numberAssigned.setProgress(0); ``` Stack Trace ``` W/System.err: java.io.FileNotFoundException: /jacoco.exec:...