紫升

Results 130 issues of 紫升

![image](https://user-images.githubusercontent.com/13204332/107331419-d3e92f00-6aed-11eb-8649-1bb2b37a91f7.png)

你好,我是 [wxPromise](https://github.com/youngjuning/wxPromise) 的作者,我看了咱俩的库实现的东西上基本没有什么冲突的。 我一直想设计一个像 element-ui 那样的表单验证功能,用户只用配置 rule 即可,看了你这个我觉得是我想要的。 我想邀请你,在我的库中作为一个API引入。如果不方便,我也可以自己研究下你的源码

question

![2018-01-28_133201](https://user-images.githubusercontent.com/13204332/35479337-a70a20ac-042f-11e8-9d1a-eaebfddb3fad.png)

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.25.0-beta3 x64 **Electron**: 1.7.11 **OS**: Unknown Windows version **Thrown From**: [minimap](https://github.com/atom-minimap/minimap) package 4.29.8 ### Stack Trace Uncaught TypeError: Cannot read property...

null-bug

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.24.1 x64 **Electron**: 1.6.16 **OS**: Unknown Windows version **Thrown From**: [minimap](https://github.com/atom-minimap/minimap) package 4.29.8 ### Stack Trace Uncaught TypeError: Cannot read property...

null-bug

> 这可能是因为我的 gradle 版本低的问题导致的,下面是我搜到的解决办法 ## Solution 1 > for `./gradlew installRelease` Try code on your module `android/app/build.gradle`: ``` android { // ... aaptOptions.cruncherEnabled = false aaptOptions.useNewCruncher = false // ......