HuangFuSL

Results 6 issues of HuangFuSL

I forked and cloned this repo, and trying to run the code myself. After an unsuccessful attempt, I turned to investigate the code but got stuck at `__create_lanes()` method. Moreover,...

Hi! I'm collecting aoe2 ranked game records and using this library to parse them. However when I want to extract specified data from records, I'm getting lost in APIs and...

## Fix 用下边的代码生成数据,然后运行`run.py`会报`IndexError: index 2 is out of bounds for axis 0 with size 2`,这里进行修复。 ```python import csv from scipy.stats import norm def Residual(): while True: yield norm.rvs(0, 1) def...

Strdate: Great work! This mod is exactly what I need in the C:S game. But I think the project would be even better if this MOD provides the following features:...

Hi. I'm using `mkdocs-plugins` and `mkdocs-material` to build my personal blog. Thanks for your work, these plugins really help a lot. However, once when I was trying to put a...