Phil Pirozhkov

Results 79 issues of Phil Pirozhkov

According to [research](https://github.com/rubocop/rubocop/issues/8827#issuecomment-1159313300): annotated (`%s`): 57497 files inspected, 5785 offenses detected template (`%{name}`): 57497 files inspected, 1279 offenses detected unannotated (`%s`) 57497 files inspected, 6424 offenses detected the `%{name}` is...

[Suggested by @Darhazer](https://github.com/rubocop/rubocop-rspec/pull/1456#issuecomment-1315150349) RSpec Expectations [allows using](https://github.com/rspec/rspec-expectations/blob/a85a42cb4c4c700b7591e4dc2cb27089bdf425c4/lib/rspec/expectations/minitest_integration.rb) [`assert_`/`refute_` Minitest matchers](http://docs.seattlerb.org/minitest/Minitest/Assertions.html) However, RSpec comes with its matchers that pretty much cover the same: ```diff - assert_equal a, b + expect(a).to eq(b)...

cop

1. https://github.com/rubocop/rubocop-rspec/pull/1698#discussion_r1296729996 Would it detect: ```ruby RSpec.describe 'MyClass' do RSpec.describe ::MyClass do ``` 2. https://github.com/rubocop/rubocop-rspec/pull/1698#discussion_r1296733977 refactor to avoid nested loops?

bug

Host system: Arch Linux with 3.14 kernel ``` $ mkdir /tmp/fake1 $ id uid=1000(pirj) gid=100(users) groups=100(users) $ fakechroot fakeroot debootstrap sid /tmp/fake1 I: Keyring file not available at /usr/share/keyrings/debian-archive-keyring.gpg; switching...

МойСклад http://www.moysklad.ru - "облачная" замена 1С:Торговле, довольно зрелая. У них есть интеграция с уже несколькими движками магазинов, причём обмен идёт в обе стороны. http://www.moysklad.ru/internet-magazinam/#3 Что понадобится: - выгрузка принятых заказов...

allow for third-party templating engines to be plugged in easily

include couchdb as soon as its makefile is able to install couchdb with no additional actions

move to simplier and compound implementation of lexer/parser to reach simplicity

make a simple controller extension that by default requires the user to be authenticated. for a login/logout controller, provide an example implementation (with initialize method override that doesn't force the...

### Problem Occasionally, when maintainers publish new gem versions, they [make mistakes](https://en.wikipedia.org/wiki/List_of_Latin_phrases_(E)#errare_humanum_est). Examples: 1. `rails` Ruby version constraint mistake that broke 5.2.4.3-5.2.4.5 on Ruby 2.2. See https://github.com/rails/rails/blob/v5.2.4.3/activesupport/lib/active_support/cache/redis_cache_store.rb#L323 It [has been...