Faisal rasak

Results 29 comments of Faisal rasak

Inspired by the kanban demo example, I've made a **Html-CSS-Js** coding game using **muuri**. ### [Play it Here](https://monsterbrain.github.io/web-supercoder-the-game/) ![preview](https://raw.githubusercontent.com/monsterbrain/web-supercoder-the-game/master/img/preview-demo-1.gif) Hope it'll be helpful. Thanks for the great library. Your saving/loading...

You can do that by setting the global defaults. `$.notify.defaults({ autoHideDelay: 15000 }); //in milliseconds`

> I solve the problem with override setImageMatrix method: > > ``` > class CustomCropImageView(context: Context?) : GestureCropImageView(context) { > > private var tempMatrix: Matrix? = null > > override...

@smileToWxm The above crash will still occur. One Solution we did was, without overriding the GestureCropImageView 1. add an empty/transparent clickable view over the Ucrop View 2. Make it invisible...

Thanks a lot @LukasPoque .. I'll try it for sure.

One way of determining acceptable quality would be to create a session and add the image into AugmentedImageDatabase and try catch for InsufficientQualityException. This way you can check for detectable...

Did you tried setReverseLayout(true) ? https://stackoverflow.com/questions/31728837/recyclerview-grow-element-from-right-to-left

That's a complicated case I think. One way of doing it would be, to treat 2 columns as one column, and those columns without merge should insert inner 2 columns....

@ashushinde Can you provide a sample situation or json data example ... maybe we can discuss some solutions based on that

We are also having same kind of MissingGlContextException in a similar case. We are showing the AR Scene view in one scene and when user go back (finishing the activity)...