Alfredo Deza

Results 71 comments of Alfredo Deza

And I get the same error if I try to clone from an existing `hg` repository on disk, if that is useful to know.

Yes, I do have a bunch of branches that look like: ``` feature/1-foo feature/some-name 1-some_name 1.x-some_name ```

Yes, I am on a Mac with a case insensitive FS

@buchuki it fails with `fatal: A branch named 'name' already exists.`

@buchuki thank you sir, I was able to do so and now this works like a charm!

There are a couple of things to cover here, starting with the use of `with` statements in Konira. This was coincidentally the first approach to make Konira work, take a...

I quite like `with` statements, but the abuse, just like anything that gets abused in fact, looks _odd/weird_. I'm sure it is not a learning curve to avoid, but rather...

that sounds a bit tricky, would your expectation be for the current file or by any other file in the source? It might be better to have ctags running (or...

For the whole project it would entail some sort of a call to "grep" (or similar) to ensure that it can provide that across files That would be out of...

I'm not sure I'm following the reasoning for this change. When a pull request is created, it already has the ability to show what the changes are and where they...