Gabriel Nützi

Results 256 comments of Gabriel Nützi

I need to figure out next week why the CI is not running probably due to pipeline.yml which has some wrong settings. @victorciresica : You can run the tests with...

@victorciresica : The question I have is; When you set a global checksums directory -> this directory could grow and nobody cleans that on Gitea, but you are right there...

Not quite sure. I never understood that option quite well. I have to check

Thanks for the answer! We implemented exactly this approach with a formatter https://gitlab.com/data-custodian/custodian/-/blob/feat/continue-with-testing/components/lib-common/pkg/response/error/goa/formatter.go?ref_type=heads#L46 and I realized that on the client side validation errors get mapped to some generic error which...

Thanks for the explanation that helps. Jeah it would be nice if NewServ function could take the an ErrorMarshaller interface and the client a ErrorUnmarshaller interface (?). I guess changing...

Hmm I am using the meta tag actually but the response type for the client endpoint cannot be fed directly to the endpoint taking the same type in the design,...

Didnt know about that, but it does not help that hardcodes after generation time. What we are looking for is a runtime changeable base path for instanciating the client which...

@tchssk : Thanks for the pointer, thats neat 👍 Just to clarify: do I understand correctly that would be `dsl.Path(`/{basePath}`)` like: ```go var GetPayload = Type("GetPayload", func() { Attribute("id", string,...

Jeah we need this actually: currently for us the following works: https://gitlab.com/data-custodian/custodian/-/blob/88e7389ec5b837672f2b76fd82aaed68a4145e72/components/lib-common/pkg/crypto/reader.go

If this PR is ok to go further: Could somebody from the maintainers maybe help me figuring out where I could introduce a settings to specify which `labels` get copied...