Edward Kimmel

Results 12 issues of Edward Kimmel

## How to reproduce - Leaflet version I'm using: 1.2 - Browser (with version) I'm using: Chrome - OS/Platform (with version) I'm using: Android (7.0) Slightly pinch zoom the map....

bug
mobile
ux
needs investigation

Looking to resolve the issues pointed out by https://github.com/necolas/react-native-web/issues/1529 The breaking changes come from the deprecation / removal of findNodeHandle, which doesn't appear to be a strictly necessary change to...

has: pr

In ios8, apple began to use the 'center' property instead of 'frame' to support UIScrollViewKeyboardDismissModeInteractive. This breaks the KVO used by this repo. https://github.com/danielamitay/DAKeyboardControl/pull/82 has the solution, but this repo...

I wasn't sure how to name this one. Environment: Compiling Android libraries on OSX harfbuzz 1.4.4-ft has a dependency on ragel-6.9 on the HOST system. `CXXFLAGS` and such are exported...

This is regarding packages like the android ndk and boost, where multiple libraries end up downloading the same file. Is there any way to have the cache files be based...

## Summary Adds loadable.hook and lazy.hook as additional ways to load a dynamic module via @loadable A common use case is to use some large third party library as part...

### Description react-native-gesture-handler is a very heavy dependency on web. At a glance, both the web and native gesture / handler implementations are being included. I believe that by wrapping...

Platform: Web
Missing repro

### Description As of the [0.19 canary of react-native-web](https://github.com/necolas/react-native-web/pull/2377), the BackHandler export has been removed. This was a no-op module previously, so no functionality should be dependent on this module....

Missing repro
Platform: Web

Android does not allow scales < 0. While exporting flipped assets for left / right versions, none of the left ones worked, because they were simply the right asset with...

``` if (_defersItemViewLoading) { startIndex = _currentItemIndex - ceilf(x / itemWidth) - 1; numberOfVisibleItems = ceilf(width / itemWidth) + 3; } //create indices numberOfVisibleItems = MIN(numberOfVisibleItems, _numberOfItems); ``` Is the...