Alex Efros

Results 163 issues of Alex Efros
trafficstars

``` $ XDG_CACHE_HOME=.cache gobin -run github.com/cheekybits/genny failed to run go install github.com/cheekybits/genny: exit status 1 cannot install, GOBIN must be an absolute path ``` Error message should be: `XDG_CACHE_HOME must...

There are a couple usability issues related to absence of gobin-installed binaries in PATH. First one is obvious: `gobin -m -run github.com/golangci/golangci-lint/cmd/golangci-lint` is a way harder to type than just...

- Update to Go 1.11 and use Go modules instead of glock. - Use CircleCI and ghr tool to automate releases instead of Makefile. You'll need to setup https://circleci.com/ account...

I had to detach this fork from original [jwilder/dockerize](https://github.com/jwilder/dockerize) because @jwilder refuse to collaborate and (so far) don't actually maintain his project himself. Timeline for jwilder/dockerize project: - **8 May...

This should let us run command as PID1 and/or avoid subtle issues related to signal forwarding, running command under supervision, etc. In case dockerize needs to both run given command...

enhancement

1. What will change (for end-user) because of removal of Xposed module in latest release? This is an important question, because without an answer it's hard to decide is it...

I wonder why Go's bcrypt is 1.5 times slower than Perl's one? Look (I don't use shell's `time` for perl to exclude perl's startup time, which is much larger than...

Can you please make debug logging like this https://github.com/sogko/go-wordpress/blob/master/client.go#L65 disabled by default?

``` go client.Users().Me() ``` probably should be ``` go client.Users().Me(nil) ```