Luka Bradesko
Luka Bradesko
I downloaded test App now, and it still freezes every 2s. Also when I set the speed to 0 (to get rid of the freezing), it crashes. I've sent a...
I noticed the same issue
I did some more exploration and I think that the delay is actually 300ms: ```kotlin val gm = mapBox.gesturesManager gm.setStandardGestureListener(object:StandardGestureDetector.StandardOnGestureListener { override fun onDown(e: MotionEvent?): Boolean { Log.w(TAG, "onDown time")...
@vilinet, I am working on a new project, came to the same issue, then found my old bug report:) Now I tried `mapboxMap.gesturesManager.standardGestureDetector.setIsLongpressEnabled(false)` It doesn't seem to help. But now...
@tbm , what is the plan for this ledger instance maintenance? It seems that the project is rather slow getting new updates and bug fixes. Is it all afternoon volunteer...
Me as well.
It did. I could not use it without the error (appeared each time I tried). But this mistake is now gone with the latest version.
This does not happen anymore in 10.1.1
This is still a big problem for us. It is not possible to create custom app using official docker deployment/examples.
> I am facing same problem - read this: - > > https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md > > and > > https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions#how-to-install-official-or-custom-apps > > I am going to try them so lets see...