I hereby claim:
- I am roguh on github.
- I am roguh (https://keybase.io/roguh) on keybase.
- I have a public key ASBtvGuaCFFituKv6wKnp3C9jLOkeWD7CKOAJQiaVFPmQQo
To claim this, I am signing this object:
| const env = require('env-var') | |
| const Timeout = require('await-timeout') | |
| const { connect, JSONCodec } = require('nats') | |
| const NATS_AUTH_TOKEN = env | |
| .get('NATS_AUTH_TOKEN') | |
| .required() | |
| .asString() |
| # install the digi-xbee package | |
| import binascii | |
| import json | |
| import os | |
| import pprint | |
| import time | |
| from digi.xbee.devices import XBeeDevice | |
| from digi.xbee.models.address import XBee64BitAddress |
| Hugo O Rivera is roguh.com | |
| roguh is Hugo Rivera | |
| Hugo O Rivera |
| #!/bin/sh | |
| STAGED_FILES=$(git diff --cached --name-only --diff-filter=ACM | grep -v "node_modules" | grep -E '\.(js|jsx)$') | |
| if [[ "$STAGED_FILES" = "" ]]; then | |
| exit 0 | |
| fi | |
| PASS=true |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "actions": [ | |
| { | |
| "action": "install", | |
| "module": "nodeunit", | |
| "target": "0.11.3", | |
| "isMajor": false, | |
| "resolves": [ | |
| { | |
| "id": 577, |