James Milner

Results 38 issues of James Milner

Hey, thanks for the library. I'm having issues using gulp-flatten. I am using ```javascript return gulp.src('./components/**/*.pug') // .pipe(print()) .pipe(flatten()) .pipe(pug({ verbose : false })) .pipe(gulp.dest("./../public/templates/")) ``` also tried ```javascript return...

### Expected behavior and actual behavior using `brew install pgrouting` after `brew install postgis` and using ``` CREATE EXTENSION postgis CREATE EXTENSION pgrouting ``` to install the respective extensions. In...

Aims to resolve #826 This is currently an experimental draft PR as I get an understanding of what the desired behaviours are for merging federated schema types. The overall idea...

Hello! Just noticed this problem with greenlet on Firefox (66.0.3); indexedDB is `null` in the greenlet execution context. Reproduction case: ```javascript const callIndexedDB = greenlet(async (limit) => { console.log(indexedDB); //...

question
discussion

This adds `nyc` to the `along` module in order to see how it might work for getting information on code coverage. This could eventually close #2138 if we're happy with...

Hey! Firstly, thanks for the great project. I am noticing an issue with odd shaped gifs : ``` [11ty] Problem writing Eleventy templates: (more in DEBUG output) [11ty] > Having...

Need to figure out how to get docker containers building and running on the new platform, but it should be faster.

One of the python tests fails: ``` ====================================================================== ERROR: test_create_vector_tiles (tests.test_validate_geojson.TestValidateGeojson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tiler-scripts/tests/test_validate_geojson.py", line 12, in test_create_vector_tiles is_valid = validate_geojson(GEOJSON_FILE) File "/tiler-scripts/validate_geojson.py", line 11,...

Hey folks! Awesome project, although I'm having a bit of a problem. When I run `galton greater-london-latest.osrm` I receive the following error: ``` TypeError: Fingeprint does not match /usr/lib/node_modules/galton/lib/server.js:1 (function...

question

**mapbox-gl-js version**: 1.12.0, **mapbox-gl-draw version**: 1.2.0 ### Steps to Trigger Behavior 1. Imagine we have the following code in our Direct Select mode: ```typescript onKeyUp: function (state: DirectSelectState, event: DrawEvent)...

bug
events