Ivan Kuchin

Results 72 issues of Ivan Kuchin

1. From description I expect the tests to check the triangle, I wouldn't expect that [test](https://github.com/exercism/c/blob/9182dd5ea2aa9d00dd5a89b23a139ed09bc7f768/exercises/practice/pascals-triangle/test_pascals_triangle.c#L36) wants all rows of numbers to be of same length and to end with...

[OP#52144](https://community.openproject.org/projects/openproject/work_packages/52144)

needs review

Hi Bharanee, I've started by changing interface to easily cache fingerprints. Then added rotated fingerprints (so images rotated in whatever way can still be found similar). Then I've realized that...

delete_prefix with a string is easier to read than a regular expression also it should be faster. It is available since ruby 2.5 and the gem requires ruby 2.7.

Add an input to limit running rubocop only against files changed in the PR. Had to switch to bash for process substitution and working with arrays. Ignore if there are...

Continue #15055 Excluding `Rails/WhereRange`, as it may in the end not be safe when used with `merge` method. ```ruby #!/usr/bin/env ruby require 'json' require 'set' require 'time' # there are...