Results 14 issues of Ben Hyde

cl-ssl+ requires the current revision of trivial-garbage

I notice that if I change the sample rate, or stop sampling for a period, the charts give no sign of that. That makes it harder to see patterns in...

bug

Causes like this cause cfn2py to fail. ``` "ZippySecurityGroup" : { "Type" : "AWS::EC2::SecurityGroup", "Properties" : { "GroupDescription" : "Enable HTTP access via port 80 and SSH access", "SecurityGroupIngress" :...

cfn2py

I have a large-ish project that resides on a server in it's own unix account, call that /home/my-awesom-project. Intending to create a dat archive for ~my-awesome-project, i began by creating...

Priority: Critical
Type: Bug
Status: HELP WANTED
Good First PR!

The variable onramp appears in the html examples, but it is never declared or initialized. For example in the walkthru ``` javascript onrampServer.on('message', function(peerAddress){ // 3. Connect to another browser...

As discussed [here](https://gitter.im/thephoeron/let-over-lambda?at=55d347ddd46018562035a117) i get compilation failures when upon (ql:load "cl-bson), which requires let-over-lambda. The failure occurs here: ``` common-lisp (defun pandoriclet-get (letargs) `(case sym ,@(mapcar #`((,(car a1)) ,(car a1))...

Fun trick. You can use Cloudflare's free tunnels offering to ease access to tmo-live-graph. - Step 1: [Install](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation) cloudflared. Eg. on the mac do: `brew install cloudflare/cloudflare/cloudflared`. - Step 2:...

documentation

I think inapproprate things happen when a command exits with both an unexpected return code and unicode it it's stdout. ``` bash-3.2$ python -V Python 2.7.12 bash-3.2$ pip freeze |...

Plumbum is awesome. Apparently as_user only works on local, but not on remote.

My use case is moving a replica set from A to B. 1. I take an EBS snapshot of A, at time t1. 2. Seed B from that finishing at...