ringsaturn

Results 15 issues of ringsaturn

Hi, I wrote a package https://github.com/ringsaturn/tzf and add a benchmark page compard with this repo https://github.com/evanoberholster/timezoneLookup . Benchmark shows that timezoneLookup which use RTree is slower 20 times compared with...

https://github.com/marketplace/actions/continuous-benchmark could save each commit’s benchmark results to a file, and come with a nice HTML page to view trends, I believe it will be useful for performance improvements.

enhancement
help wanted
good-first-issue

Hi there, Our team is using Loguru in our services, and we found a special use case could cause `AttributeError`. Additional kwargs could cause `AttributeError` ```py from loguru import logger...

question

我们在 [oap](https://github.com/caiyunapp/oap) 项目中在使用这个项目的 Apollo Client,目前是用 [uber-go/mock](https://github.com/uber-go/mock) 手动做了一个 Mock: ```makefile GOBASEPATH=$(shell go env var GOPATH | xargs) gen: mockgen -source=$(GOBASEPATH)/pkg/mod/github.com/philchia/agollo/[email protected]/client.go -destination=mock_client_test.go -package=oap_test ``` 期望这个项目直接提供一个 MockClient, 预期效果: ```go import ( // ......

Hi, thanks for the quadtree codes and it’s very fast for many points query. However I wrote a simple program, and found the `qtree.KNearest` didn’t return in dist order: ```go...

Hi, The latest commit was 6 years ago(2018) https://github.com/pegler/pytzwhere/commit/32d2bef9ff2d784741471fddb35fbb6732f556d5 and no PR got merged after that. Will this project get maintained by anyone? I suggest use alternatives: 1. [timezonefinder](https://github.com/jannikmi/timezonefinder) 2....

Hi, I know this project seems no longer get updated but I need some knowledge to help to understand your project. I find the some names in [PBC manual.pdf](https://crypto.stanford.edu/pbc/manual.pdf) don't...