Matt
Matt
IsReadyFunc waits until container becomes ready for testing. There must be a glitch somewhere, because on travis it doesn't work. Added `MIGRATE_TEST_CONTAINER_BOOT_DELAY=15` for now as a work around. Find bug/...
https://github.com/mattes/migrate/blob/v3.0-prev/database/testing/testing.go https://github.com/mattes/migrate/blob/v3.0-prev/source/testing/testing.go
Let's define the expected behavior for when the `migrate.GracefulStop` channel receives more events after the initial `true`. It might be interesting to close the channel so it can be used...
Replace `ioutil.NopCloser(bytes.NewBufferString())` with `ioutil.NopCloser(strings.NewReader(s string))` ... it's being used in the tests. https://golang.org/pkg/strings/#NewReader > NewReader returns a new Reader reading from s. It is similar to bytes.NewBufferString but more efficient...
Blocked by #157 Let's keep in mind that `migrate` might be run in CI environments. * https://godoc.org/golang.org/x/crypto/ssh/terminal#IsTerminal could be used to detect if an interactive tty is available, if yes,...
``` 123create_users_table.u 123.create_users_table.d 123_create_users_table.UP 123_create_users_table.Down ``` source/parse.go
LG Electronics 4K UHD 27UD88-W 27" LED-Lit Monitor with USB Type-C isn't working. This fork works though: https://github.com/mhewedy/BrightnessMenulet Tested under MacOS Sierra 10.12.1, display connected via USB-C port.
There are a lot of open and valid issues and unmerged PRs dating back as far as 2016. It seems as if @mattrobenolt has [too many things on his plate](https://github.com/getsentry/raven-go/issues/177#issuecomment-387264822)...
```go package main import ( "net/http" "testing" "google.golang.org/appengine/aetest" ) func TestSomething(t *testing.T) { inst, err := aetest.NewInstance(nil) if err != nil { t.Fatalf("Failed to create instance: %v", err) } defer...
on Mac OS X: Even `dscacheutil -flushcache` and `sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist; sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist` won't help to do a correct nameserver lookup. Deactivating the complete network (e.g. Wifi)...