Sergey Vilgelm
Sergey Vilgelm
the first example is controlling how to print an error, we use zerolog and I want to print any our error in zero log format (as json), but any cobra...
something like this: ```go type cobraError struct { err error } func (e cobraError) Error() string { return e.err.Error() } func (e cobraError) Is(err error) bool { var r cobraError...
@marckhouzam any thoughts about the changes?
so, I can answer for this question The difference is that the workflow will not be executed at all for `on..paths` but using the `paths-filter` executes the jobs I cannot...
@xuri D you have any ideas how to refresh the pivot tables? I can implement it, but I need some hints where to start. I really need this feature and...
@mvanwaaijen Do you know any other go libraries, that can work with pivot tables? I need to edit an excel file, that contains the pivot tables, and after the saving...
@drsasa thank you!
I have played with openapi v3.1 and created a lib that uses this library for validation: https://github.com/sv-tools/openapi
@nickmerwin Could you give us an example how to use the coverage repo generated by `pytest-cov`? @coveralls
I moved all my projects to CodeCov, they added tokenless mode for GitHub Actions and it supports any type of coverage reports.