Oskar Pearson

Results 7 issues of Oskar Pearson

Hi @charkost I've a situation where my specs do something like this: ```ruby let(:x) { create(:something) } it "does that thing" do SomeService.new(something).call end ``` The `create(:something)` uses FactoryBot to...

Recent versions of Pwned include support for central configuration of custom user-agents, timeouts, and similar. It'd be great if this gem supported up-to-date-dependencies Related: https://github.com/michaelbanfield/devise-pwned_password/issues/38

Hi folks The logic about ssl certificate verification in https://github.com/ncr/rack-proxy/blob/ce04ba5a15dd0c32d3f1b223fc980e3210f8008e/lib/rack/proxy.rb is pretty confusing. There are two variables interacting - `ssl_verify_none` and `verify_mode`. imho we should only have one. Or are...

Hi Team. Love the gem I was wondering if you'd be open to adding a 'throttle' method which calls `run_lua_throttler` but _doesn't_ raise the exception? I'm happy to create a...

# Description - Remove reference to 'secure_compare' method in ruby-jwt that this code shouldn't be using, so as to support ruby-jwt v2.6.0 and above - Add support for ruby-jwt up...

The release process of this gem is not well described. If https://github.com/messagebird/ruby-rest-api/pull/91 works as expected, I suggest adding a `RELEASE_PROCESS.md` file as below # Cutting a new release When creating...

**Current behaviour** When using a `before_flush` processor to process a trace, I'm unable to access either tags or metadata of the trace. This is because in `Datadog::Tracing::TraceSegment` the `meta` attribute...

feature-request
community