Thayne McCombs

Results 114 issues of 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...

docs

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...

`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? -...

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...

waiting-on-author

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...

type:improvement
help wanted