Elazar Leibovich

Results 94 comments of Elazar Leibovich

You might want to look at my [implementation](https://github.com/elazarl/hadoophelpers/blob/master/go/hadoopconf/levenshtein.go) and the [fuzzy find](https://github.com/elazarl/hadoophelpers/blob/master/go/hadoopconf/completion.go#L54)

Hi, I'll look into it, but I seriously suggest to you moving to rice.go, it looks like a better solution which I was not aware of when starting this project.

I'd also mention rice.go which I personally use. One of the reasons I'm not putting too much effort in this project, is because there are better alternative available. I'm still...

Can you send a PR? On Thu, Aug 31, 2017, 3:10 AM Alex Dadgar wrote: > Hey it would be great if the import order followed the go style guide...

Unfortunately I don't have much time for this project, and better project exists, e.g., rice.go. Thanks for the bug report! On Thu, Aug 31, 2017 at 8:21 PM, Alex Dadgar...

What happens when you do that with go-bindata?

Hi all. I don't have time to fix bugs myself, but I'll be happy to accept PR. As I said in other places, I keep this library mainly as people...

I'm sorry, but I don't fully understand your use case. Can you give an example?

But you can't do that with Go at all! Go executable for Linux would not run at Mac. You must use some other language. On Mon, May 4, 2015 at...

OK, I see. Why do you need assetfs for that? Just copy the dependencies somewhere and that's it. On Mon, May 4, 2015 at 9:35 PM, joeblew99 [email protected] wrote: >...