Gauthier Segay

Results 385 comments of Gauthier Segay

```xml Returns NaN if data is empty or if any entry is NaN. ``` I think we can ensure consistency based on presence of this, which seems to be in...

One issue with `open FSharp.Stats.NumericallySafe` approach, is you can only switch in your code using `#if` precompiler directives, or otherwise, you need to pass references to functions, rebind them in...

@xperiandri why is there a need for separate group for each target runtime? AFAIU paket would just work with a single group and no framework restriction.

@xperiandri I may not understand properly, but I doubt the maintainers of this repository have anything to do with the issue (unless the nuget package doesn't have the right dependencies...

It seems code in .f90 files don't require the "&", so this is minor issue (we should 100% encourage migrating to modern fortran format). It would be great if the...

Thanks for further review. Yes I've been using yesod and other packages which do use Template Haskell. I'll give a shot at postgresql-libpq itself and report here, I'm using 9.0.2...

I'm getting this issue using postgresql-libpq ``` shell *TestPg> connectdb connectionString Loading package array-0.4.0.1 ... linking ... done. Loading package deepseq-1.3.0.1 ... linking ... done. Loading package bytestring-0.10.0.2 ... linking...

My bad, I was trying to link with x64 binaries... I'm not sure what could be done upper in the chain so it won't come with this misleading linker error...

This is how it goes with current master: ``` shell cabal configure cabal build --verbose Component build order: library creating dist\build creating dist\build\autogen Building postgresql-simple-0.4.2.2... Preprocessing library postgresql-simple-0.4.2.2... Building library......

Sorry for mixing-up repository... Yes I did build postgresql-libpq successfully. I'll post the issue on appropriate repository.