David King

Results 30 issues of David King

**Issue** Touch scrolling is prevented when the initial touchpoint is on a noUiSlider: **Proposal** 1. Store the `touchstart` coordinates 2. Wait till the `touchmove` is a set distance away from...

Feature

Our app often forwards data to "child" routes. We'd prefer child routes to inherit data from parent routes. ## Example Here we have an app to view and comment on...

Please see the following videos: * [Overview of the pull-request](https://www.loom.com/share/eb9bc754e6344b0598e4457d1e13c513) - 4min video * [Changes to theme.js](https://www.loom.com/share/17865dfbd73f467dbb02f9f6c70b4117) - 4min video

The `mode` property is not set for vertex and midpoint features. This affects the base theme, and themes in [docs/EXAMPLES.md](https://github.com/mapbox/mapbox-gl-draw/blob/main/docs/EXAMPLES.md) I am working on a pull request.

Fix for #1070 Simplified the is_click and is_tap tests

**mapbox-gl-js version**: 2.3.1 **mapbox-gl-draw version**: 1.2.2 ### Steps to Trigger Behavior Start dragging a polygon and attempt to return it to the original coordinates https://www.loom.com/share/9ac3e72134074d049211a3027276d223 ### Expected Behavior I should...

bug

Firstly, we *love* this package. It's been great for our app! Issue is simple, if the expression has leading or trailing spaces, the parser throws an error: ```dart import 'package:expressions/expressions.dart';...

### Describe the bug The REPL is best, here's my best description When using `transition:slide`, the transition OUT will use the height calculated for the IN transition, even if the...

### Describe the bugs I've grouped together two behavioural issues as they feel related: 1. Links that open in a new tab / window should not trigger beforeNavigate. 2. It...

bug
documentation

### Describe the problem It would be useful to have a `component` scope for transitions so that we can limit our transitions to the component. This would let us be...

feature request
compiler