ecbftw
ecbftw
I'm finding that the `EVENT_JOB_SUBMITTED` event executes when I configure a `ThreadPoolExecutor` with `max_workers=1`. What I'm really trying to do is track job execution state. I want to know when...
Hi there. Thanks for a great library. Here's what I'm trying to do: I'd like to provide users a trust-on-first-use (TOFU) mechanism for self-signed certificates in a complex application. I'm...
after working around the missing rsync issue by installing rsync, the upgrade *seemed* to work. many python packages weren't ported over, but they didn't seem critical. After the upgrade, I...
Probably makes sense to add a check for the rsync binary and quit, or automatically install it, if it isn't already installed.
When logging in to remote systems to run some simple scripts, we're finding the user profile directories are being created (e.g. `c:\users\MyWinRMUser`). This is undesirable in many cases. I ran...