Alper Cugun
Alper Cugun
Is this why my code is blocked 10 seconds every time I save something? For me this is a recent development. I'm pretty sure it wasn't always so.
Every other time when I try to save Code pops this dialog and blocks saving until the check is done:  `cargo fmt` takes less...
I'd like to pick this up (I write in 4 languages in any given week). Is there a design for this?
I don't see space really to tap the title bar the way it is now. 
I think a long tap on Timelines is maybe a better way to access it (also a Tweetbot pattern).
This ticket is still linked here: https://github.com/apollographql/router/blob/dev/apollo-router/Cargo.toml#L105 Is that no longer relevant?
Does `git add -p` also call a pager?
> [nix profile] If you really need to imperatively manage some of your packages, this is your best option. Let's just say that not everybody will be helped by home...
This is making Amethyst very difficult to use for me and it's something I've seen on and off in other apps. I think the idea is well intentioned to bind...
Currently I have to do this like so, which is verbose: ``` {% if !venue.name.is_empty() %} {{ venue.name }} {% else %} {{ venue.google_name }} {% endif %} ```