Don Hill

Results 8 issues of Don Hill

This is how I fixed my latest issue with this library. I found the following in a PR and use this in my build.gradle Add to gradle `implementation 'com.github.ravindu1024:Android-Image-Cropper:2.8.2'` After...

I have a working app on most devices. It's been out for a few years. I recently upgraded the phone to Android 11 and the API to 29. I am...

I have a views that I am creating in code. Can you provide an example of how I would create this in code ?

I know using the ecs-cli I can specify an instance-role. Is there a way to specify an existing InstanceProfile when running `ecs up' ? So I would like to use...

feature-request

I am calling the wizard fragment from my one activity. Currently I only use one Activity for all views using the following `getSupportFragmentManager().beginTransaction() .replace(R.id.nav_container, new RegistrationWizard()) .commit();` This works fine...

If you find a security vulnerability, do NOT open an issue. Email [[email protected]](mailto:[email protected]) instead. **Describe the bug** When selecting an image or uploading and embedding into the content. The return...

I have an issue with moving to springboot 3.4.4. I keep getting the following No method found exception. ` 'ava.lang.Object kotlin.coroutines.intrinsics.IntrinsicsKt.wrapWithContinuationImpl(kotlin.jvm.functions.Function2, java.lang.Object, kotlin.coroutines.Continuation) ` I am running on Corretto 17.0.5...

I am working on an issue were wtiteContext in Webfilters doesn't get propagated to the Reactor context in my graph-service. When a request comes in it hits 3 WebFilters. The...