Stephen Melvin

Results 8 comments of Stephen Melvin

So has a successor to colors.js been decided yet?

I think the bundled version of GDAL is the root of the problem. If I configure node-gdal to use my local install of gdal (`npm install gdal --build-from-source --shared_gdal`), the...

Unfortunately, your best bet is going to be looking at the source for the function in C, C++, or Python and rewriting it in JS. That's what I had to...

> Please explain it better. Say I have a data source that returns the current active users of a service: ``` javascript const status = { timestamp: 1233113131, numUsers: 3,...

> @icebob I think we can introduce a new rule called `Map` for these kind of usages. > > ```js > const schema = { > dictionary: { > type:...

>You are doing it wrong. >That's the expected way of using JSON That is irrelevant. This is not a style guide, it's a validator. Also, what you posted is not...