Steve Bennett

Results 223 comments of Steve Bennett

Interesting. I'm not using Electron, I'm using babel with browserify. I ran into this error. Running `npm install` within the module subdirectory was enough to make to fix the problem...

My use case for wanting this is to be able to deploy a staging version of a website outside the normal infrastructure. The backend services only support requests from the...

@uipoet Yes, please do. Just spent a while trying to diagnose this error: ``` Sublime Text 3/Packages/JSHint/reporter.js:29 buffer += numberWang((error.line + error.character.toString()).length) + ^ TypeError: Cannot read property 'toString' of...

Tried without the front-matter, didn't fix it. Originally I didn't install monokai-extended, but tried it with, and then without again, still no joy.

Yeah, I think that's the bit that wasn't clear from the doc: >In your store's index file make sure to import the local config file rather than the package: I...

Since raising this originally I now realise that there are several possible ideal formats depending on the exact use case. Let's take the case of dividing [1,2,3, 11, 12, 13]...

It's not trivial, unfortunately. Basically because of how this works: 1. Take Point Features, strip them down to LatLongs 2. Pass the LatLongs to D3, get back a set of...

Ok, I have [confirmed](https://runkit.com/stevebennett/confirm-that-turf-voroni-does-not-alter-feature-order) that feature order is preserved.

I haven't looked at the new branch yet, and may not get to do so in the next week, but here's the code change required I think: ```  //...