Freddie Rice

Results 5 issues of Freddie Rice

The current jwt code has been deprecated in the upstream This PR aims to upgrade the library to v5. This will make upgrading for security vulnerabilities / bugs easier in...

## Problem Composite actions cannot interoperate with javascript actions and docker actions that use non-declarative outputs. From the [documentation](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) of javascript and docker actions: > If you don't declare an...

bug

I converted the new openai model weights to be used with faster-whisper. Still playing around with it, but in terms of speed its about the same as distil whisper. https://huggingface.co/freddierice/openwhisper-turbo-large-v3-ct2/blob/main/README.md

Implements feature #6346, adding support for SSH Certificate Signing.

size/M

I have a use-case where I need to use Signed SSH Certificates to log into remote servers to run remote-shell-cmd and remote-shell-script runners. The underlying paramiko library supports this by...