phaddius

Results 4 issues of phaddius

This may be a dumb question, but can hashids be sorted and compared alphanumerically? If x < y, is hashid(x) < hashid(y) alphanumerically? This would be useful to know in...

This looks amazing, and I plan on using it to allow better correlation of logs in my system. I know it only works with express, and specifically http requests. However,...

Looking through the codebase, doesn't look like there's any code to do any logging. I'm looking to print out pooling stats on my production server, like the current number of...

It seems to subtract 30 days instead of 1 whole month. ## Detailed Description If the starting date is 1/30/2018, and I subtract 1 month, it becomes 12/31/2017, I would...