Yehuda Katz
Yehuda Katz
@CAD97 I'm cool with merging `language-reporting` into `annotate-snippets` in something like this form. How would you feel about merging me into the Github team? I'd love to continue driving this...
@thehydroimpulse yes, that's the idea :smile:
Is there any reason that an environment variable for workspace dir never happened? It seems pretty aligned with the rest of the environment variable and is already exposed via the...
I ran into a situation where I'd love to be able to use the formatting system in `#[derive(Display)]` with `Debug` (for situations where not all of the fields are `Debug`)....
I still think this is a good idea, even though the original annoying issue is no longer the root cause of the problem.
A common use-case for me along these lines is making the argument `impl Into` and the field `T`. This feature would enable that use-case, but I wonder if a dedicated...
This ticket was opened as a result of http://rubyglasses.blogspot.com/2009/11/gem-bundle-with-capistrano.html Do you guys have any thoughts on what the difference is between your (working) setup and Taryn's failed one?
Can you post your Gemfile?
The problem is that json and json_pure are actual dependencies of something. Ignoring them seems dangerous no?
Clarification: I think it's possible that I'm supposed to use `proc_macro2::Literal`'s `FromStr` with `litrs::Literal`'s `Display`, because the constructors don't offer any way to restore the base. Is that right? If...