Jeff Xun

Results 13 issues of Jeff Xun

Here's my `workflow.yml` ```yml bump-homebrew-formula: runs-on: macos-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Bump Homebrew formulae uses: dawidd6/action-homebrew-bump-formula@v3 with: # Required, custom GitHub access token with the...

初始化命令对象的时候 不再需要硬编码 只需要保证在command包下并且继承`AnnotatedCommand`就会自动添加,并且会排除已经标记`@Deprecated`的class 无论是main方法测试 还是打包成脚本测试都通过 如果有哪里不满意的请跟我说下~ 我自己发现了一个问题就是 自动扫描的 命令顺序不可控 和 原来硬编码的不相同(如果有需要的话可以改成按照首字母排序,或者自定义的权重 或者 把命令归类 然后 每一个分类中 按字母排序)

## Description Add a new project hg-tui which uses tui-rs in README https://hellogithub.com is a GREAT website to view Github's project ## Checklist * [x] I have read the [contributing...

## Problem Does Rust have the opportunity to use **macros** to build the structure of the TUI app, just like JSX in React ```rust use crate::MyComponent1; use crate::MyComponent2; use crate::MyComponent3;...

enhancement

I really like this repo, I tried to translate the README into Chinese.

我也不是想用cpu训练 因为MAC没有对应的显卡驱动,所以我一般都是用CPU版本在MAC上开发完成简单调试,能跑起来再发到服务器用GPU训练的,貌似`autodl`是另一个库? 但是MAC安装`autodl-gpu`会报错 无法安装tf-1.15-gpu版本

## Question When I use CAS API ```java void compareAndSet(ByteString key, Optional prevValue, ByteString value); void compareAndSet(ByteString key, Optional prevValue, ByteString value, long ttl); ``` How do I know the...

help wanted

## 推荐项目 - 项目地址:https://github.com/elastic/rally - 类别:Python - 项目标题:Elasticsearch 官方的压力测试工具 - 项目描述:Elasticsearch 官方出品,基于 Python3 的压力测试命令行工具,功能丰富 --- - 亮点: - 自动创建、配置、运行、测试及销毁 ES 集群 - 支持不同的测试数据比较,也支持将数据导入 ES 集群,进行二次分析 - 支持测试时指标数据的搜集,方便对测试结果进行深度的分析 --- - 示例代码:...

增加hset hget hgetall

- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * `arthas-boot.jar` 或者 `as.sh` 的版本: 3.6.7 * Arthas 版本: 3.6.7 * 操作系统版本: Linux 3.10.0-1127.19.1.el7.x86_64, CentOS Linux release 7.8.2003 (Core) * 目标进程的JVM版本: 1.8 *...