Matthias Beyer
Matthias Beyer
> By the way why is [Pull Request Checks](https://github.com/rust-cli/rexpect/actions/runs/5887321624/job/15967353122?pr=106) failing? Is it because I didn't sign my commits? Its because you didn't [signoff](https://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for) your commits (the `-s` flag in `git-commit`)....
We merged #107 that should make your compile issues go away, please do rebase to latest master.
That sounds like a nice idea!
I'm using NixOS, though I doubt the distro has anything to do with it. What underlying libraries are involved here, maybe there's a difference somewhere?
I'm not sure where this information is configured, I'm pretty sure I'm using the default font. My `/etc/vconsole.conf` says ``` FONT=lat9w-16 ``` though I'm pretty sure this is not what...
`.Xresources`: ``` XTerm*metaSendsEscape: true ```
Hi! It is not possible right now, but I'd love to see patches for this!
That sounds like a perfect fit for cargo-changelog, yes! Right now, cargo-changelog can record arbitrary (well, not *that* arbitrary, but still) data in the changelog entry header. A boolean is...
> Hmm, I was envisioning a more first-class support for this rather than querying and doing the processing outside the tool again. Yes, me too! This is only the first...
Hi! This looks neat! I would love to converge the tools, yes!