Patrick Sullivan

Results 11 comments of Patrick Sullivan
trafficstars

I fail to see how using convict.load to dynamically build a schema would be more readable than a static declaration. However, I don't actually use convict in any of my...

Pardon me for putting myself into the middle of the conversation. First, I want to say big thanks for putting this project together. I especially like the way the message...

I was so going to use mady-translate, but I changed my mind at the last minute; last minute decisions are always a bad idea, LOL. My own bias is against...

@houd1ni curious how this is coming along? maybe we can collaborate and motivate each other. I've taken your concept and pulled it out of the jimp repo, I'm not sure...

The jimp-canvas project implemented just the bare minimum to meet my use case (bar codes) then stalled out for lack of interest.

I hate to throw a wet blanket on my own PR, but as a public service announcement this change wasn't enough to avoid hitting the race condition for our older...

Yes, line 167 of https://github.com/expressjs/session/blob/master/index.js determines if the store is "touch" enabled by testing if it has a "touch" function. So there is no way to conditionally remove the touch...

Wow, this is so long ago I forgot I made this PR. In my case we have multi-line HTML content processed on Windows and Mac developer PCs, so the intermediate...

I think I have this working but the stream-fu required is beyond my current confidence level. Once I believe I actually know what I'm doing I'll try to make a...

Update on yesterday's post, it does not quite work correctly as the first 50 requests all end up with the same cookie jar from request 50. Requests 51+ each get...