[go-nuts] Re: What's the status/roadmap of geo/s2 library?

2021-01-26 Thread Nikolay Dubina
Maybe you would need to tag or cc maintainers of that module. If this not not implemented, looks like you would be a great person to submit fix/improvement since you directly work with this. If it takes too long to accept your PR, might be reasonable as a last resort to make a fork, if you are

[go-nuts] Re: What's the status/roadmap of geo/s2 library?

2021-01-26 Thread nikolay nikolay
Maybe you would need to tag or cc maintainers of that module. If this not not implemented, looks like you would be a great person to submit fix/improvement since you directly work with this. If it takes too long to accept your PR, might be reasonable as a last resort to make a fork, if you are

Re: [go-nuts] go build hangs with 1.15.7 on Windows 10

2021-01-26 Thread Philip Stein
It was a good suggestion, but unfortunately my AV doesn't show anything in it's logs, and I already had the executables allowed. On Tue., Jan. 26, 2021, 3:28 a.m. Wojciech S. Czarnecki, wrote: > Dnia 2021-01-25, o godz. 11:07:50 > "pst...@gmail.com" napisał(a): > > > I just upgraded to 1.15.7 f

[go-nuts] What's the status/roadmap of geo/s2 library?

2021-01-26 Thread 'Piotr Wieczorek' via golang-nuts
Hi, I love golang seo s2 library, but one thing that's a bit annoying to me is the fact that documentation (type/method comments) often refer to functionality that's not implemented. For example, there is the CellIndex type, documentation of which suggests using method IntersectingLabels or Clos

Re: [go-nuts] go build hangs with 1.15.7 on Windows 10

2021-01-26 Thread Wojciech S. Czarnecki
Dnia 2021-01-25, o godz. 11:07:50 "pst...@gmail.com" napisał(a): > I just upgraded to 1.15.7 from 1.13, and I'm not able to compile. Running > go build seems to just hang. In task manager I see a compile.exe task > that's taking no CPU, and an insignificant amount of memory. ... > I have access