nathanielcook

Results 10 comments of nathanielcook

Is there any workaround to get rid of the bookmark from the list of remote branches without re-cloning the entire repository?

@fingolfin I use your fork on OSX. It works great, so thank you for your work on that. If you ever get some extra time to fix it so that...

@fingolfin After a bookmark is deleted from the hg remote, what exactly is necessary to manually remove the bookmark and bookmark branch (so as to avoid having to re-clone)? I...

@fingolfin Yes; I meant to say block pushing branches without the `branches/` prefix. Appreciate all that you've done already! I wish I was a python guy; I have looked at...

+1000 As it is now, we can't even reference System.Runtime.Serialization.Json for example.

Try unchecking "Automatically Restore Dependencies" in the Add-in Settings. If you don't have that setting then use v0.1.1. More info here: https://github.com/mrward/monodevelop-dnx-addin/issues/10

Are you using TeamCity version 10 by chance? See https://github.com/PeteGoo/tcSlackBuildNotifier/issues/113

I'm getting a build error with FileManagerService and IFileManagerService. Once I fixed that it seemed to work, although I see a lot of ``` Error: Value cannot be null. Parameter...

For those that want a quick hack, this seems to work for me so far. Put a die statement at line `1144`, in `do_export`. ``` ... elif ref.startswith('refs/heads/'): # bomb...