Campbell He

Results 25 issues of Campbell He

I just found that `read_all` seems to perform worse than `count`. So, I'm opening this issue to see whether there is room for improvement. The rust code I used to...

Hello, are you planning to support iOS/Android in the future?

In [RFC344](https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md?plain=1#L172-L173), setter is described as: ```markdown * A method `set_foo(&self, val: T)` for setting the field. (The `val` argument here may take `&T` or some other type, depending on...

I cannot find any code about proxy, and it seems `hyper` does not do this without configuration. (FYI `reqwest` has that function) My server cannot reach bgm.tv without a proxy....

#1042 has added element-wise power methods `powi` and `powf`. But they only accept one parameter. In NumPy, `numpy.power` receives two arrays, `x1` and `x2`. The latter could be a number...

enhancement