Duncan MacKenzie
Duncan MacKenzie
Here's a question / possible feature request for projects with node packages, such as those using Webpack and `sass-loader`. If I have a file like this in my project dir:...
The documentation for launching a Nuxt app on Digital Ocean App Platform are missing a crucial step to set the `HOST` environment variable to `0.0.0.0`. If you don't set that,...
The built-in mapbox-gl styles apply a border-radius to the first and last buttons in a control group: ```css .mapboxgl-ctrl-group button:focus:first-child {...} .mapboxgl-ctrl-group button:focus:last-child {...} ``` The style control's buttons are...
If I use this plugin with just the one option `amd: true`, the output will be quite different from running the command line compiler with just the `-a` (AMD) option....
**mapbox-gl-js version**: 0.42.0 ### Steps to Trigger Behavior 1. add a few point features as a geojson source 2. add a layer from the source, with `visibility: 'none'`: ``` this.map.addLayer({...
The API docs say that the ScrollItem component emits a `change` event, but I don't see anything in the code that emits this event. With this markup: ```vue Deserunt architecto...
With markup like this: ```vue Deserunt architecto modi possimus ... Facilis culpa possimus natus eveniet,... ``` The actual DOM of the app just has the `p` elements, and I expect...
The [docs say](https://github.com/AlexandreBonaventure/vue-scrollmonitor#props) that the `container` prop is a DOM element, and that the ScrollContainer will use that element to watch for scrolling. [In the actual code](https://github.com/AlexandreBonaventure/vue-scrollmonitor/blob/b718668204588cbe50dedf2b359d7c1212671699/src/vue-scrollmonitor.js#L114), it appears that...