findo

Results 6 issues of findo

`new_stream` function in SimpleClient already defines `authority` header, so how to use self-defined `authority` ? ```Rust let mut headers: Vec = vec![ (b":method".to_vec(), method.to_vec()), (b":path".to_vec(), path.to_vec()), (b":authority".to_vec(), self.host.clone()), (b":scheme".to_vec(), self.conn.scheme().as_bytes().to_vec()),...

How to separate variables with newlines using KList? For example, I want to separate like this "x \n y \n z", not "x,y,z".

How to generate PDf file? --pdf is unknown !

What is the difference between List and NeList? Python-semantics uses NeList. I don't know its meaning. Also is there a doc introducing how to write complex configurations? I am current...

After running python build.py, it shows a compiling error: ``` rcgen.cpp:547:14: error: no match for 'operator==' (operand types are 'std::ofstream {aka std::basic_ofstream}' and 'long int') if ( fout == NULL...

I use SavvyCAN to connect my Kvaser Memorator R SemiPro. It shows `Connected` just for seconds, and eventually shows `Not connected`. ![image](https://user-images.githubusercontent.com/11796555/101120142-d62f9880-3627-11eb-9fcd-f7498792a033.png) ![image](https://user-images.githubusercontent.com/11796555/101120150-daf44c80-3627-11eb-8551-4905799cc161.png) Environment : Windows 10