Daniel Capo Sobral

Results 30 issues of Daniel Capo Sobral

I'm trying to use `mod_zip` to send a folder full of logs, but I stumble upon a problem. If the file is bigger than the size specified on the list,...

enhancement

Back on confd 0.9.0 (used on our base docker image), if the command line had a `-prefix /A` option and the `toml` file had a `prefix = "/B"` property, then...

I don't understand why `shfmt` is removing the line breaks in this code, using `shfmt -i 2 -kp -ci -d`: ```diff @@ -9,11 +9,8 @@ PROJECT="${REPO_SLUG#*/}" # only publish and...

enhancement

I was looking at the logs on our QA environment and got very concerned about using it in production, because the rotate interval configurations (both `rotate.interval.ms` and `rotate.schedule.interval.ms`) do not...

I'd like to be able to retrieve data from the build status associated with the commit of source, target or merge. For myself, "merge" is the only thing I'd ever...

enhancement

As it happens, `HttpClient.delete` is used when no body is expected from the server (as opposed to `HttpCliente.deleteWithResponse`). I'm not sure if there's anything on github4s algebras using that method....

Remove label API passes the label name as part of the URL, but github4s/http4s fails to url-encode it. Furthermore, the ensuing error does not get decoded.

Github feature flags sometimes add fields to objects. While having the domain case classes as final is good, they should be implementations instead of being used directly in the type...

If one needs to use graphql for something, then `node_id` is used to identify an object returned by the REST API on the GraphQL API. It would be quite helpful,...

Github API documentation repeatedly emphasizes that one should not construct URLs when paginating, but use the ones provided. > **Note:** It's important to form calls with Link header values instead...