Josh Cooper
Josh Cooper
The call to `@socket.eof?` can block when attempting to reuse a persistent connection and there are SSL Handshake messages ready to be read, but no Application Data, such as when...
## Describe the Bug I wanted to discuss the issue of puppet's `strict` mode and the `deprecation` function in the `puppetlabs-stdlib` module. This was discussed previously in: https://github.com/puppetlabs/puppetlabs-stdlib/issues/1365 https://github.com/puppetlabs/puppetlabs-stdlib/issues/1373 https://tickets.puppetlabs.com/browse/PUP-11868...
## Describe the Bug https://puppet.atlassian.net/browse/PUP-7808 changed `puppet resource --to_yaml` so that it emits structured data correctly, using pops serialization. One unintended side-effect is that any module whose instances method returns...
Commit 8300a8742b2abc487594a09b5e6ee726dbd30771 disabled file buffering for text mode file BIOs on Windows to work around a bug in UCRT ftell. This is surprising to applications that expect BIO read/writes to...
Hi @chelnak, the `gh changelog new` command seems to get confused if there multiple active branches and tags. For example, https://github.com/puppetlabs/facter only has one active branch (`main`), so this works:...
This is a follow up to my [previous PR and discussion](https://github.com/openssl/openssl/pull/24249#issuecomment-2192025429) to resolve a performance issue due to openssl disabling buffered reads for file-based `BIO`s in text mode on Windows....
Allow requests to be signed using ED25519 private keys by passing a nil digest. This is similar to commit f463f5620583a927653772ae7cee95736a963a55 when signing certs. Note ED25519 keys do not implement the...