Alex Burka

Results 126 comments of Alex Burka

My hunch is you ought to be allowing for a `Separator` to be simply a token, rather than a `Punct` (which can only be a single character). But I don't...

I guess this breaks people who have `#[cfg(not(test))]` on things. But perhaps cargo-clippy can support a `--test` flag which would be a bit shorter than `-- --cfg test`.

IMO the problem is the syntax color, not the backgorund color. Looking through `--show-syntax-themes`, Coldark-Dark and zenburn are somewhat better for making comments visible.

I love syntax highlighting but I have to agree that the syntax highlighting is distracting from the actual diff highlighting which is the purpose of the tool. Maybe an option...

Perhaps this is an upstream issue with `docker-compose`, as that doesn't work on the command line either (with the same error).

This seems like a significant bug that should at least be documented! Ideally, `login` would throw an exception instead of silently doing nothing. The combination of removing `https://` (@mikeage) and...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option

I actually think (2) seems better, and I'm not sure I'd even go with Rust. It's good to have general-purpose build.rs for exceptional situations, but I bet most current ones...

I think I like this idea, especially given the `await` motivation, but I can't decide about the evaluation issue. - If the `self` argument is not pre-evaluated, it's quite surprising...