Victor Mokry

Results 4 comments of Victor Mokry

for me works only if redefine ORIGINAL_DEFAULT_OPTIONS constant (used in html_formatter.rb) ```ruby Diffy::Diff::ORIGINAL_DEFAULT_OPTIONS = { :diff => '-U10000', # was :diff => '-U 10000', :source => 'strings', :include_diff_info => false,...

loos at solution here https://github.com/samg/diffy/issues/86#issuecomment-306061670

seems web uses this structure for messages ``` { JSON: "{ \"text\": \"Hi!\"}",

I managed to solve it with "ColorFiltered". That changes color in SVGs in web app ``` ColorFiltered( colorFilter: ColorFilter.mode(Color(0xFF00CAA6), BlendMode.srcIn), child: SvgPicture.asset('assetpath.svg'), ), ```