Results 193 comments of Jeremy Whitlock

Make sure when you look at @bnoordhuis' sample that you read my comment. We finally got gyp embedded properly but there are some cases we cannot account for without some...

# Unicode Approach ## Example ![image](https://user-images.githubusercontent.com/98899/182737822-12af09c1-21de-4a7a-ba08-80460d0b1c29.png) ## Code ```js function amountToBar (width, value, maximum) { const progress = (value / maximum) * 100 const colProgress = 100 / width let...

> @whitlockjc please also mention it under other bindings, even if for now they do not contain any official binding definition. It is for consistency, and to keep the word...

I've dropped the ball on this, but since it's never been reasoned about, what should we do here?

So you're saying that when using `-d`, even when the directory used exists, if `{dir}/apiproxy` **does not** exist it gives the error above?

I'll look into it. I agree with what you're saying, something I've noticed as well but I just haven't gotten to it yet.

I started looking into this and I don't think I can use your suggestion as-is. For example, the `window` object's properties should always be accessible without `window.` in the browser,...

I agree. It's not ideal, I'm just saying that we're close to "anomalies" being because we have one syntax for all of JavaScript. Maybe we could do something like JSHint...

Well, you'd only need the comment when you open the file for editing so it's not like you'd have to go in and alter all files just because. That said,...