Federico Vera
Federico Vera
There's a small issue on `sizes.rb`, it's calculating the sizes using binary multiples, but showing decimal prefixes (i.e. for 2^10 KB instead of KiB). So basically the idea should be...
Hi there! There's an issue in `DiffToolkit` where it's calling `mb_strlen(mb_strlen($longtext))` this produces an error on newer php versions (using `declare(strict_types=1)`) because `mb_strlen` must receive a string as an argument....
It would be nice to have a macro that can perform some **basic** arithmetic/math operations (I'm **not** talking about complex formulas and table handling) For example: - `{{operate(1+1)}}` -> `2`...
Is there any plan to support Redmine 4.0?