John C Barstow
John C Barstow
@nathany I'd be happy to review it when ready. Regarding API changes, I would imagine the only user-facing change needs to be a boolean option for recursion. With implementation we...
I'm not sure you have to hide chunking completely, but having a sensible default where you don't have to think about it initially would be a better experience. That way...
I've been looking at how other buildpacks do it and it looks like the typical approach is to have `test-compile` explicitly set some environment variables and then delegate to `compile`...
This should be much clearer with less duplication.
On 10/02/2013, at 2:55 PM, logzero [email protected] wrote: > I found some time to take a closer look at what nwn is doing under the hood using apitrace. > >...
Thank you for your bug report and proposed fix. The same issue will also affect `xsl:import` and we should probably pass the charset (if any) from the Content-Type header as...
Note that this will not build on Travis due to #12 but can be built and checked locally.
@tyre collaboration is enabled. I don't know that there's much value in increasing test coverage until more of the GSUB/GPOS features are implemented, but I'll happily maintain any tests that...
@tyre Is there any progress on reviewing/refactoring this? I appreciate that it's a LOT to take in -- I'm happy to provide orientation and/or discuss refactoring in the comments here.
I've now implemented a large enough chunk of font processing to better express a reasonable workflow and division of responsibilities. The script can be autodetected via Unicode properties, or this...