Douglas Wilson

Results 1975 comments of Douglas Wilson

Thanks! Have you checked with the Node.js project that fs.stat returning a size of 0 for those files is not simply a bug in their stat function? We'll want some...

Thanks @krzysdz ! Well, that sucks, as normal files that are zero size also return zero :(

Hi @mickeygousset I didn't even know you had the ability to mark them as resolved 😄 . Yes, please do so! Wes and myself spoke about this issue last night...

Nice on the badge! I'm looking at our badge provider (badgen.net) and I _think_ the way we would do it would be to use the https://badgen.net/github#github-status-owner-repo-ref-context area, where the name...

Ok, so looking at https://github.com/badgen/badgen.net/issues/304 it seems that we could use https://badgen.net/github#github-checks-owner-repo-ref for the exact replica of that github workflow badge link through badgen.

So express does not have any logic for route adding that varies from before or after app.listen is called. As far as Express is concerned there is no difference. That...

Please come up with a different API, as adding a magical property to `res` is not what we want. Please also read through a previous request at https://github.com/strongloop/express/pull/2098 and, if...

Hi @rubenstolk , have you had time to come up with a different API yet?

> Can we do res.json(data, replacer)? `res.type('json').send(JSON.stringify(data, replacer))` Otherwise `res.json(data, replacer)` is ambiguous, because `data` could be a number and `replacer` could be `null`, which is why they form has...

I was under the impression this PR was a feature request for 4, since that is where is PR is based. @rubenstolk what version are you requesting this feature in?