Cong Liu
Cong Liu
Usually after code refactor, some imports are not necessary and should be removed and re-sorted. Hope Intelephense can support this feature. BTW, this plugin is the best PHP plugin on...
* **Node Version**: 18.5.0 * **Midway Version(Decorator/Core)**: 3.3.6 * **Component Name/Version**: @midwayjs/[email protected] * **Platform**: * **Mini Showcase Repository**: ```typescript logger.info('%s', '%Y-%m-%d') // 应该输出 // %Y-%m-%d // 实际输出 // %Y-%m-NaN ```...
* **Node Version**: 14 * **Midway Version(Decorator/Core)**: 3.4.0 * **Component Name/Version**: validate 和 core * **Platform**: any * **Mini Showcase Repository**: 复杂的对象可能需要多个子类来进行不同的验证方式,允许用户传入任何一种合法的格式,例如 ```typescript // 基类 class Human { echo() {...
在线上部署、CI和本地测试环境下,需要设置不同的EnvironmentVariables、CodeUri等。有时候需要通过EnvironmentVariables传入密钥之类的敏感信息,这样就不能直接把环境变量硬编码到template.yml中,上传到代码仓库。这就需要template.yml支持环境变量的展开。
In pure Semantic UI, inputs can have left or right labels. For example, ```html kg ``` The ideal way would be through **named slots**. ```html kg ```
See https://developer.qiniu.com/kodo/manual/1206/put-policy#forcesaveKey
fixed nwjs/nw.js#5388
backport for nw14 fixed nwjs/nw.js#5407
Exposed APIs for global menubar on Ubuntu. This patch also removed global menubar for DevTools window. fixed partially on nwjs/nw.js#2718 backport for NW14
Bounds of dialogs are calcuated based on the bounds of parent window. However on Windows, when window is minized, the bounds returned from system is empty. Implementing `WebContentsDelegate::ActivateContents` in `AppWindow`...