Ryan Mast
Ryan Mast
Use https for the link to the open source survey. Avoids a 307 temporary redirect from the http to https site that currently happens when the link is clicked. Also...
I'm looking for a way to access the TLS for a process from node, and didn't see anything in the API about it - maybe I just wasn't looking in...
Around 1/13-1/15 our CI builds using the `alpine:latest` image for arm32 started failing when running commands such as `uname` and `apk`. It seems to correspond with the release of the...
**Problem** Rustup has no option to disable certificate checking. The place I work at has networking hardware in place that basically breaks SSL. I've tried adding --no-check-certificate and --insecure to...
Some documentation changes for using encrypted communications are needed: - Page on enabling encrypted communications - Brief guide to generating SSL/TLS certs and keys - Options that can be provided...
There are a large number of warnings during read the docs builds. * [ ] Fix doxygen /ref -> \ref * [ ] Doxygen comments with characters that break formatting...
This is an issue for tracking some of the tasks needed to support various multi-machine benchmark scenarios. As a reference, the current single-machine PHOLD benchmark code lives in these two...
- [x] Check that all expected [release assets](https://github.com/GMLC-TDC/helics-packaging/releases/v3.3.1) were compiled for all platforms, the `*-source.tar.gz` file, and the `*-SHA-256.txt` file; if any are missing see `Steps to manually add a...
I ran into a bit of an issue with this library being licensed under the GPL-3.0; currently I'm in the process of releasing some code as open source under a...
I noticed that currently the ssdeep package only provides a source package on PyPI, which makes it harder to depend on the ssdeep package (can't just list ssdeep in pyproject...