Abdul Sadık Yalçın

Results 38 comments of Abdul Sadık Yalçın

> Like this `` @DominicTobias There is a problem with minWidth and minHeight props. I'm facing the following scenario; The natural width of the image is `920` x `1380`. The...

> The min/max width applies to the crop size in pixels not the image size (natural or resized). Is that where the confusion is? My thinking was that people are...

> I used this package > https://www.npmjs.com/package/scrollmagic-plugin-gsap > > here is what my file looks like > > ``` > import * as ScrollMagic from "scrollmagic"; > import { TweenMax,...

Use a ref and only initialise if it's null and destroy on unmount. ``` const editorInstance = useRef(); useEffect(() => { if (!editorInstance.current) { initEditor(); } return () => {...

IMO, there should be a setting to turn this off if not by default. For now I'm stripping them out manually.

> @sadikyalcin would you mind sharing your code? I've been messing around with regexes but they can't quite replicate the actual view, there are too many edge cases even for...

Bump. What can we do @rogerwang with this mate? I know it's a chromium issue which they are looking of removing as well, it will be a nice to have....

The solution would be to force using the same version. Add the following before `dependencies` declaration in `app/build.gradle`. Use 4.9.1 or whatever the latest version is at current time. ```...

Yes - spotted this on my first run.

In addition; clearing all running apps doesn't close the app but you have to manually click 'X' on the drawer to close it.