Diego Bernardes

Results 34 comments of Diego Bernardes

I'm with the same problem. Caddy 0.8.3, running inside a docker, behind Cloudflare and using Bitbucket. All webhook requests return 403. It is exact the same thing as @bc24fl ,...

Don't know. Already tried to disable the HTTP processing and use Cloudflare just as a DNS and still get the same error. Tomorrow gonna try to use the DNS from...

gocode does not have, but we can do it with godoc: ``` shell godoc io/ioutil ReadFile ``` ``` go func ReadFile(filename string) ([]byte, error) ReadFile reads the file named by...

The proposal to add splice at the std lib was accepted: https://github.com/golang/go/issues/10948. There is also a prototype of it: https://github.com/golang/go/compare/master...philhofer:net-splice Adding splice to evio would be very nice too, @janflyborg...

I would love to see this feature too. During my integration tests, I'm trying to use `kubefwd` to access some services but I'm getting the same error `ERRO[12:29:10] Error saving...

I'm using Tyk in a production environment and the instrumentation goes to both New Relic and Datadog as we're in the process to migrate to Datadog. The New Relic instrumentation...

![image](https://user-images.githubusercontent.com/14483/68679039-02790280-0557-11ea-9230-0551cd07c337.png) Yes, it's possible. https://github.com/tdunning/t-digest/

I can do that, maybe we can abstract everything inside a Docker image. Didn't knew that I had to pull the `onnx` repository as well. How the current tests were...

Never mind the Docker, I was thinking in another stuff and got confused 😅 I'm gonna improve this auto generation test. I didn't found any thing related to what version...