Patrick R

Results 47 issues of Patrick R

Should address #55 The search for the user directory is somewhat involved to be backwards-compatible. Newer versions of bash-completion advertise the user-completions directory, older versions do not, but still use...

If no xml with test results is produced/found the testing job no fails. To prevent the complete pipeline from stopping this deactivates fail-fast for the job. This is a draft,...

`EmailSender` already does quite a good job of gracefully quitting the SMTP connection when an error occurs. However, in case the error occurs during `get_server` (e.g. an authentication failure), the...

This is a slight improvement to the SMTPClient. Currently the client does not gracefully quit the connection when authentication fails. While the socket is eventually closed on GC, this could...

Thanks for creating and maintaining knitr! 🌻 During rendering a rather large report, I encountered an issue that boils down to the MWE below. Not sure yet whether this is...

As the codecov API has changed, direct uploads to codecov are currently somewhat flaky and might stop working in the future altogether when the old API endpoints are deactivated. A...

smtplib's `sendmail`and `send_message` support the arguments `mail_options` and `rcpt_options` which both take a list of ESMTP options. However, the documentation does only describe the single word case not the key-value...

docs