Paulo Bittencourt

Results 7 issues of Paulo Bittencourt

Hello, I'm following this tutorial on a local [minikube](https://github.com/kubernetes/minikube) cluster and Consul fails with this error: ``` $ kubectl logs -f consul-0 ==> CRITICAL: Permission denied for data folder at...

Datadog has a [Distribution](https://docs.datadoghq.com/metrics/distributions/) metric type that is not currently supported by go-kit metrics. This PR adds support for this metric type. The Dogstatsd [datagram format documentation](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics) does not list...

I'd like to have the IP resolving logic always use the `ip_resolver` Proc, and implement the default behavior (of using private_network or ssh_info) as a Proc itself. This way we...

### Proposed changes This fixes a bug that occurs when an include exists in the middle of a file and `Combine=True` is set. The directives that appear after the include...

This PR aims to support multiple providers for Remote Taskfiles using `go-getter`, as I proposed in [this comment](https://github.com/go-task/task/issues/1317#issuecomment-2274443297) in [[#1317](https://github.com/go-task/task/issues/1317)]. It is currently marked as `Draft` as I aim to...

While working in this part of the code I found it difficult to follow the different code paths when loading a node's content. I realize readability is subjective, but I...

It seems there's a race condition somewhere in the `Reader.include()` code. I was exploring the behaviour of the `includes.*.dir` options and I wrote some tests. When I did this, I...