Johan Sundström

Results 17 comments of Johan Sundström

Is this package still maintained? This error just hit me too with latest npm package v2.7.0: ``` Info: Using sonar-scanner at /…/.sonar/native-sonar-scanner/sonar-scanner-4.0.0.1744-linux Info: Using java at /usr/lib/jvm/…jdk-11.0.5.10.1/bin/java Info: Using classpath...

http://jsfiddle.net/ecmanaut/CLW4e/ has a cleaned-up version that doesn't use any of the jsfiddly compositioning so you can drop it in a html file anywhere to have it just do the right...

`array-index-of.d.ts` shares this problem, and could use the same fix.

http://developer.github.com/v3/git/ might allow finding the merge-base, and https://github.com/git/git/blob/master/Documentation/git-merge-base.txt plus the https://github.com/git/git/blob/master/builtin/merge-base.c source code, and the get_merge_bases_many https://github.com/git/git/blob/master/commit.c implementation. git source changes re: get_merge_bases_many, by the way.

http://developer.github.com/v3/repos/commits/#compare-two-commits specifically reports the common merge base of two commits (or that one doesn't exist), taking away the need for the above manual procedures.

@alexsilva I believe making a pull request with these changes in it would make them happen sooner: - clone the repo - check out a new branch from master -...