Google Code Exporter

Results 21406 comments of Google Code Exporter

``` --gtest_list_tests just forces gtest to output all tests but it actually does not run the tests - so this should not be a problem ``` Original comment by `[email protected]`...

``` Same happens for me also the application goes into not responding mode after some time ``` Original comment by `[email protected]` on 16 Dec 2012 at 1:20

``` what is the problem with the text area? ``` Original comment by `[email protected]` on 20 Dec 2012 at 2:54

``` There are normal text width size in 96dpi, but too long when 120dpi(you can see label "commnd line params" is overflow.). But this is long time ago. I don't...

``` Any updates on when this patch might get merged? Issue 3 indicates that the package hasn't built in over a year... ``` Original comment by `[email protected]` on 28 Aug...

``` I'm assuming this project is abandonware, as I haven't received any communication regarding this patch either. I'm not using it anymore, but if I was I'd probably just fork...

``` Same here with Go 1.2RC5 Corrected with : Poisson.go: line 92 p := math.Exp(math.Log(IΓint(k+1, λ)) - (LnFact(k))) to p := math.Exp(math.Log(IΓint(k+1, λ)) - (LnFact(float64(k)))) Poisson.go: line 105 return log(IΓ(k1,...

``` Here's a patch which fixes the compile issue (I requested it be merged in a new issue). ``` Original comment by `[email protected]` on 7 Mar 2014 at 10:41 Attachments:...

``` problem solved ``` Original comment by `tyapca7` on 29 Nov 2011 at 11:04

``` I experienced the same, got the same system. ``` Original comment by `[email protected]` on 29 Nov 2012 at 10:02