Mark Penner

Results 61 comments of Mark Penner

@januszhou Thanks! I was noticing some weirdness when I did this. I had a `.finally()` which was never been called after I aborted a query, probably because it was never...

Thanks for the response. The `margin-bottom` trick seems to work when there is text in the box and no height is set. If I want an empty box, however, it...

2. If they do take a performance hit, perhaps you can Content-Length to choose a parser. Small payloads can continue to use JSON.parse.

Your solution shows the branch name (without space, directly next to directory name) but no dirty status. Oh well, thanks anyway.

OK, I've got basic Mercurial support over on [my fork](https://github.com/mnpenner/pure) with async dirty checking. Will try figuring out the incoming/outgoing stuff later. I know next to nothing about shell scripting...

Thanks @mafredri. I have some question about this `prompt_pure_async_git_fetch|prompt_pure_async_git_arrows` if you don't mind answering them. 1. I don't really use git, so I'm not quite sure how this "fetch" works....

> I assume multiple heads in this instance means your local head and the remote head? No, you can have multiple local heads. These are usually caused by someone else...

I'm not really sure what other prompts are doing for Mercurial, so I can't really say what would be intuitive to Hg users. The few that I've found don't display...

When I finish it up I'll attempt to merge in your changes, if it doesn't work out I might ask for help 😄 Thanks. One more consideration: if you're sitting...

Hey @abl, I haven't been able to work on this lately. I've been using the prompt on [my fork](https://github.com/mnpenner/pure) for a few months now, but it still just has incoming...