beary
beary
已经给了 `AliyunLogFullAccess` 权限,然而 `deploy` 报错。 阿里云控制台出现了 `test-aliyun-log-project` ,但里面是空的,没有 `test-log-store` 。 ```yml # template.yml ROSTemplateFormatVersion: '2015-09-01' Transform: Aliyun::Serverless-2018-04-03 Resources: test-aliyun-log-project: Type: 'Aliyun::Serverless::Log' Properties: Description: 'just test log' test-log-store: Type: 'Aliyun::Serverless::Log::Logstore' Properties:...
The `ts` files in `node_modules` is useless for using the framework, but errors may be reported when loading, so ignore these files in `FileLoader`. ##### Checklist - [x] `npm test`...
## Background 我司基于 egg 开发了一个框架(简称 A),并作为 npm 包发布在内网 其它项目依赖此框架进行开发时,如果想把框架的 .ts 源码打包进 npm 包、方便调试,那么`egg-bin dev --ts`时,egg-core 会尝试加载 `node_modules/A/app/service/*.ts` ,然后因为 .ts 的语法而报错。 解决办法很简单,可以在框架 A 中对 FileLoader 增加过滤,将绝对路径含 `node_modules` 的 .ts 文件过滤掉即可。 ~~我看了...
为了刷 KPI 把 G6 包一层,啥问题没解决,文档除了几个 Demo 代码一句话没有😅,本来可以用 G6 的项目结果用了这个玩意,现在接手过来发现除了恶心没其它价值
https://github.com/vercel/next.js/discussions/49546#discussioncomment-5852688 https://github.com/vercel/next.js/issues/45743 `NODE_TLS_REJECT_UNAUTHORIZED` does not work when proxy to https target. Because the `rejectUnauthorized` parameter was specified. So I use the `NODE_TLS_REJECT_UNAUTHORIZED` as the `rejectUnauthorized`'s value when `secure` wasn't specified....