Payton Turnage
Payton Turnage
Clarify whether implementers of the internal client interface should be responsible for checking http return codes as `baseClient` does. `reaper` will now depend on this behavior through the interface after...
Fix for #36. I tested this locally:
Thank you for your plugin! Small issue I wanted to bring up. For example, `don't` will count as 2 words instead of one. Over a long document, these inaccuracies accumulate.
Currently valora uses lyon for tessellation. Lyon does not handle complex self intersecting polygons well, especially small ones. It often crashes, returns an error, or enters infinite loops. It is...
Pick out a logging crate with runtime-configurable verbosity and instrument the code with logs.
Users should be able to supply matrix transforms for the composition and read the current one.
It should be possible for users to specify an intermediate render target, and then use the result as the fill or stroke shader for a path. This buffer should not...
MeshIter should queue meshes before rule invocations when traversing the rule tree.