Lee Goddard
Lee Goddard
I switched to OpenLayers.
The GitHub badge reads: 'Maintained? No! As of 2019'
Same problem on Snow Leopard. It seems node-waf has been deprecated after 0.8, in favour of node-gyp? http://blog.nodejs.org/2012/06/25/node-v0-8-0/
Fixes it in an ugly way - I'm working with an older webpac if that's relevant: ``` const path = require('path'); const Watching = require(path.resolve(__dirname, '../../../../webpack/lib/Watching')); let createWatcher = function...
Lack of this feature is why imma begrudgingly move to Jest..
Good question. I was imagining specifying all chart options per column, for a new chart type of Combined, but combining charts would also work! TIA Lee
The above example works for me, but I can't get it working IRL, where the static method to be mocked is in a dependency of the object being tested: could...
That was kind of you, thank you.
I am also seeing issues when `ol-mapbox-style` is included, at least in versions 7.0.0 and 7.1.0. ``` file: G:/src/xxx/node_modules/ol-mapbox-style/dist/index.js:1981:31 1979: if (!input) 1980: { return null; } 1981: parsed.push(input); ^...