Shaowen Yin

Results 84 issues of Shaowen Yin

js2-jsx-mode (multiline): ![image](https://user-images.githubusercontent.com/4962134/46709869-40329a00-cc78-11e8-85ed-d376146a96da.png) rjsx-mode (multiline): ![image](https://user-images.githubusercontent.com/4962134/46709902-5fc9c280-cc78-11e8-970c-b356e33333e9.png) rjsx-mode (one line): ![image](https://user-images.githubusercontent.com/4962134/46709924-76701980-cc78-11e8-81ca-e10b5b5760de.png) vscode (multiline): ![image](https://user-images.githubusercontent.com/4962134/46709988-a5868b00-cc78-11e8-8fde-6bcf217ad51b.png)

bug

Just like the issue mentioned https://github.com/Alexander-Miller/treemacs/issues/85, treemacs allows to use `o o` to preview the file without changing focus. However, in the "Incoming Call Hierarchy" buffer, it seems we have...

### Problems I'm trying to use the client-go(rawkv client) to read/write data from/to **write CF(not only default CF)**. However, I run into some problems. In my project, I use `tikv/client-go...

Python 3.7 add [`create_task`][create_task] function, it use `_get_running_loop` function to get event loop. However, we never the our QEventLoop as the **running** loop. In asyncio event loops, they set running...

代码基本是从 feeluown-local 中拷贝过来的,功能也是一致的。 需要注意的是,之前的配置是 config.fuo_local.xxx = yyy,现在需要改成 config.local.xxx = yyy。 代码层面做了以下调整: - [x] 修复 lint 问题 - [x] 移除 marshmallow 依赖 - [x] 整体 db 和 provider 引用的问题 - [x]...

Signed-off-by: cosven ### What problem does this PR solve? Before, there is a problem: > Assume there are 3 tikv instances (1,2,3), and the total number of leaders is 300....

size/L

``` Error: run `/root/.tiup/components/cluster/v1.4.0/tiup-cluster` (wd:/root/.tiup/data/STo0aiy) failed: exit status 1 Error: Failed to initialize TiDB environment on remote host '10.0.2.173' (task.env_init.failed) caused by: Failed to write public keys to '~/.ssh/authorized_keys' for...

经过过去的测试,当不挂载磁盘的时候,容器的可用磁盘空间大概为 10G。 一个 1pd1db5kv 的 TiDB 集群,运行 3 天左右,prometheus 上就会产生大于 10G 的数据(未压缩),将磁盘写满,导致监控最终不可用。 目前的处理办法:查看 prometheus 的空间回收机制,可以发现,目前 tiup 部署的 prometheus 的默认配置是保留 30 天的监控数据。于是进行如下修改,将保留的数据大小设为

![image](https://user-images.githubusercontent.com/4962134/112925685-d27ad100-9144-11eb-827e-eefb794ee8ce.png)

我们在 A namespace 部署一个集群,使用了一个 Namespace 级别的 ServiceAccount 账户。 但是 nagflar logs 需要调用 default namespace 的接口,而我们的 SA 账户权限不足。 期望:naglfar logs 命令不需要调用其它 namespace 的接口。