Tim Bates
Tim Bates
This is the smallest example I could produce: ```ruby require 'prawn' require 'prawn/table' pdf = Prawn::Document.generate("sample.pdf") do subtable = [ [{content: "Colspan 2", colspan: 2}], ["Column 1\nLine 2", "Column 2"],...
The Ceedling `rspec` tests were not passing on Windows (MinGW-W64), primarily because segfaults were not detected correctly. I have improved the segfault detection logic and test suite output as well...
## Refactor Configuration Load Order ### Description Improve the order in which the default configs and user-defined configs are loaded and merged in `setupinator`. Fixes #536, with thanks to my...