Ilya Dmitrichenko

Results 181 comments of Ilya Dmitrichenko

Also converting Go slices to arrays should be fairly simple. I suppose we can leave `[]interface{}` aside, just the basic slices like `[]string{}` would be very handy. Also hashes from...

It looks like there is fork that had a release last month (https://github.com/thought-machine/go-flags/releases/tag/v1.6.1). https://github.com/thought-machine/go-flags Perhaps @thought-machine folks could make their fork official? /cc @peterebden @samwestmoreland

> we're doing some programmatic building of flags objects which I get the impression is not very common elsewhere I think that is quite reasonable, it's something that one can...

Has anyone tried contacting @jessevdk via email or other channels?

Sounds like a fork is overdue 😄 ...well, I'm using @thought-machine one already.

@johnnybubonic it probably would, albeit all of my project that use this library right now are quite simple, and I don't have a desire to write a comlicated CLI any...

related https://github.com/bazelbuild/bazel/issues/5909

@tylerhale good question! I would be surprised if Bazel intervened at that level. I believe it hands off to C compiler, and it should be up to the user to...

#53 is related, but from what I can tell it's about one-off sync command.

Another reason I would prefer to use this instead of the official desktop client is that I would be able to compile it for Arm devices or any other architecture...