Ludovico Russo

Results 25 comments of Ludovico Russo

@wallyqs I really don't understand how to fix the build error, can you help me?

> Saw that `TestJetStreamPullSubscribeOptions/max_request_batch` seems to be failing for some reason, will check It seems that the code I've changed generate a Timeout error in the test, this maybe means...

I'm also interested in this feature!

Same problem here with `web_video_server`! Any idea how to fix this?

@stephenh thanks for the reply! Yep, I could give a try to fix this with a PR. I need just some hints on which piece of code to look for!...

I can work on it on the next days! :D My idea is to write two simple functions, one to fold `h` and one for `b` (that we already have).

> Nice! > > I think to fold `h`, it'll probably be simpler to do it before turning the list into a string, ie. in `formatTagList`: > > https://github.com/emersion/go-msgauth/blob/fb07ec9e7323788ae953eea6797a1dddb8a13106/dkim/sign.go#L340 Thats...

I've a similar need :D

Also, all the Must* functions defined in `https://github.com/VirusTotal/vt-go/blob/master/object.go` are potentially dangerous, I suggest to deprecated them since they are not used in the main library!