Justin Litchfield
Justin Litchfield
I have a model: ``` sql CREATE TABLE businesses ( id uuid DEFAULT uuid_generate_v4() NOT NULL, slug character varying(255), name character varying(255), phone_number character varying(255), website character varying(255), description text,...
### Cookbook version 1.7.8 - and 3.0.0 ### Chef-client version 12.5.1 ### Platform Details Ubuntu 14.04, running on Softlayer VPS ### Scenario: During the chef run, the node will just...
I'm having a lot of trouble with this. I *have* been able to get the code to run and return the values well, but I am unable to get the...
Ok, this is my re-attempt at making the CLI work again ``` % cargo run --bin senseicli -- --node 0090a039-f1dd-4daa-a7e1-1446f9c9bbae --token 8d55f4eaba224b78788c866 a3be09f8c7dc0c2def0a57e9a55e658ac95689b17 nodeinfo InfoResponse { node_info: Some(Info { node_pubkey:...
I have a page like this: ``` React.createClass({ onChange: function() { this.setState({ customer: CustomerStore.getCustomer() }) }, ... render: function() { return ( ) } }) ``` If I update the...
I just spent a few hours trying to build this against øMQ 4.0.4 and CZMQ 2.1.0 (current stable) to no avail. I did get it to build against øMQ 3.2.4...
This requires a homegrown docker container that is not quite ready to be published yet, but getting close.