Thomas Ward

Results 94 comments of Thomas Ward

> Is there a reason why you would want to use other hash functions? In some cases, people may have resource availability in CPU issues that make using slower hash...

FYI I just took @shawnington's recommendation and moved `hasher()` into node_helpers so it can be used elsewhere. It also changes the argument to be `default-hashing-function` so we can use the...

@mcmonkey4eva updates made, should address your concern about `eval`. My 'switch' is a dict with key-values instead of long `if` statements chained together for switches. That's just me though. :)

> Interesting. Let me check the indentation Fixed, looks like when I was using the github editor I didn't notice a missing space in my typing to bring things back...

**Note that this will stay in draft form until we see how PR 4030 goes, because if 4030 is included then this needs rebased on that and other master branch...

In the latest change (and sync with the main repository), we replace ISO 8601 'emulation' of format in `%dt%` with `strftime`'s `%x` and `%X` which rely on the locale of...

Due to comments in #4030 which have suggested this may be a more suitable solution for the 'finite path space' problem, I'm marking this ready for review.

The only solution I have been able to come up with so far has been to use a VPN that spits out traffic through Japan in order to execute any...

4.8.2 is the default on Ubuntu 14.04, 4.9.x is default on Ubuntu 14.10 and later (15.04). However, this is going to pose problems for older versions. Not sure if a...