Ethan Pailes
Ethan Pailes
As part of evaluating my masters thesis, I scraped `crates.io` for regex and ran the resulting regex though my compiler to see how many could be optimized. I don't think...
I ran into a panic in the lalrpop executable. # Steps to Reproduce 1. `git clone [email protected]:lalrpop/lalrpop.git` 2. `cd lalrpop/lalrpop && build` 3. Create a file called `lalrpop_panic.lalrpop` which contains...
# Requested Feature It would be nice to have a way to re-use a mock controller across multiple different tests. Currently, the docs for Controller have this to say on...
As a disclaimer, I have a suspicion that what I want to do is possible with the API that already exists, but I've just been unable to figure out how...
There are some unreleased bugfixes. I should add a new tag.
A little copy-paste is better than a little dependency. It would be really nice if I could cut my dependencies down to just lazy-static and winapi.
Right now the program to be debugged will just spin silently if the terminal emulator we have chosen to launch fails. It would be a better user experience if the...
This patch adds a keep() method to TempDir so that it better matches the interface of NamedTempFile. Closes #194
I would like to be able to conditionally avoid cleaning up a TempDir, and right now there doesn't seem to be an option for that besides resorting to shenanigans to...
This library appears like it has not seen maintenance in a while, so It would be nice to add a note to the README pointing people to another library for...