Miles Zimmerman

Results 11 issues of Miles Zimmerman

This adds Redis sandboxing to safer_rails_console. It allows for reading, but any attempt to call a write method raises an error

### Description of changes Adds an ActionMailer logger By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Updates github action docker/setup-buildx-action from v1 to v2 which - [moves Node 12 to Node 16](https://github.com/docker/setup-buildx-action/pull/131) - [stops using the setOutput workaround](https://github.com/docker/setup-buildx-action/pull/170) which gets rid of some of these annoying...

## Summary - Added default values for the `username`, `password`, `host`, `port`, and `database` parameters of the `pgUrl` function. - Added an optional `sslmode` parameter to the `pgUrl` function. -...

## Summary - PR updates PDS `RepoSubscription` to handle the `#handle` message - `#handle` message was getting dropped and throwing log warning - now it inserts `did` + `handle` into...

Hello! This PR adds the cloud platform host [Fly.io](https://fly.io) as a provider. It includes the auto-generated documentation too. Let me know if anything is missing. Thank you!

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Adds CloudflareWorkersAIEmbeddingFunction to embedding_functions.py, which lets you use [Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/models/embedding/) embedding models...

This makes the `env` and `ctx` params available to Job instances. Resolves #56