Volodymyr Agafonkin
Volodymyr Agafonkin
Hi! I thought about this myself, the problem is that I don't have formulas for such kind of calculations. I guess we'll need to implement binary search for this or...
Good suggestion, thanks!
Sorry for not reviewing this in time — I got swamped by other commitments and have fallen behind on this project. :( Closing as the PR is superseded by #137,...
Ah apologies, I misread the description — reopening.
Can you use the early return pattern instead of wrapping everything with `if`?
Good suggestion, thanks!
In my experience, doc generation tools just suck. They're just too limited and you don't get a very usable and readable documentation as an output. Wiki, Markdown or plain HTML...
It's just an example script problem. I fixed it by modifying the rule as follows: ``` ruby def escape_glob(s) s.gsub(/[\\\{\}\[\]\*\?]/) { |x| "\\"+x } end ... rule 'Remove empty directories'...
pixelmatch v6.0.0 is now a module, so this should be fixed.