Ben A. Morgan

Results 6 issues of Ben A. Morgan

I have begun a new dbdocs project with two legacy MariaDB databases. Currently, there is a column called `api_key` that is of `uuid` datatype and is causing a syntax error:...

enhancement

Hey guys, I'm running `aws-nuke -c nuke.yml --profile staging --no-dry-run` and when I have the regions set to `ca-west-1` here in Cowtown, it isn't deleting the RDS instances, elastic IP's,...

This PR allows Shoryuken to be able to configure the logger such as: ```ruby Shoryuken.logger = Appsignal::Logger.new('shoryuken') Shoryuken.logger.formatter = Shoryuken::Logging::WithoutTimestamp.new ``` This provides some feature parity to Sidekiq and helps...

We encountered a case where we would pass active model errors to the response. This allows objects such as ActiveModel::Errors which can be happily serialized to a hash to be...

This PR allows Shoryuken to be able to configure the logger such as: ```ruby Shoryuken.logger = Appsignal::Logger.new('shoryuken') Shoryuken.logger.formatter = Shoryuken::Logging::WithoutTimestamp.new ``` This provides some feature parity to Sidekiq and helps...

enhancement

Hey there, In OpenSSL 3.2, support for Argon2 was added. `OpenSSL::KDF` has support for scrypt but it would be great if it also supported Argon2. This would mean applications would...