Chen Shuaimin

Results 19 comments of Chen Shuaimin

Thank you! Here's my code: In Cargo.toml: ```toml [dependencies.gdk] version = "0.12.1" features = ['v3_16'] [dependencies.gtk] version = '0.8.0' features = ['v3_16'] [dependencies.gio] version = "0.8.1" features = ['v2_44'] ```...

First, you need to use `tmux`, `screen`, `kitty` shell or something to split the terminal into left and right panels, and narrow the left panel a little. Then run `scd`...

Please see #3.

@tgaldi 1. If fish-init hangs the terminal, try to exit fish, killall scd, then start a new terminal session. This may be an issue of incomplete cleanup in fish_deinit. 2....

I am sorry for the long inactivity of the project, but it has not been abandoned. In fact, I use scd in my work every day and planed to implement...

fixed in https://github.com/cshuaimin/scd/commit/b9a62e3c78755ea23bec57bfcc70e7dbe2a74324

But crates.io isn't updated, please install with Git URL: ```bash cargo install --git https://github.com/cshuaimin/scd ```

I successfully installed it.. ``` csm@arch ~/C/scd (task)> pip install video-funnel Defaulting to user installation because normal site-packages is not writeable Collecting video-funnel Downloading video_funnel-0.3.1-py3-none-any.whl (9.7 kB) Collecting pycookiecheat Downloading...

您好,原 `lean init` 命令因为和传统 init 类命令行为不一致(如 `git init` 不会创建新文件夹,只会在当前文件夹初始化),已经改为 `lean new` 命令了。 在 1.0 版本中还有一些其他不兼容更改,详见 https://github.com/leancloud/lean-cli/releases/tag/v1.0.0

嗯嗯,已经修改了,不过暂时还没上线:https://github.com/leancloud/docs/pull/4121 新版命令行工具的文档是这篇:https://docs.leancloud.cn/sdk/engine/cli/