I was working on a branch some time ago and did good bit of work. I then worked on a separate development branch for awhile and am now looking to merge in the p
I implement IAP using Codeless IAP. I used this tutorial. When I upload the .aab file to the play store I see this message: When using Codeless IAP, do I need
I have set up a Django Application on a Docker container locally. It runs and can be accessed on the browser on port 8000. However the issue is when I opened th
I am trying to play videos in VideoView in the recyclerView using realTime database. Here is my adapter code of the recyclerView. :- class VideoAdapter(priv
as an exercise, I am trying to find the most efficient way to refactor this if...if statement. This is the original code: interface Validatable { value: strin
I'm using jasmine on an angular2 project and having some trouble writing a custom matcher for a test. I want to be able to compare two relatively complex object
I am trying to create a site with Hugo, but I don't get how to add a single page to my website (posts are working fine). Starting from a fresh install (v.0.27
I have 2 schemas and 10 similarly named tables in both. I want to count number of rows in each table and have the result as a single table. One way is to write
Here is the scenario: Suppose the dimensions of the canvas element is set to a max height and max width and obviously does not occupy the entire screen We can m
Write a program that, when given a string representing a carpet, outputs its price. Example: abacx Answer: 20 (length 5 multiplied by 4 different types) int