Lily Ballard
Lily Ballard
### Problem Cargo infers the manifest path and reads config based on the current directory. Plugins may potentially locate other config this same way. Cargo commands offer a `--manifest-path` flag...
If we use a custom `Serialize` implementation then we can serialize JSON directly to a stream instead of building an intermediate JSON value first. This is very clearly a case...
FeedParser currently understands the atom:link tag, but it needs full support for parsing an entire Atom feed.
The name FeedParser is already used by Python's Universal FeedParser library. I would much prefer to have a unique name for this project.
It looks like the generated code puts everything into a private module named after the builder type. For example, looking at the sample code from the README: ```rust use makeit::Builder;...
I love the idea of this crate for writing builder patterns, but I want the use of this crate to be transparent to end-users. The comments on the `Buildable` trait...
Since you support Homebrew, any chance of adding MacPorts support?
Something I really appreciate about the official Twitter app on mobile is you can do a right swipe from anywhere and it will act just like an edge swipe (navigating...
I'm glad to see you support one package manager, but I don't use Homebrew anymore since the lead maintainer is a huge jackass. Would you consider supporting at least one...
If I pass `xxv` a fifo or a named pipe (such as `/dev/stdin`) it promptly panics, leaving my terminal in a bad state. ``` Panic in xxv 0.1.2, 2020-05-20T11:03:25-07:00. System:...