Martin L.
Martin L.
Hi, Since both docker and podman are now using compose files I think it would be nice to do the same. The benefits are: 1. Easier deployment and auto-update solo...
Impact: Cannot build or serve on some network isolated machines. Issue: Code expects that request is always made and only evaluates the final HTTP code: ``` def url_exists(url:str, local_base_dir:str='') ->...
Handle exceptions raised from the use of `requests.exceptions`. Implement warning and critical in the style of the original authors: Warning is used for capturing the faulty request. Critical is used...