gingerlime
gingerlime
* `verifyChain` allows stunnel to verify the remote certificate chain. the default is still no, so it should keep backwards compatibility. * `CAfile` points to a file that should exist...
We're suddenly seeing these (hidden) errors from fixer ```ruby irb(main):001:0> response = RestClient.get( irb(main):002:1* "https://data.fixer.io/api/latest", irb(main):003:1* :params => {:base => "USD", :access_key => fixer_api_key} irb(main):004:1> ) => irb(main):005:0> JSON.parse(response) =>...
Trackman looks great! Thanks for creating it. I'm looking at using it to parallelize parts of our CI/CD process however, and one thing that I'm missing is the ability to...
After creating a PR to prevent a potential timing attacks with the remember token #917, I realized that at least one similar attack vector exists with clearance. For example [here's...
``` Job arguments to Rollbar::Delay::Sidekiq do not serialize to JSON safely. This will raise an error in Sidekiq 7.0. See https://github.com/mperham/sidekiq/wiki/Best-Practices or raise an error today by calling `Sidekiq.strict_args!` during...
We're using Rollbar 3.1.2 with a Rails 6 app We had a few errors which were sent to Rollbar, however there was a bunch of them so we probably hit...
This is more of a question ... We're not entirely sure what's happening under the hood here, but it feels strange. ### Environment * Ruby 3.0.2 * Rails Version 6.1.4.1...
We started getting reports from users that they cannot login with Google (it also happens with login with Facebook). On Firefox or Chrome it works fine, but does not work...
Hey Mixpanel, Just curious why it's not possible to access super-properties before mixpanel is loaded. As far as I understand those are stored in a cookie or localStorage, so can...
**Current behaviour** After upgrading to 1.5 and adding rack tracing, I don't see Rack on the list of services **Expected behaviour** Rack should appear on the list of services? **Steps...