Ted Mielczarek
Ted Mielczarek
> windows gotchas, like long file paths (which require extended-length paths aka "verbatim paths" as they're called in std) For some reason I thought the APIs in `std` did this...
> absolute paths on Windows (UNC prefices) > https://github.com/notion-cli/notion/blob/master/crates/verbatim/src/lib.rs FYI this link 404s now, the code seems to have moved to https://github.com/dherman/verbatim
> FYI this link 404s now, the code seems to have moved to https://github.com/dherman/verbatim ...and after actually reading a little, it sounds like that crate is about 90% of what...
For the sorts of tools I wrote, declaring that you can only have color support on Windows 10 is just fine. Most command-line tools tend to be developer-focused, and most...
Feel free to crib code from (or massage the code into a reusable crate) my rust-disasm work: https://github.com/luser/rust-disasm/blob/7097f13828207a13f6f72a50a61e467a817f0ddf/src/lib.rs#L79
[Let's Encrypt says they support IDN](https://letsencrypt.org/2016/10/21/introducing-idn-support.html), and [this forum post](https://community.letsencrypt.org/t/idn-support-enabled/21469) says it should work with the punycode, but it also mentions that certbot 0.9.2 prevents IDN from working, so it's...
I was going to open an issue about `not`, but sounds like you've already got ideas there. Having it as a method on a predicate makes them very awkward to...
I've long wanted a more flexible history solution for my shell. I currently use a bunch of hacks to share history between different open bash shells, forcing them to save...
You could either serve the script via GitHub pages, which support SSL, or get a shiny new free SSL cert from https://letsencrypt.org/ for savepublishing.com. I tweaked my local bookmarklet to...
If everyone is in favor, can this be merged? We'll still have to get crates that use `error-chain` updated to the new version, but it will definitely make interop between...