Douglas Wilson

Results 1985 comments of Douglas Wilson

With a middleware (i.e. multer) the example isn't even necessary. Changing it to be how to use the multer middleware is just duplicating the multer docs. The examples/ dir here...

> Something to consider - Do we really need to hardcode the minor values? We originally didn't have them, but Node.js would keep releassing versions that would break our CI...

Hi @tjarbo that is correct, user agents that support `max-age` attribute should ignore `expires` attribute. But since `max-age` was an add on to `set-cookie` later in life, not all clients...

Hi @tjarbo there are many other user agents then web browsers. And many still ezist today that never kept up with the changes in specs. It was added to express...

Hi @SaekiTominaga thank you for that! Those seem to have a lot more parts than your initial recommendation. So in order to understand the issue, can you provide us the...

Thanks @jonathanong ! I just looked at this is published to npm, so probably makes sense to archive vs delete. Though in a way, it does seem more general than...

I was not even watching this repo and just saw your open issue looking at all open issue across the org. There hasn't been a specific procedure. I would say...

Good idea. Need to make sure we don't run in to Javascript number issues. The BIT field is up to 64 bits wide and of course a plain javascript number...

Gotcha. Yes, I don't personally use the field, so not sure all the uses folks have for it. The field itself comes back as a length-encoded string field over the...

Make sure to add a new test case for what you are trying to fix with this. Also curious on the change to the existing test: would this change now...