Rob O'Dwyer

Results 8 issues of Rob O'Dwyer

When I switch networks and end up with a different IP address, I get an error like this: ``` An error occurred trying to connect: Get https://192.168.99.100:2376/v1.21/containers/json: x509: certificate is...

enhancement

The `psql` CLI supports reading from the `~/.pgpass` configuration file with a standard format, so that you don't need to put passwords into the command-line history or enter them in...

enhancement

The important changes are all here: https://github.com/BattlesnakeOfficial/rules/blob/a716356477fe358a09f85cea99e6a6ffcd6901ea/board.go#L8-L28 Nothing is being done with the new fields yet, but they are persisted through cloning of the BoardState.

This makes easyXDM play nicely with an existing hash in the URL for a provider page. I needed this to work, because I'm passing other parameters to JavaScript running on...

The default installation for the MacVim plugin doesn't work if you're using the [Vundle plugin manager](https://github.com/gmarik/vundle), because it controls which plugins are loaded from the `.vim/bundle` directory. The simplest solution...

When I'm using the integrated terminal and don't already have the terminal view open, using the Open in Vim command also opens a new terminal with the default shell, and...

``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x20 pc=0x77678] goroutine 1 [running]: panic(0x1a6460, 0x820340100) /usr/local/Cellar/go/1.6/libexec/src/runtime/panic.go:464 +0x3e6 github.com/howeyc/fsnotify.(*Watcher).removeWatch(0x8207ba000, 0x8208f3700, 0x3b, 0x0, 0x0) /Users/rob/go/src/github.com/howeyc/fsnotify/fsnotify_bsd.go:269 +0x878...

Is caching the search results in memory within the scope of this plugin? I'm thinking about implementing something simple and making a pull request, but I'll just make a custom...

enhancement