Leandro Santiago

Results 13 issues of Leandro Santiago

Similar to transformers, a new interface called `FieldNameMapper` is introduced, allowing custom ways to perform field name mapping during `Map()`. The rationale behind this PR is that the current mapping...

This is useful for things like supporting cross-type conversions, such as converting strings to IP addresses during merge.

A common pattern is to use pointer fields as optional values, especially for structs which are serialized to json, for instance: ```go type myType struct { Value string `json:"value"` OptionalValue...

I noticed on a private project I am working on the server stopped executing some groups of tests, and there are some suspicious lines in the output that maybe indicate...

Hello, I am using rpm-ostree-toolbox to create a customized version of CentOS 7. I am using Fedora 22 as the building host. I try to create an installed, but the...

As client.SolveOpts.LocalDirs seems not to be used by anyone and has been deprecated, it's now a good time to remove it.

This feature will be useful for multi stage builds, where some files should be copied in some stages but not others. I imagine it looking like it follows: ```Dockerfile FROM...

kind/enhancement
area/dockerfile

First of all, thank you a lot for offering such service as an alternative to the paid IMDB API. I just created an key to play around the API and...

Add action `--add_arch`, to be used similarly to `dpkg --add-architecture `. In my case, I want to install `wine32` to a amd64 ubuntu 22.04.

The use case for it is that the user might want to use `add-packages-to-pool` where the packages come from extra (non-ubuntu) repositories. In my case, I setup the repositories in...