codemonkeynorth
codemonkeynorth
I am using it in react and I'm getting multiple versions of the listener, because I can't find a way to "unlisten" eg on unmount etc thanks
What worked for me was installing CF7 before trying to go to the settings page for this plugin. without CF7 installed i got that error “Sorry, you are not allowed...
I think the problem is if reverse is false, then the pin needs to not add the duration spacer on the way back up. (my duration is 200% so on...
@jhuckaby thanks for the update, just wanted to check I wasn’t missing anything obvious Regards J
I see from here https://twitter.com/su10_dev/status/1356186330535919620?s=20&t=U_29PEjZvwqOHMKlkTbFOA they are similar.. allowing the tween to be cancelled, with the first being preferable?
if i take `position: relative` off my element it stops flickering. .. but your demo site demonstrates the same issue on some of the elements but they don't have `position:...
@tbruckmaier would be great if this could work without Laravel (first issue i hit was with `config()` function) I'm actually testing out Corcel within just Wordpress itself, to use the...
try `ob_end_clean();` before returning response. buffering issue apparently see my comment here... https://github.com/Intervention/imagecache/issues/80#issuecomment-291720120
try this for instance (different for your example but.....) spent last 2 hours trying to find a fix and this did it! ```php ob_end_clean(); return($cachedImage->response('jpg')); ```php from: http://simpledeveloper.com/how-to-fix-laravel-response-image-download-in-laravel/ https://laravel.io/forum/02-16-2016-laravel-51-intervention-corrupted-image
does this show anything useful?.. without, and then with ob_end_clean(); note the whitespace at the beginning **without**  **with** 