Results 9 issues of Peter Retzlaff

Hello, for a Resque-job like this: ``` class TestWorker @queue = :test_worker_queue @fatal_exceptions = [TestException] def self.perform(message) puts message end end ``` I get the following exception when enqueuing a...

Fixes #504 for recurring jobs. I'm not sure if the behavior should be the same for delayed jobs. Can be added easily, though.

feature

I'm trying to generate a PDF containing a signed link. The signature strings contains characters that need to be URL encoded for use in the query parameters, e.g. "wJ7OAi7u3WSJtzEq0b+xaoEG9yY=". So...

First of all, thanks for providing this package :) I'm using libsodium to verify a signature in my Android app and was really surprised just now when I realized that...

Hello, we are using curb 1.0.0 and webmock 3.14.0 and are getting the following warning when running tests: "You are using Curb 1.0.0. WebMock is known to work with Curb...

### Information 1. **Apktool Version (`apktool -version`)** - 2.6.1 2. **Operating System (Mac, Linux, Windows)** - macOS Monterey 12.5.1 3. **APK From? (Playstore, ROM, Other)** - Development build ### Stacktrace/Logcat...

## Description of changes Manual backport of #291002, since the master PR used a command line argument that only exists in master. (Also see #291785) ## Things done - Built...

Hello, I'm investigating an issue we're seeing with exception handling in resque-status. It looks like it's fixed in the latest version of resque-status, however, I can't actually upgrade the gem,...

This fixes a deprecation warning in Ruby 2.7 and NoMethodError in Ruby 3. URI.encode has been deprecated/removed in Ruby versions >= 2.7 and needs to be replaced with one of...