Joe Hildebrand

Results 233 comments of Joe Hildebrand

What is the current thinking on this issue? I keep running into edge cases where I can express type information in a JSDoc comment (e.g. `@param {someType} foo`), and using...

Ping https://github.com/tc39/proposal-decimal/issues/17 for input

@MikeMcl do you have a non-minified version checked in somewhere?

Another edge case that I hit all the time: `e.g.` and `i.e.`: ```js /** * Any kind of fowl (e.g. a duck). */ ``` There's a whole list of these...

I was able to get it working on my local Windows box by following Option 2 from here: https://github.com/nodejs/node-gyp#installation I also needed `npm i npm@2 -g` to get past some...

I'm already downloading that, but you're right, I bet my version is getting overlooked. Will pursue tomorrow, thanks for the pointer.

It turns out that Appveyor does have recent 1.0.2 already loaded. When I just compile against that rather than fighting it, everything worked. Here's the approach I'm suggesting: - Add...

Did @microshine have an opinion about the approach? Note, I'm currently using a version of the build script from [node-sqlite](https://github.com/mapbox/node-sqlite3/blob/master/scripts/build-appveyor.bat), which we'll likely want to simplify a little.

I'm willing to spend some more time on it this week, if the committers want.

Presumably, you want to use [typedoc](https://github.com/TypeStrong/typedoc) or [tsdoc](https://github.com/xperiments/TSDoc), not jsdoc? I don't know if the docdash theme will work with the output of either of those.