PrivateRookie

Results 13 issues of PrivateRookie

当表格过宽时输出显示会变形, 可以参考 mysql 添加 "\G" 命令修改输出样式, 或允许用户左右滑动查看

enhancement

**refs:** - [jupyter client - doc](https://jupyter-client.readthedocs.io/en/latest/messaging.html) - [rust jupyter client](https://crates.io/crates/jupyter-client)

feature

[TradeDetail.tradeId](https://github.com/HuobiRDCenter/huobi_Python/blob/c75a7fa8b31e99ffc1c173d74dcfcad83682e943/huobi/model/market/trade_detail.py#L17) fix: tradeId -> id

'atomic install/run' ## Description fix warning when thrown by `yaml.load` function, if load with default load, it will throw a deprecation warning. to fix it, try to import CLoader as...

I use nom & nom-tracable in my project, when profiling build time I found that, nom-tracable costs about 8s to build, after removing "fold", "parsing" & "extra-traits" in dep, build...

current per message deflate impl backend use libz or libz-ng, and it's performance isn't good enough for real time message transport, maybe it need some tuning. And there is another...