Evan Sharp

Results 23 comments of Evan Sharp

Some code was pulled out of prawn because it was inherently flawed and we couldn't maintain it. Can you share some code that used to work that no longer does...

Can you please provide a complete script that reproduces the problem, that's a weird situation and I want to make sure I see the same thing you are.

(accidentally submitted incomplete) If I where to swing at this problem, I would probably come up with something similar to below ``` ruby class Prawn::RGBColor def initialize(value) @value = value...