Jay Hsueh
Jay Hsueh
@Scrum hi
> i use this repo in my nodejs app, when i generate it. This app has no reaction~ > > ``` > const json2excel = new Json2excel({ data: data_formant, keyMap:...
> i use this repo in my nodejs app, when i generate it. This app has no reaction~ > > ``` > const json2excel = new Json2excel({ data: data_formant, keyMap:...
这个可以做,本质上这个只能当个玩具,数据量大的话不适合前端生成
https://github.com/asasugar/vuex-composition-maphooks 【modified to vuex helpers】
> https://github.com/asasugar/vuex-composition-maphooks 【modified to vuex helpers】 I have switched to [Pinia](https://pinia.vuejs.org/)
https://github.com/asasugar/vuex-composition-maphooks 【modified to vuex helpers】
@wuweijian1997 报红 RCTWeChat.isWXAppSupportApi got 1 arguments, expected 2 link过,用原作者版本是没问题,替换成 puti94/react-native-wechat之后
> @puti94作者并没有将两个bug合入进去,希望有大侠进行PR,现整理如下: > > ### 替换为支持分享小程序的库 [puti94/react-native-wechat](https://github.com/puti94/react-native-wechat) > * 在`node_modules/react-native-wechat/android/`下面查找`new ResizeOptions(100, 100)`替换为`new ResizeOptions(500, 400)` > * 在`node_modules/react-native-wechat/android/src/main/java/com/theweflex/react/WeChatModule.java:329`替换为下列代码: > > [#c5a628e70df38e886aec45f6cac6806313eef1cd](https://github.com/yorkie/react-native-wechat/commit/c5a628e70df38e886aec45f6cac6806313eef1cd) > > ```java > protected void onNewResultImpl(Bitmap bitmap) { >...
def safeExtGet(prop, fallback) { rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback } android { compileSdkVersion safeExtGet('compileSdkVersion', 27) buildToolsVersion safeExtGet('buildToolsVersion', '23.0.1') ... }