Roman Useinov

Results 157 comments of Roman Useinov

I actually have the same issue building the example `single-bin` project with the "latest" image or any other for that matter.

This might be an issue with certain capabilities not enabled in docker-machine, I have latest docker and docker-machine. Will try to resolve it myself and post the progress here for...

I can confirm that this does not work on google cloud build either with the same error.

Thanks for looking into this! ``` MacBook-Pro:backend romanuseinov$ docker version Client: Docker Engine - Community Version: 19.03.8 API version: 1.39 (downgraded from 1.40) Go version: go1.14 Git commit: afacb8b Built:...

It's just nicer this way, you get autocomplete for some common types, also ForceType is also nice to have for convenience. I've stolen this idea from https://godoc.org/github.com/garyburd/redigo/redis#hdr-Reply_Helpers , feel free...

Exactly! On Wed, Jan 20, 2016 at 11:36 AM Thanabodee Charoenpiriyakij < [email protected]> wrote: > I thing the benefit is caller does not assert type itself. Maybe the > method...

Right now I'm working around that refactoring the condition into a method and then passing it to several ifMiddlewares

I think so, might also be beneficial to have some sort of IfMiddleware that would accept a slice of middlewares/single middleware + be able to check if there's a param...

Hello @StephanDollberg, What @Stunkymonkey said basically. Best, Roman

How about we simplify this by having something like ``` db.Iterate() db.IterateReverse() ``` I don't really like the MinKey, MaxKey approach as it's not user-friendly and only makes sense when...