Elazar Leibovich

Results 99 comments of Elazar Leibovich

I'll look into that, but I have to be honest, this can take a few months, I unfortunately don't have much time for this project these days. Many thanks for...

Are you using the latest commit? IIRC transport is no longer used. On Wed, May 3, 2017, 5:05 PM Wojciech Turyn wrote: > I've looked at your code and obviously...

You can set a transport per request IIRC

Use a custom dialer that counts bytes in a connection. On Mon, Nov 28, 2016, 7:02 PM Miles Richardson wrote: > I would like to log the bytes transferred for...

For every new connect attempt set a dialer that would count bytes per connection. See proxy.Dialer IIRC, from phone On Mon, Nov 28, 2016, 7:15 PM Miles Richardson wrote: >...

Thanks, good point. Can anyone post a PR?

It indeed predates goimports, however it different in three aspects: 1. It allows unused variables. 2. It does not require the code to be gofmt'd. Sometimes it's useful when you...

Wow. Exactly my idea. One of the goals of this framework. I wanted to create a Go REPL like that. It's more complicated than that. You need to serialize every...

Hi @henryiii , Thanks for the great library! Are you open for a PR that adds a `complete(args, arg_index, in_arg_index)` and just runs a cb giving all possible completions for...

Is there any progress about this issue? Currently, this isn't really a parser, as you can't get the actual formatted blocks...