Chris Emerson
Chris Emerson
I've started to have a play with `luster` to see how it might fit into another project. I was wondering about adding some of the `table` functions, but notice that...
As pointed out in #2, some things don't work if _G.vi_mode isn't set. There's a simple workaround, but it would be nice to fix that.
**Is your feature request related to a problem? Please describe.** It can be useful seeing the branching/merging structure in the log view, in a similar way to `git log --oneline...
Hi, It would be useful to include some third-party Lua libraries like LuaFilesystem into an application using rust-lua53. Since it builds its own copy of Lua, is there a good...
Hi, I'm trying to work out how safe calling the error method is, for reporting problems back to Lua code. It causes longjmp to unwind past a Rust function, which...
I was sad that `aoc-cli calendar` was quite plain looking, and that motivated me to implement enough CSS support in `html2text` to fix this. Currently the Cargo.toml in this PR...
I think `HeaderMap::get` should be case insensitive, eg `headers.get("Content-Transfer-Encoding")` should still work if the actual header is spelled "Content-transfer-encoding". I guess I would go for `ordered_headers` having the original case...
While the RFCs clearly specify CRLF endings in emails/MIME boundaries, it turns out that e-mails are normally written to disk by the MTA with just LF on Linux/Unix systems. I...
I'm experimenting with rust-email for an e-mail client project. I need to read the headers from many messages (ie a mailbox), without having to read in and parse the entire...