Arnold1
Arnold1
hi, 1.) how can you set the server destination directory to /home when running `err := ssh.Scp("/home/core/zipkin.rb")` ... i login with root and the file gets placed into /root ......
@valyala hi, How can i parse a json string which looks like that? what is the fastest way to parse it? I data is uint64 id is string debug is...
Hi, i have the following, how can i add a key/value to the json? ``` // mapping.data is []*fastjson.Value for _, val := range mapping.data { settings := getSettings(val.Get("Type")) val.Set("ID",...
Hi, would it be possible to support Hierarchical Clustering? This is how you use it with python: https://joernhees.de/blog/2015/08/26/scipy-hierarchical-clustering-and-dendrogram-tutorial/
Hi, nice project. could you tell me what is the status of this project? what already works, what does not work and what will be developed in future? what is...
Hi, I have []bytes which represent a parquet file - how can I read parquet using an in memory reader? Thanks
Hi, I use rustc 1.2.0-nightly (fbb13543f 2015-06-11). there are several build errors in src/output.rs and src/reader.rs, e.g.: ``` src/reader.rs:623:44: 623:48 help: add #![feature(rustc_private)] to the crate attributes to enable src/reader.rs:626:24:...
Hi, I would like to use your like as an API without any webserver... Could you support that? Can you provide more examples which shows how to your your lib?...
hi, how can you use this Proto file? https://github.com/tensorflow/serving/blob/master/tensorflow_serving/apis/inference.proto it includes multiple files. so can you tool use multiple files as well?
Hi, How can I read the entire data into a slice call Foo? Is there a better option than for loop with fr.Next() as you do it here https://github.com/fraugster/parquet-go/blob/master/examples/read-low-level/main.go#L44? ```...