imxyb

Results 8 issues of imxyb

代码如下: ``` func (m *Manager) addTimer(t *task.Task) (timer *timingwheel.Timer, err error) { taskConfig, ok := m.taskConfigs[t.Name] if !ok { return nil, errors.Errorf("taskConfig %s not found", t.Name) } fn, err :=...

Please answer these questions before submitting your issue. Thanks! ### What version of Cassandra are you using? i use the scylladb 2.0 that is run on docker ### What version...

waiting-for-info

bench result: ``` BenchmarkIntForByte-12 34.3 19.8 -42.27% benchmark old allocs new allocs delta BenchmarkIntForByte-12 1 0 -100.00% benchmark old bytes new bytes delta BenchmarkIntForByte-12 3 0 -100.00% benchmark old ns/op...

Looking at the git commit history, I found that the sync pool of the gzip writer was removed. The reason is to fix the issue here: [https://github.com/labstack/armor/issues/13](https://github.com/labstack/armor/issues/13). But I still...

![image](https://user-images.githubusercontent.com/7411249/93883906-c5ec6a80-fd14-11ea-82ba-5fa81a801f9f.png) such as this, the `CurrentTerritoryCode` is base in namespace `avs:CurrentTerritoryCode`, but the CurrentTerritoryCode in avs is: ![image](https://user-images.githubusercontent.com/7411249/93884017-ecaaa100-fd14-11ea-9eff-af53b9e14d80.png) the gen go code is: ![image](https://user-images.githubusercontent.com/7411249/93884071-021fcb00-fd15-11ea-98d5-92aa0205cd39.png) is it incorrect?

enhancement