v-byte-cpu

Results 13 comments of v-byte-cpu

It is linked to https://github.com/zone-eu/zone-mta/issues/237

@rShetty there are multiple implementations of circuit breaker pattern in go: * https://github.com/sony/gobreaker * https://github.com/cep21/circuit * https://github.com/mercari/go-circuitbreaker * https://github.com/rubyist/circuitbreaker

@mitar https://play.golang.org/p/0c0nVaoOPNK here you can look at 33-42 lines for small example

It makes sense. Maybe then it is better to use `x-go-type` extended property explicitly for your use case ? Nevertheless I suppose that most programmers almost always use simple string...

I think the first option is better as it is more intuitive to understand. @deepmap-marcinr what do you think ?

Hi @Khatunzev-Anton, can you please provide typesense server version ? `Import` function returns array with responses for individual documents: ``` Import(documents []interface{}, params *api.ImportDocumentsParams) ([]*api.ImportDocumentResponse, error) ``` ``` type ImportDocumentResponse...

Hi @TerickJojo can you please provide more details and full cli command that you invoke. If the firewall cannot handle the packet load, you can use the rate limit cli...

@kishorenc sure, revive was integrated into golangci-lint

unable to reproduce this issue as well as CI, please try to pull the latest master

Hi there! I really hope :pray: that downbeat support will be added soon, as it is a very useful feature for setting cue points.