beyoung

Results 6 issues of beyoung

When I call 'fit.Decode' method, I get the following error messages: header decoded: size: 14 | protover: 32 | profver: 2085 | dsize: 114956 | dtype: .FIT | crc: 0x773b...

``` shell error decoding header: not supported: protocol version 2.x not supported by sdk protocol version 1.0 ``` Would be great thx if fit supports version 2.x. ~_~.

This repo is really helpful ,many thank. But recently I encounter a situation which is how to create fonts like Klokantech Noto Sans Bold,Klokantech Noto Sans CJK Bold which is...

is there a method that i can use connection pool in csredis?

``` python import quadkey # qk = quadkey.from_geo((-105, 40), 17) # the order of lng and lat is incorrect # the right order should be as follow quadkey.from_geo(( 40, -105),...