Thomas Sanchez

Results 9 issues of Thomas Sanchez

Hello, I might have found an issue in the point to polygon distance calculation. Given this code: ``` #include #include #include #include #include using coordinate_system = boost::geometry::cs::spherical_equatorial; using lonlat =...

Hi folks, I'm using django-summernote with a storage using the unified ACL. The generated links eventually expire so the images end up not being displayable. To workaround the issue I've...

Hi, Just to say that the Pattern test is not passing on my machine. here is the output: ``` 2/2 Testing: patterns 2/2 Test: patterns Command: "/home/thomas/redis3m/build/patterns_test" Directory: /home/thomas/redis3m/build "patterns"...

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | no | BC breaks? | no | Need Doc update | no ##...

Hi, It seems there is a bug when looking for boost. When I try to use `config_gen.py` on my [project](https://github.com/daedric/commonpp) I got the issue below. ``` Script started on Do...

Here is some cmake improvements and a missing include fix.

Hi, I wanted to give a try to nix-thunk and while during the installation I get an error: ``` [...] Using runghc version 8.8.4 found on system at: /nix/store/213bsc5ys13pbk2zw901skmsxn0kcmsd-ghc-8.8.4/bin/runghc Using...

Hi folks, We're developing a BLAKE3 extension for DuckDB. It made us realise that the compilation on Mac OS X was broken in two locations: - cross compilation for amd64...