Andrey Snow
Andrey Snow
@bzmw looks it still doesn't work: ``` Exception in thread "main" org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI). |...
I think managing shell scripts inside yaml is too much work and messy. Having `ci` folder with all the scripts is sub-optimal as well in my opinion - it's not...
My concern is for consumers of this scripts. If I understand this project correct the idea is to place those templates into a repository and use them in pipeline definition....
> (For azure pipelines) What are the tangible benefits of tasks over something like a template? I know that they are more easily versioned. Anything else? Discoverable via market place....
In my case, i actually want all of the dependencies and intermediate paths. My main use case is speeding up builds for CI/CD. On Wed, May 10, 2023, 7:14 PM...
It should be clarified that if you run pre-configured server, then it doesn't go through setup, and you have to create the root token yourself. Something that probably should be...
Ah yes, I need re-evaluate error handling in this library a little bit. @asomers I might replace this error type with `anyhow::Error`. I think I just did `Box` to focus...
> The author of anyhow doesn't recommend its use in libraries, only in applications. For libraries, he recommends returning a custom enum, possibly generated with thiserror (by the same author)....