Lei Chen
Lei Chen
**What**: to fix #2223 **Why**: https://github.com/emotion-js/emotion/issues/2223#issuecomment-767930613 **How**: add naive solution to solve this issue, maintainer feel free to change the implemention. **Checklist**: - [x] Documentation - [x] Tests (update jest...
Same with title. | | screenshot | | :--: | :--: | | Before | | | After | | cc @jlerbsc
**What**: Add `v4.1.3` CHANGELOG, fix https://github.com/less/less.js/pull/3722#issuecomment-1150558235 **Why**: Keep latest CHANGELOG.md for all `Less` user arround the world. **How**: Modify `CHANGELOG.md` content **Checklist**: - [x] Documentation - [ ] Added/updated unit...
**What**: Try to fix https://github.com/stylus/stylus/issues/1242 and fix https://github.com/stylus/stylus-lang.com/issues/23 **Why**: Modern documentation website is required !!! **How**: Using `vitepress` and `netlify` deploy our documentation website | Description | ScreenShot | |...
## 👋 Welcome! We’re using Discussions as a place to connect with other members of our community. We hope that you: * Ask questions * Share ideas * Engage with...
**What**: https://github.com/nuxt/nuxt.js/issues/10440#issuecomment-1126993346 https://github.com/isaacs/node-glob/issues/474 https://github.com/isaacs/node-glob/issues/467#issuecomment-1127830867 **Why**: **How**: **Checklist**: - [ ] Documentation - [ ] Unit Tests - [ ] Code complete
**What**: **Why**: **How**: **Checklist**: - [ ] Documentation - [ ] Unit Tests - [ ] Code complete
* remove outdated travis-ci ststus badge * add github actions ci status badge * add npm version badge * add npm downloads per month badge cc @michaelficarra
**解决了什么问题**: 支持抽取微信小程序组件(重构功能) **代码如何实现**: 见MR diff **检查清单**: - [ ] 本地测试通过 - [ ] 可以正常build出vsix文件 - [ ] 更新文档Readme和ChangeLog
#### 为什么是安卓,不是iOS? > 本人是前端,略懂安卓,因为object-c语法晦涩所以iOS知识基本为0 #### 什么姿势开始?weex-toolkit? hybird? >根据市面上已经做出来的产品或者demo来看,weex-toolkit📦的app性能太差,hybrid渐进的引入效果还不错,比如已经面向用户的【极客时间】app [链接](https://time.geekbang.org/) ### hybrid_step_01 使用Android Studio新建一个项目,取个名字,然后配置build.gradle ```gradle apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion '27.0.1' defaultConfig { applicationId "com.weex.sample" minSdkVersion 14 targetSdkVersion...