Steven Endres

Results 18 comments of Steven Endres

Yes. Looks like the same file is used in each example. On Thu, Mar 17, 2022 at 6:23 AM hemanth Kumar ***@***.***> wrote: > Hello @spendres , > Did you...

I am using them now for the userID. I suspect that they would fit within your proposed 64 byte Uint8Array type, but have not tested to determine if this would...

Thanks for doing this @chrismgrayftsinc and @jmr. running: `bazel test //:s2loop_measures_test` fails due to error accumulation in ss_loop.cc. See attached log file. [s2loop_measures_test_log.txt](https://github.com/google/s2geometry/files/15068098/s2loop_measures_test_log.txt) Here is the complete set of tests...

@chrismgrayftsinc and @jmr... Before I was able to use this bazel build, I had to remove an older absl and s2 install by cmake in /usr/local/lib and /usr/local/include. Do you...

@chrismgrayftsinc and @jmr The error is coming from the s2geometry/src/src/util/math/exactfloat.cc module. This is where the library tests for floating point overflow and underflow for various versions of boringssl. exactfloat.cc may...

Great. The only other suggestion would be to update abseil-cpp version to 20240116.2 in your MODULE.bazel file. @jmr: Is there anything else you need to complete the PR?

I understand your thoughts, @chrismgrayftsinc, and greatly appreciate your work on this as it is very timely for my project. I will work with @jmr to merge your bazel build...

@jmr: I created a PR with a good candidate for a bazel build for v0.11.1. I located the root for the bazel files under the s2 directory as the bazel...

@jmr and @chrismgrayftsinc: 1. I just updated https://github.com/spendres/s2geometry to use s2 instead of s2lib. Bazel outputs libs2lib otherwise, and now creates libs2. 2. I invited both of you to collaborate...

@jmr and @chrismgrayftsinc: @jmr asked about the strategy for the layout of the bazel build in [https://github.com/spendres/s2geometry](https://github.com/spendres/s2geometry) The idea was to merge the first attempt in the bazel central repository...