Dalton Verhagen

Results 8 comments of Dalton Verhagen

Does this mean there is no way to document static functions in a `*.c` file with breathe?

This is a problem for my team as well. We document our test cases with doxygen and import those into sphinx with breathe. So a typical test function doc would...

I am also running into this issue. The current implementation feels off. My current project only has two pip dependencies, so I could handle using the `PYTHON_PYLINT_PRE_COMMANDS`, but then I...

@nvuillam don't I have to specify the venv of the linter in the pre-command list though? I still would require mulitple repeats of the same pip install in different venvs.

Hi @memsharded, Thanks for the quick response. Is the conan conf for adding certs setting the `core.net.http:cacert_path`? Does that just replace the cacert_path and I need to be responsible for...

I also see the `requests` themselves seem to be considering this option as well. https://github.com/psf/requests/issues/2966 Pip is also experimenting with it https://pip.pypa.io/en/stable/topics/https-certificates/#using-system-certificate-stores So maybe I really want a deeper solution,...

I actually do use multi-arch images so this is a problem for me & my team. I did fork the repo and add this ability at https://github.com/daltonv/action-ghcr-prune/tree/dv_multi_arch However I saw...

Ah good finds @emmahsax. It looks like you found two things I did not consider with my change: - Supporting users still on v1 docker manifest (not sure but that...