rchekaluk
rchekaluk
What is the nature and/or behavior of [this issue](https://github.com/isaacseymour/activejob-retry/blob/master/lib/active_job/retry.rb#L86)? > This breaks DelayedJob and Resque for some weird ActiveSupport reason. _(I am experiencing an unusual behavior and wondering if this...
Emit [performance data](http://docs.pnp4nagios.org/pnp-0.6/about#system_requirements) (see also [here](https://nagios-plugins.org/doc/guidelines.html#AEN200)) for consumption by Nagios pnp4graph. Changes the following normal output: ``` $ ./check_docker -base-url="http://localhost:1234" OK: 1 containers ``` to this: ``` $ ./check_docker -base-url="http://localhost:1234"...
This change fixes #48 by optionally signing or encrypting the cookie. Although #48 primarily concerns signing, I also added encryption support for completeness (though as mentioned [here](https://github.com/rails/activerecord-session_store/issues/48#issuecomment-415595383), this is technically...
This Dockerfile: ``` FROM gliderlabs/alpine:3.7 RUN apk add --update curl ``` Is now failing due to a certificate problem (though it worked recently on 2019-11-21): ``` Step 1/2 : FROM...
### Expected behavior Like running with -Plugins "headers", no error should be thrown. ``` $ perl /usr/local/nikto-nikto-2.5.0/program/nikto.pl -config /usr/local/nikto-nikto-2.5.0/program/nikto.conf -Display P -timeout 2 -Pause 0.1 -maxtime 24h -h -C all...
As discussed in https://github.com/rails/rails/issues/45467, when using gem rack-test '>= 2.0.0', running tests throws the following error: ``` Error: ActionControllerTest#test_getting_session_value_after_session_reset: NoMethodError: undefined method `hash_for' for #nil, "domain"=>"www.example.com"}, @exact_domain_match=true>]> session_cookie = cookies.send(:hash_for)['_session_id']...
When following [the instructions](https://github.com/lumigo-io/SAR-Lambda-Janitor#deploying-via-samserverless-frameworkcloudformation) to run SAR-Lambda-Janitor via CloudFormation, CloudFormation throws the following error: ``` Embedded stack arn:aws:cloudformation:REGION:000000000000:stack/SAR-Lambda-Janitor-SARLambdaJanitor-XXXXXXXXXXXX/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee was not successfully created: The following resource(s) failed to create: [CleanRole]. ```...
I'm unable to connect to MS SQL when using the --hostname switch: ``` $ check_mssql_health -v --hostname=redacted --username=redacted --password=redacted --mode=connection-time CRITICAL - cannot connect to redacted. DBI connect(';host=redacted;port=1433','redacted',...) failed: OpenClient...
fog-google 1.22.0 fog-core 2.2.4 ruby 3.1.2p20 Running the [attached snippet](https://github.com/fog/fog-google/files/13170755/google-fog-attach_disk1.rb.txt) (redacted) for attaching a disk to a running instance, throws an error: ``` /usr/share/rvm/gems/ruby-3.1.2/gems/fog-google-1.22.0/lib/fog/compute/google/models/server.rb:280:in `attach_disk': undefined method `get_attached_disk' for :Fog::Compute::Google::Disk...
When receiving an IPN, I observe that some parameters are filtered from the Rails log: ``` "transaction"=>{"0"=>{ ".is_primary_receiver"=>"[FILTERED]", ".id_for_sender_txn"=>"redacted", ".receiver"=>"[FILTERED]", ".amount"=>"USD 1.23", ".refund_id"=>"redacted", ".status"=>"Partially_Refunded", ".id"=>"redacted", ".refund_amount"=>"USD 0.30", ".refund_account_charged"=>"redacted", ".status_for_sender_txn"=>"Partially_Refunded", ".paymentType"=>"SERVICE",...