Lucas Roesler

Results 124 comments of Lucas Roesler

RE (1) this is impossible to say. I don't know _what_ a user will want to edit because it depends on their situation. In my case, I only wanted to...

RE (2) it is split to here https://github.com/alexellis/arkade/issues/592

Who is responsible for validating the value that is passed in? I don't think this approach would allow the `SetFoo` method to validate the value and return an error because...

This has also been discussed in some of the other big cloud tools out there, we should take a look at some of their research as well - https://github.com/Azure/draft/issues/564 -...

It seems reasonable to reuse the existing secrets workflow, if the sealed secrets are deployed prior to building, then they would be available to the build step. Perhaps it makes...

We use a daemon in our Jenkins CI, but we don't use the secrets support, only the RUN cache https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md#run---mounttypecache (this makes building go projects great, by the way) I...

I created a branch to investigage and the first run passed, but the second run had this interesting bit ```sh $ /usr/local/bin/faas-cli logs figlet --since 15m --follow=false WARNING! Communication is...

Alternatively, we could use the provider here, since it is testing the same things

@stefanprodan we use swagger and the code generator here at work and .... it leaves a lot to be desired, unfortunately. But, I think our spec is relatively simple and...

What about a `batch` mode in the of-watchdog. This would run the function method to finish and then stop. This would make it easy to use the same image as...