Austin Astorga
Austin Astorga
Hey @Dimezis sorry for the long delay. Here is the code that sets up all the blur information. ```java public void setBlurredView(View viewToBlur) { viewToBlur.setBackgroundColor(Color.TRANSPARENT); this.setupWith((ViewGroup)viewToBlur) .setFrameClearDrawable(getBackground()) .setBlurAlgorithm(new RenderScriptBlur(context)) .setBlurRadius(25f)...
@iabhisheksahu No I have not. We are still seeing it
Yeah as @vzsg stated! Since you use the service account, there is no need to have open rules. Ferno will bypass those rules.
Ah yes, I guess if you wanted to only access specific data via a user you can do it with their access token. Will add it to the list of...
Awesome work. I am looking forward to this. One thing I noticed when testing 4.0.0-beta.2 is the ability to only move one item at a time is gone. I tested...
@yvbeek Is there a way to support media query on the style level? ``` text: { fontSize: '$fontSize', '@media ios': { // media query on style level color: 'green', },...
@e1himself Have you found a workaround / fix? I saw your comments here (https://github.com/webpack/webpack/issues/14601#issuecomment-979655254) and was hoping you figured out a solution
I had an issue with uppy and aws where I tried to terminate `getUploadParameters` randomly with an error to test my error handling. I realized there is a bug in...