Alexander Momchilov
Alexander Momchilov
Related: ruby/psych#663 Since Ruby 2.7, `object_id` became more expensive, particularly on its first call for a particular object. @JemmaIssroff has a great [blog post](https://jemma.dev/blog/gc-object-id) about it. This PR aims to...
### Which SDK version are you using? `17.0.2` ### What's the issue? > constant ::UploadIO is deprecated ### Steps/Sample code to reproduce the issue Load the gem with a bundle...
Depends on #12186, see the difference: https://github.com/amomchilov/rubocop/compare/add-requires_gem-api...parse-lockfile-with-bundler Now that we have a Hash of all of the target's gems, we can just use that `target_rails_version_from_bundler_lock_file`, and remove the manual regex...
Fixes #11920. This PR is used by: 1. https://github.com/rubocop/rubocop/pull/12180 2. https://github.com/rubocop/rubocop-rails/pull/1137 ----------------- Before submitting the PR make sure the following are checked: * [x] The PR relates to *only* one...
## Is your feature request related to a problem? Please describe. There are many gem-specific Rubocop gems: * https://github.com/rubocop/rubocop-rails * https://github.com/DmitryTsepelev/rubocop-graphql * https://github.com/Shopify/rubocop-sorbet * ... and so on Some cops...
Hey there! I have a use case where a value needs to be stubbed for tests, but Mocha isn't the right approach (because reasons[^1]). We have our own test helper...
Add pages for: ```bash defaults write NSGlobalDomain com.apple.mouse.linear -bool NO ``` ```bash defaults write NSGlobalDomain com.apple.mouse.scaling -float 1.0 ```
Closes #310
- [x] I made sure this command is not in the commands list - [x] I searched and didn't find this command in the listed issues - [x] I know...
The logic that decides how variables are presented is repeated between the CDP and DAP implementations. This is error prone and leads to inconsistencies, where improvements are made to one...