Saiqul Haq
Saiqul Haq
https://github.com/faker-ruby/faker/blob/master/lib/faker/default/lorem_pixel.rb just FYI
Fix #2431 Add a global config to make generated domain to `.example`
I got this deprecation warning when executed `DoubleEntry::Validation::LineCheck.perform!` ``` DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is deprecated without replacement. If the `throw` came from...
## Description of the change Related to the issue https://github.com/rollbar/rollbar-gem/issues/1075. Example: ``` [Rollbar] Details: https://rollbar.com/instance/uuid?uuid=f70a781d-234b-41e4-bc1d-dedace740e5d (only available if report was successful). With async handler = Rollbar::Delay::SuckerPunch ``` ## Type of...
Hi Rollbar team My team doesn't know that our Rollbar config uses Sidekiq for reporting, and the Sidekiq was not running on that time he was wondering why the report...
**Describe the bug** I got `NoMethodError: undefined method `[]' for true:TrueClass` for every worker that has `until_and_while_executing` lock it happens when executing `perform_async` method **Expected behavior** perform_async should working fine...
see https://github.com/EugenMayer/docker-sync/issues/509
https://github.com/toshimaru/rubocop-rails_config
I have Base class `ApplicationRecord` with `comment_required = true` and there is a case that I need to disable the presence comment, but instance of child class still require a...
Hi sorry this is not an issue my question is, how to stub an operation result let say I have opA and opB there is a step in opB that...