Brett Spurrier

Results 7 issues of Brett Spurrier

Looks like this is missing a file. Any way you could add it?

Using the code: ``` Sneaker.with(this) // Activity, Fragment or ViewGroup .setTitle("Warning!!") .autoHide(false) .setMessage("Please check your internet connection.", getResources().getColor(R.color.black, null)) .sneak(getResources().getColor(R.color.alert_yellow, null)); ``` I always see a white background for the...

I attempted to figure out how to patch the latest versions, but wasn't able to figure it out. `yarn prepare` always fails. :-(

Hi there, I have a very fundamental question about this repo. I have the `docker-sge` image running on an AWS machine with 32 cores, and with the help of this...

I need to have my workflow reference a system command that is installed via `apt-get install ...`. Is there a way to allow the dockerize step to build a custom...

I am getting the error: ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.ohmd.ohmd, PID: 3811 java.lang.NoSuchMethodError: No static method zzb(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; in class Lcom/google/android/gms/common/internal/zzaa; or its super classes (declaration of 'com.google.android.gms.common.internal.zzaa' appears...

Is there a way to determine how many operations are currently in the queue?