Randy

Results 14 issues of Randy

![image](https://user-images.githubusercontent.com/12854613/65831972-a2553680-e2f1-11e9-8507-079d61de327e.png) I enabled this common eslint rule, can we add a option, to generate interface name with I prefixd?

简历部分, 没有找到能够调整`参与项目` 的项目顺序的地方

### 这个特性解决了什么问题? 原生项目中使用Taro项目时, 能够共享全局变量, 切改动可控 ### 这个 API 长什么样? 最近的一个项目, 采用了原生混合Taro的方式, 原生小程序中使用`app.globaldata`来存储全局变量, Taro中没有挂在全局(查文档没有看到怎么挂到App上), 针对这种混合场景, 该如何去共享全局变量? 我能想到的方案是 1. 原生继续使用app.globaldata 不做修改 2. taro中`global_data.js` 将存储也临时指向到app.globadata中, 保证两边同步, 等全部迁移成Taro后, 再从全局摘出来 Taro中如何给Globaldata赋值? 看了下文档, 提供了一个`taroGlobalData`的方案, 这个应该是挂在Taro下的, 对这种混合场景不太适合

enhancement

## How to reproduce ```shell $ mkdir foo && cd foo $ yarn init -y $ yarn add @tarojs/mini-runner -D # change things $ yarn patch-package @tarojs/mini-runner ``` This will...

Hi, 我之前在使用clash mac, 今天配置coolClash时一直无法启动, 同一份配置文件, 但是目前排查起来信息比较有限, 能否在启动失败时多返回一些报错信息呢, 或者有什么其他的排查方法 目前的启动日志只能看到启动失败,调试信息也没有排查到线索 有时间时麻烦帮忙看下, 十分感谢 ![image](https://user-images.githubusercontent.com/12854613/80283090-d984ac80-8747-11ea-8dce-6d5c6ec2e14d.png) ``` ======================== KoolClash 调试工具 ======================== 调试信息生成于 Sat Apr 25 2020 22:50:06 GMT+0800 (China Standard Time) 当前浏览器:Chrome 81 --------------------...

enhancement

this error occur both in my computer and [travis-ci ]('https://travis-ci.org/admc/wd/jobs/253324474') exact the same error, is this test wrong?

I want add a retry button and a retry timeout for "not enough disk space available" before I write a PR, I want to ask is this feature good for...

``` root@ubuntu-rouer:~# sudo bash go.sh ERROR: This script has been DISCARDED, please switch to fhs-install-v2ray project. HOW TO USE: https://github.com/v2fly/fhs-install-v2ray TO MIGRATE: https://github.com/v2fly/fhs-install-v2ray/wiki/Migrate-from-the-old-script-to-this ``` So changed doc

related: https://github.com/TypeStrong/ts-node/issues/2033

#8 now you can download your file with extName if you don't set default fileName is Date.now() + extName