Ryosuke Hiroe
Ryosuke Hiroe
https://github.com/charkost/prosopite/blob/4dc489cfe4ba4b2e4b87856c3feb18c2a9c972f1/lib/prosopite.rb#L161-L163 The character encoding of `notifications_str` here is ASCII-8BIT, so it fails to be converted to UTF-8 when writing the file. Can you please change the output character encoding to...
https://github.com/mileszs/wicked_pdf/blob/345b12baa167d245124b876a241007896226b3e7/lib/wicked_pdf.rb#L34 I bump the version of Rake to 13.2.0 and got a NameError at the above point. Rake uses Struct instead of OpenStruct in version 13.2.0. https://github.com/ruby/rake/pull/545 It seems that...
Arguments can be passed, and the block is optional.