cnhuye

Results 4 issues of cnhuye

In my situation, ``` const http = axios.create({ ... }); http.get('/users'); http.get('/users'); http.get('/users'); http.get('/users'); ``` 4 requests run in same time, none of them use cache, I have 4 xhr...

**Is your feature request related to a problem? Please describe.** is there any events in playing ? if i click play button, i have a play event at start. but...

enhancement

esbuild 中配置了 pure, 移除了所有 console.log 后, 会出现错误信息: ``` Uncaught SyntaxError: Unexpected token '...' ``` 找到原因,是因为这个文件 https://github.com/mirari/v-viewer/blob/v3/src/directive.ts 98行 log 方法里 console.log(...args), 被 esbuild 去除了 console.log 后, 代码变成了: ``` debug && ...args...

Right now, we using rails simple-form for many forms. It's save a lot time for build forms. so is there a way to use this gem with simple-form?

question