Corin Lawson
Corin Lawson
Using `master` as the name of the default branch was always only a convention and I have encountered varied opinions and alternative conventions in the past. It is not just...
Should @benmccormick's [decorator](https://github.com/jashkenas/backbone/issues/3560#issuecomment-113709224) call `_#extend` with the constructor not the prototype and then @akre54's [`_.instOrStaticVar`](https://github.com/jashkenas/backbone/issues/3560#issuecomment-113709224) method is used in place of `_#result`? I realise that would be a breaking change,...
I get 7 failed tests when I use either this branch or the jashkenas/master branch.
Ha! Perhaps I should have added: "WARNING: May cause Scoliosis" But on a serious note, I don't like the `isPromise` checks but I think there's power in giving the option...
Sorry, that close was a slip of the thumb...
I've just notice that you've made use of the 'golden file' pattern in printer_test.go (or I suspect you've copy'n'pasted from the go standard lib). Would it be better to rename...
I've just realised that it's very important to limit the dependencies of gomacro (see [comment on #82](https://github.com/cosmos72/gomacro/issues/82#issuecomment-580074444)). So I'll pull it out and just use the diff function [here](https://github.com/cosmos72/gomacro/blob/master/go/printer/printer_test.go#L86).
I don't think a [smudge filter](https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#filters_a) will work because it would require the user to set it up prior to running `go get` and I wouldn't expect anyone to do...
I think I've realised what the problem is... osxcross appears to be using the path of the clang binary as the basis of its search for the xmmintrin header file...
@casualjim, @fredbi, this thread contains discussion about using `type: string, format: binary` in a mime/multipart parameter. As of the current version (22d2f274d577fd89067b4cb531db52fd2428f4fe) the client generator produces invalid code. E.g. for...