Results 84 comments of Eli Young

This actually seems less like a typo and more of a failure to account for the way it's parsed. The text immediately preceding the multi-line string delimiter is: > you...

Makes sense, though I would argue that, at least in the case of Bash, it's worth upgrading, as (from what I can tell) the bash-preexec script was added in verison...

Hmm. When the bash integration didn't advertise a version, did it still advertise that it was running bash? Do you have a particular commit I could look to see what...

I think I figured out a way to deal with this. The bash shell integration script exports the variables `ITERM_PREV_PS1` and `ITERM_ORIG_PS1`. As a result, these variables will show up...

>It'll annoy some Julia users and such, but I think it's a small proportion. We could reach out to [the TerminalExtensions.jl package][extensions] and have them add some sort of shell...

MariaDB being largely compatible with MySQL, these instructions should be fairly easily modified to provide a guide for migrating from MySQL to PostgreSQL. If PostgreSQL is indeed preferred over MySQL...

As a fun side bonus, it looks like @brandonweeks implemented a demo server in a fork of `step-ca` ([server], [client and config][client]). [server]: https://github.com/brandonweeks/step-ca/tree/acme-device-attest [client]: https://github.com/brandonweeks/acme-device-attest-demo

An alternate option would be to implement it similarly to how it's implemented in Address6, by implementing address types. IPv4 has link-local, private, and multicast addresses, and it might be...

As an aside, it would also be nice if the formula installed shell completion. Given that you're using [kingpin], this should be doable by adding something like the following towards...

> A starting point will be creating an example database which contains a set of test items (one of each item type, with each of the default fields filed in)...