Scott Baker
Scott Baker
This is already implemented in 940d7bd48d927. I haven't published a new release with this commit in it (yet). Please try the code from this repo and see if it does...
You may be running in to the same thing I'm seeing in #38? What you're doing in code looks correct.
You can see a better visual example of the text alignment stuff with the code in [this PR](https://github.com/takkaO/OpenFontRender/pull/40). I suspect you are correct, and there is a minor bug in...
I support moving forward and requiring new versions of SSL. Perhaps we can use a [check](https://stackoverflow.com/questions/9693614/how-to-check-if-installed-openssl-version-is-0-9-8k) to support the old version, but throw an `E_USER_DEPRECATED ` warning.
TIL about `%q` in `printf`. Neat! FWIW: Using `printf` on the output is a good hack, but I still feel like `fd` should have a `--quote` option or something similar...
All of the major shells I've used use the same basic `'` and `\` quoting syntax. It should be possible to target the major shells pretty simply. If there are...
FWIW it looks like this is a `coreutils` feature, and not specific to any shell. The [documentation](https://www.gnu.org/software/coreutils/quotes.html) explains how/when quoting is enabled.
This has been open for almost two months and not even a single comment from the devs?
Also FWIW I've never written **any** rust before yesterday, so I'm pretty confident my code could be improved. Be gentle
I would like to request some help with the unit tests. I have written the tests, but they're not working. Specifically it's not engaging the new `--quote` feature required for...