Evan Carroll
Evan Carroll
Perhaps it's just a part of the language, but if I want to use ```rust #[cached(time=60)] async fn get_alerts(config: &cmdline::Config) -> Result { ``` I would expect that to work...
Currently, many media players provide playback speed control. It would be very cool if there was an interface exposed by Surfing Keys to take control of media players. The thing...
* [`autodie` is currently using `Fatal` which is using `Scalar::Util` but just for access to `set_prototype`](https://metacpan.org/release/autodie/source/lib/Fatal.pm#L11). * `Scalar::Util` is simply grabbing that from [`Sub::Util`](https://metacpan.org/source/Scalar::Util#L53) * [`set_prototype`](https://metacpan.org/source/PEVANS/Scalar-List-Utils-1.50/ListUtil.xs#L1502) doesn't call any other...
This project is beyond dead. There are open PRs waiting in queue. I think it's a good time to consider archiving it unless you plan to pick it back up....
Derive Eq and PartialEq on BuilderError. #256
I'm wrapping the error generated by derive_buidler. The error wrapper that I'm creating derives `Eq` and `PartialEq`: it needs to derive those traits because my test suite is built by...
Would you be interested in a merger with hardmode if I pulled in this functionality?
This code seems to bug out when reformatting with **EITHER** rls or rust-analyzer, for this reason I think it's a problem with the communication protocol and the way vim reflows...
## Describe the solution you'd like The ability to have `:w` run a "fixer" before hand. ## Describe alternatives you've considered If using using this project to replace ALE I...
If I have an error like, > [Error] [E0624] associated function `get_as_store` is private private associated function caused by, let alerts = client.get_as_store().await.expect("Got JSON"); And then I go to the...