miguel

Results 84 comments of miguel

@grkblood13 great suggestion. Don't have time but happy to merge in a PR for this if anyone wishes to contribute. In the meantime you can use something like the [keycode](https://github.com/timoxley/keycode)...

Closing as stale

Having same issue docker CLI says `--checkpoint-dir` is suppported ```bash $ docker start --help Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] Start one or more stopped containers Options: -a, --attach Attach...

Hey @TheFrozenFire, you brought up great points and the library has been updated to support an optional `concatenator` function. The hash function would just need to be wrapped to big...

@TheFrozenFire ah yea you're right that shouldn't be there. The redundant `combineHashes` method has been removed now so it just calls `this.concatenator(...)` when passing to hash function.

Installed python from the official source which seems to have taken care of the SSL errors but still getting `ImportError: No module named 'hid'` ```bash ┌─[mota:/Volumes/hd2/Sandbox] │ 2019-06-22T00:41:35Z └─❯❯❯ python...

``` ┌─[mota:/Volumes/hd2/Sandbox] │ 2019-06-22T01:32:52Z └─❯❯❯ shadowlands --clean Detected darwin18 Removing virtual python environment at ~/.shadowlands ┌─[mota:/Volumes/hd2/Sandbox] │ 2019-06-22T01:32:58Z └─❯❯❯ shadowlands Detected darwin18 Found a usable python binary at Python 3.6.0a1...