sandr01d
sandr01d
I think we should include tests against bash 3.2 and the BSD sed that ships with macOS if possible. These are the most common pitfalls for me personally. See e.g....
This is not only about sending SMS to yourself, I also do not get a reply button when someone else is sending an SMS to me. Sending an SMS to...
I'm determined to implement this, but I need a little guidance. To implement `MlsGroup.store_pending_proposals()` we need to be able to convert `QueuedProposal` from/to a byte array. The reason for this...
> One option I see would be using serde instead of the tls_codec for de/serialization. The types implement both Serialize and Deserialize and it's also used for storing the proposals...
Arch Linux added a patch to use `node-ovsx-sign` after your feedback and things are working again. Thank you for your help @amvanbaren!
Running into the same issue. Any chance this can be moved forward?
Same here, unfortunately. I don't see a way to implement this in forgit as we entirely depend on gits output.
A possible solution could be to write a separate application that modifies the output from `git log` and can be used in a pipe, the same we we already do...
I will give you a review, but I'm currently very busy and won't make it today. I'll try to find the time tomorrow.
> The root worktree doesn't show up as the first selection, so `--header-lines=1` will affect a different worktree (which I'm guessing is not the behaviour we want), unless we reverse...