Thayne McCombs
Thayne McCombs
There are a few clues to how it would be done, such as the declarations of built in functions. However, there isn't a good description of how this should be...
It would be nice to have documentation of any differences from Google's implementation. For example, auto-escaping seems to work very differently than Google's implementation, but there is no documentation of...
This fixes #21
`config::types::Value` should imlement Clone. The implementation can probably be `derive`d.
If the descent of a font is 0, then cufon sets the descent to "" in the response JSON. This is caused by a combination of initially setting the descent...
Switch to using clap-derive for parsing command line arguments. For most options, this removes some boilerplate. Open questions: - does this hurt performance? - does this hurt executable size? -...
Clap 3.2
This doesn't replace every deprecated api in clap 3.2, but it does make use of some of the new features in the places where I thought it was most valuable.
This is mostly a proof of concept before merging there is still some work that needs to be done for: - [x] Write new tests (both unit tests and integration...
Play's `Configuration` class (scala) is a nice wrapper around typesafe config. Would it be possible to split it out into a standalone library so that scala projects that don't need...