My gradle file is // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application'
I am trying to create a Maps fragment in android, that, on load should show all the hospitals around my current location, I created the fragment in android tha
I have a simple method I am testing. When I run the test I get the error "All invocation on the mock must have a corresponding setup" on the last line
I am trying to make a density plot out of 4000 rows (height.values), with 4 different categories (height.ind). this is the code i used. library(ggplot2) pl
We have an IAM user and an IAM Role in account A. The IAM user can access S3 bucket in account B but IAM role can't access it. We want to access S3 bucket in ac
So basically, an user is gonna type in the hours in a inputfield and im gonna get the amount they write as an int in my code. public InputField hours, minutes;
I wonder why I get this error : django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either
I'm trying to setup my docker environment so I could run my phpUnit tests, I get and error No JPEG support in this PHP build while loading fixtures with picture