AndyPC
AndyPC
Fixes #926 . Fixes #912 . Changes `today` in `untouchedTasks.add_untouched_tag()` to be a `datetime.date` instead of a `datetime.datetime`, making the comparison at line 114 (which was previously throwing an exception)...
When checking for untouched tasks, untouchedTasks.py throws an exception at line 114: ` if new_time < today:` new_time is a `Date` object while `today` is defined at line 103 as...
Fixes #870 #942 arose during testing but does not appear to be created by/related to this patch (or, for that matter, reproducible)
### Summary pysaml2 does not depend on PyOpenSSL, but some of the [examples](https://github.com/search?q=repo%3AIdentityPython%2Fpysaml2+pyopenssl&type=code) import PyOpenSSL, and it is likewise mentioned as a dependency in `pyproject.toml` and `poetry.lock`. This is a...
Currently on my output listing I see in relevant part: `eu1.storj.io:7777 (51% Vetted > 34/100 Audits)` Of course, 34/100 != 0.51. 34/100 == .34, or 34%. Based on the code...
### Why: Closes: #32543 The existing text is not clear that the workflow level `outputs:` may be mapped to job-level, but not step-level outputs. Attempts to use step-level outputs do...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow ### What part(s)...
### Description When `hostd` encounters a sector read/write error on a volume, it appears to mark that volume as "unavailable" for an unknown amount of time. Sometimes these errors are...
See https://github.com/rigetti/quil-rs/actions/runs/11223596180 This means that since the release of `quil` 0.13.0, any attempt to install `PyQuill` will fail unless the host system has `cargo` installed. (Which is breaking our CI...
Edit: After originally posting the crash-on-launch, I remembered that I had seen a traceback when I enabled the Hamster plugin, but had lost that traceback before I'd been able to...