Andrei Makarov
Andrei Makarov
I was trying to install ruby 3.0.6 on Sonoma 14.3.1 using rbenv: ``` ruby-build: using readline from homebrew ruby-build: using libyaml from homebrew ruby-build: using gmp from homebrew -> ./configure...
Hey! It seems that ruby `standard` gem support is outdated. Is possible by any chance to update it? Recent error from the service: ``` /usr/local/bundle/gems/rubocop-ast-0.3.0/lib/rubocop/ast/processed_source.rb:222:in `parser_class': RuboCop found unknown Ruby...
Hey! There is a tool that falls under codeclimate domain fully called libyear, the `libyear` metric can be introduced per language and will be quite useful for keeping the dependencies...
Introduce markdown block with a link to requester.
**Describe the bug** I tried to use `axe-core-rspec` in pair with [`capybara-playwright-driver`](https://github.com/YusukeIwaki/capybara-playwright-driver). After reading the code, I could not figure out from which part method `manage` should come and there...
Hey! We are using higher version of ruby than officially supported here. Here's what we recently got with brakeman: ``` Loading scanner... cannot load such file -- racc/parser Please install...
Hey! It could be nice to have rubycritic under trunk.io too: https://github.com/whitesmith/rubycritic (wrapper for reek, flay and flog with additional report builder).
Hey! Requesting to add support for https://github.com/Shopify/erb_lint -- it looks as fine addition to trunk plugins. Thanks! P.S: I've started implementation, but it's not yet finished, there are some blockers...
This PR introduces a new ActiveAdmin::ActionPolicyAdapter to enable integration with the [Action Policy](https://actionpolicy.evilmartians.io/) authorization framework. The adapter implements both #authorized? and #scope_collection methods, mapping ActiveAdmin’s internal permissions to Action Policy’s...
Added detailed customization instructions for standardrb integration with Trunk, including configuration examples for .trunk/trunk.yaml and .standard.yml. This is essential change to establish ground for proper configuration capabilities of trunk for...