Dmitry Trager

Results 7 issues of Dmitry Trager

The problem exists b/c of apostrophe symbols (instead of quotation) when working with params. See [related PR](https://github.com/taylorbrooks/closeio/pull/61).

Exfswatch just switched to using version tagged with1.9 in dependencies [recently](https://github.com/falood/exfswatch/blob/master/mix.exs). And I found that backend module is now unavailable. Scrrenshot is from Ubuntu, but it's the same on my...

Rubocop has several style cops related to trailing commas. The meaning of trailing commas is often to allow adding new method arguments or structure elements without changing previous ones. However,...

This fixes issue related to handling multi dimensional arrays in path

If we need to look for value, `map` is usually better option than `array`. I often see something like this: ```ruby values = collection.each do |item| values.select { |v| v['attr']...

I load DB cleaner only in test env (while running my tests). I can see that `ENV["RAILS_ENV"]=test` during my test run. However, dev DB is cleaned every time I run...

Considering I have a branch `br` in up-to-date state and PR `N` from `br` to `master`. If `master` includes commit `h` violating linter rules, it should not be reported since...