Harrison McCullough
Harrison McCullough
If I'm not mistaken, the documentation for the default type of `E` for `IResult` for all 5.x and 6.x releases is inaccurate. In releases 5.x, the documentation claims that the...
Please make sure all of the following is true so your issue can be quickly resolved (check like [X]): - [X] My version of the userstyle is up to date...
I have a couple contributions to make to the documentation found at http://www.rapidwright.io/docs/. Is there place to submit these contributions?
A task I occasionally reach for is the ability to iterate through a list in a sliding window to get successive pairs of neighboring elements. Would we consider adding a...
I am just starting to look at `rustyline`, and it looks good so far. However, I decided that I might want to try to implement a simple `Hinter`. As far...
I'm not super experienced with dynamic dispatch, so there may be a better approach to solve this problem—feel free to point me in the right direction. I want to have...
It took me a long time to get the "snappy" example, included in the FFI section, working on my machine. As it turned out, I needed several options in a...
My apologies if this is already documented somewhere and I just didn't find it—I've searched `customize` for "edit server" and looked through open and closed issues on GitHub and didn't...
I realize that I'm several layers down a rabbit hole, but it looks like you have a great tool and that it should be able to match my use case...
I was using this library and ran into some issues. For example, I couldn't create my own `DateError`s and I couldn't clone an `Interval`. This pull request makes the `date_error`...