Yehoshua Oliveira
Yehoshua Oliveira
@iamlemec no problem! I can think turning the "reset opacity" button into a more general reset button is a great idea! I think I can implement that, if you are...
This library depends on Android Support AppCompat@[24.2.1](https://github.com/Kishanjvaghela/Ask-Permission/blob/master/askpermission/build.gradle) I think it can be fixed by bumping to the latest version (27.1.1 as of today)
Here's @xavi-tristancho's answer as a React Hook: ```typescript import { RefObject, useCallback, useEffect, useRef } from 'react' // @see https://github.com/akiran/react-slick/issues/1240#issuecomment-513235261 export function usePreventVerticalScroll(ref: RefObject, dragThreshold = 5) { const firstClientX...
In case anyone else has this issue, I've fixed it by passing the `gesturesToOverride`prop to `CanvasTouchDetector`: ```dart InteractiveViewer( child: CanvasTouchDetector( gesturesToOverride: const [ // add here the events your custom...
Fala Bruno! Não mantenho o repositório, mas conseguiu resolver seu problema? Sabe me dizer se o PR #59 resolve seu problema?
@antonydelgado as I understood, even if it's possible to use uuid IDs in Neo4j, spring-data-neo4j does not support it since it relies on the internal ID for object mapping On...