Mitch Furlong

Results 18 issues of Mitch Furlong

I can see there's a `reserveScrollBarGap` option available in the options passed to `enableBodyScroll`, but not in disableBodyScroll? I feel like logically you'd want to reserve the scrollbar's gap when...

Or perhaps I'm expecting the conversion to be synchronous, and it's not? I've got the below code, which successfully converts a file and uploads it to S3. However, $thumbUrl is...

I hate leaving these sorts of comments - I'm aware they're not overly helpful. However, on Android, even when built in production mode there's a _humongous_ framerate drop whenever I...

Hey there, I'm encountering the following error, after running my app for a certain amount of time: `Failed to execute 'setItem' on 'Storage': Setting the value of 'persist:primary' exceeded the...

So, we're currently stuck at `WPGraphQL` 1.0, as we've relied on (what we now know is) an extremely helpful bug which has now been removed. Now, say you've written a...

Component: Query
Field Type: Flex

I might try and just do this myself, but I'm hitting some performance issues when there's a lot of draggables, presumably because it's using top/left rather than translate. @kutlugsahin do...

It appears that whenever `behaviour` is set to `drop-zone`, if you drag an element _from_ that container and cancel the drag, it flies off to the left of the container...

I've moved to using this component instead of [the other one](https://github.com/buildo/react-autosize-textarea), as the other inexplicably stops all transitions from CSSTransitionGroup and the like. As I've seen reported on here already,...

It may not be an issue with `cordova-plugin-keyboard` per se (as this happens with `cordova-plugin-ionic-keyboard` too), but whenever the keyboard is dismissed (or focus is taken away from an input),...

I totally get we need to have smooth scrolling active in order to use this package for any animations, but on mobile it feels really uncomfortable and doesn't at all...