g8up

Results 48 comments of g8up

I update to v9.0.0-beta4 ( .Net 4.7.2 installed). First I select a screen : When I start record , it comes an error: ``` Captura v9.0.0.0 OS: Microsoft Windows 10...

@whenk7 ,当时体验过你说的设置,好像多个 workspace 的背景配置会冲突。

类似错误我也犯了一次。原因是对 auto import 机制不熟悉。 在我朴素的认知中,在模板中使用的组件,我不会手动再引用。 但是通过 API 调用的时候,我总觉得得先声明一下,结果画蛇添足。

- mongoDB ``` MongoDB shell version v3.6.23 git version: d352e6a4764659e0d0350ce77279de3c1f243e5c OpenSSL version: OpenSSL 1.0.2s-fips 28 May 2019 allocator: tcmalloc modules: none build environment: distmod: 2008plus-ssl distarch: x86_64 target_arch: x86_64 ```

- MongoDB server version: 3.6.23

It just happen when launch vscode after I first installed the ext.

把`images('output.jpg')`赋值为变量,复用变量应该能提高不少效率吧。

错误的扩展名确实误导了我。

I use this lib https://github.com/expressjs/cors in the Express template function `express-starter`: ```js const cors = require('cors'); const router = express.Router(); router.use(cors()); ``` But the option request's header hasn't show `Access-Control-Allow-Methods`...

我觉得把功能拆分未必不是好事,某一工具专门提供 proxy 服务,某工具专门提供扫描。 用户虽然使用成本有增加,但这些工具集不至于因某一高危功能而“一损俱损”。 像 ProxySwitchOmega 就永远安康~