Stephen Kruger

Results 6 issues of Stephen Kruger

The line 9 in rakyll/statik/example/main.go `_ "github.com/rakyll/statik/example/statik"` is giving an error during our build : `_vendor/github.com/rakyll/statik/example/main.go:9:2: cannot find package "github.com/rakyll/statik/example/statik" in any of: /root/go/src/github.com/***/go/vendor/github.com/rakyll/statik/example/statik (vendor tree) /usr/local/go/src/github.com/rakyll/statik/example/statik (from $GOROOT) /root/go/src/github.com/rakyll/statik/example/statik...

If my migration script looks like this : > _-- +migrate Up_ > >_CREATE DATABASE /*!32312 IF NOT EXISTS*/ "apollo" /*!40100 DEFAULT CHARACTER SET latin1 */;_ > >_USE "apollo";_ >_DROP...

We recently had a nasty issue where someone dropped a prod table because they ran the migration file directly (another discussion) instead of using sql-migrate. But when it came time...

This is a very helpful library to simplify usage of the Google Maps API. Two suggestions to make this more useful : 1)Consider if RxJava is the best choice for...

enhancement

https://dl.bintray.com/wswartzendruber/la4k is giving "502 Bad Gateway"

There are no examples or apparent support for MultipartRequest as done in http package https://pub.dev/documentation/http/latest/http/MultipartRequest-class.html Since this is a replacement for http package, I would assume it needs to be...