David Rasch
David Rasch
In trying to use this library, we found it was truncating the values from the binlog and we didn't take the time to figure out why. Switched to using: https://github.com/siddontang/go-mysql...
Here's how I've gotten this to work with React, but I'm hoping there's a better way other than the `[gql(Zeus.query(q_get_profile))]` call below: ``` const { loading, error, data } =...
We use slashes in our tube names and they look like paths. This causes issues with the urls regex for the tube_stats view. I fixed this by adding \/ to...
My VIM has an existing mapping for BufRead,BufNewFile. I had to make the included change to enable todo.txt to use the task filetype. I did this by manually setting the...
steps to reproduce: 1. see "not connected" on dashboard 2. click setup wifi tile 3. scan 4. click SSID 5. enter passphrase 6. see success dialog 7. return to dashboard...