Helck

Results 7 issues of Helck

do you have Animal Crossing amiibo bin file?

项目用的 glide 做的包管理,最近想用 qor 做个简单的 admin 引入了 admin 包,结果 release 只有 2016 年的 ,而且 admin 包还调用了 qor 系列其他 6 个包,这几个包版本不一样并不兼容,还会报错。。。

in some high concurrency system, dial timeout should be smaller than read/write timeout, because dial cause port occupied 🙏

I see that the comment says that the difference between exits is at least 60 degrees, but the actual code uses 40 degrees to make the determination, is there a...

Bug Report

https://github.com/valhalla/valhalla/blob/1b864c9b0da39550d3137949477806b8539d40ec/src/thor/route_matcher.cc#L132-L143 why do we need followed_edges ? I feel like this is a useless cache, use start_de will skip some edge from the current node ![image](https://github.com/valhalla/valhalla/assets/15962843/f00695ee-0e0b-4d9f-b681-bc6cfbd4fe05) There's a scenario. when...

bug

``` for k, v := range mapping { hook.Register(hook.KeyDown, []string{k}, func(e hook.Event) { keyboardStatus[v-1] = true fmt.Println(keyboardStatus) }) hook.Register(hook.KeyUp, []string{k}, func(e hook.Event) { keyboardStatus[v-1] = false fmt.Println(keyboardStatus) }) } ```