Jinzhou Zhang

Results 11 issues of Jinzhou Zhang

新特性:支持 watch 方法内的局部变量 ## 背景 在用 arthas 做 debug 时,经常会遇到方法内部逻辑比较复杂,单看输入输出无法定位问题的情况。在调研方案过程中,找到相关问题 1. https://github.com/alibaba/arthas/issues/486 提到可以用 redefine 的方式添加输出语句。但这种方式对一些 ToB 场景,修改代码加上传的操作很难实现。 2. https://github.com/alibaba/arthas/issues/1311 提到 bytekit 已经能支持局部变量的绑定 ## 实现方式 该 PR 只是比较简单粗暴地将 bytekit 的 `@AtLine`...

**Is your feature request related to a problem? Please describe.** I'm trying to port my CLI util [skim](https://github.com/lotabout/skim) to crossterm for windows support. And one of the use cases of...

enhancement
in_progress

**Is your feature request related to a problem? Please describe.** I'm trying to port my CLI util [skim](https://github.com/lotabout/skim) to crossterm for windows support. Skim is a fuzzy matching util that...

enhancement

Was PreviewPageUp/Down, should be PreviewUp/Down

`rust-threadpool` use `channel` for receiving jobs, that means if the number of jobs is very large it will consume lots of memory. So I'd like to know if it is...

2.0

In ipython >= 5, the autoindent feature is deprecated. Thus if we send multiple lines directly to it, the indentation will go wild. Notice that with ipyton >= 5, multiple...

I just notice #38 recently. Yet I've had similar requirement and my own solution for years. I was hesitate to sent the PR because I was wondering if it should...

Currently the collections will be created when `repository.save()` is called if not already existed. Exceptions will be thrown if queries(e.g. `repository.findAll()`) were called before `save` because the tables do not...

enhancement

Great work! (I think you should share your work in [Rust forum](users.rust-lang.org)) So, my feature request here is the non-alternate screen(don't know the official name) support. It seems that `termfest`...