Results 22 issues of simon

Hi, could protobuf_json_mapping support some function like fn fmt_to(message: &dyn MessageDyn, f: &mut std::fmt::Formatter

例子里的动态表名不是真的动态,表名是常量。 这样写的动态表名编译不通过,请教怎么写才能通过呢 let mut w = rb.new_wrapper(); let table_name = "table_001"; let f = |s: &str| table_name.to_string(); w.formats.insert("table_name".to_string(), f);

help wanted

Hi, I have wrote testing code basing on mem-store example to verify async-raft. step1: create 3 nodes, that is node0, node1, node2 step2: initialize node0, changing leader to node0 step3:...

1. modify example/sender.rs, and add “pretty_env_logger::init();” 2. run example: RUST_LOG=info cargo run --release --example sender 3. run vlc as caller and connect to srt://127.0.0.1:3333 4. srt-rs print log " WARN...

Is it possible to return SendFuture directly without waiting for receipt when disable batch? That will significantly improves performance when upper layer implements inflight feature.

I follow the guide and clone code from github, but I got this error when make telepresence. The detail info is as below. After google, I find an old issue...

网络不好时,音乐卡顿严重,非常影响听歌体验。 建议检测到网络卡时,多缓冲一段时间,即使多等待一些时间也比音乐卡顿的体验好。 这是一个非常不错的项目,感谢你们

enhancement

Sorry for disturbing, I could't find any useful info about the topic, so I post this issue here. Should I spawn a thread and call rocksdb API in that thread?...

$ cargo build --release ... error: failed to run custom build command for `fasthash-sys v0.3.2`

### What feature you'd like to see or proposal(期望什么新功能/特性或者建议) 有些服务器只开放了sftp功能(当ftp用),禁用了ssh功能。这种场景下,electerm不能连接到sftp。 希望本产品能支持这种场景,谢谢。

feature
need investigate