坚果

Results 10 issues of 坚果

Type question here.

question

ERROR 2021/08/03 22:04:26 render of "page" failed: execute of template failed: t emplate: posts/single.html:92:124: executing "content" at : error calling partial: "D:\2021workspace\hugo\blog\layouts\partials \function\content.html:15:15": execute of template failed: template: partials/fu nction/content.html:15:15:...

bug

Can you try to add a gradient color to the QR code, it's awesome ` gradient: LinearGradient( colors: [Color(0xFFfbab66), Color(0xFFf7418c)], begin: Alignment.topCenter, end: Alignment.bottomCenter, )`

enhancement

iOS: 在 xcode8 之后需要点开推送选项: TARGETS -> Capabilities -> Push Notification 设为 on 状态 我也按照操作,配置了呀,https://luckly007.oss-cn-beijing.aliyuncs.com/image-20210303110840448.png

如何设置光标颜色?

enhancement

M1的 macbook pro, npx create-react-app my-app jianguo@jianguodeMacBook-Pro test % npx create-react-app my-app Creating a new React app in /Users/jianguo/Desktop/test/my-app. /Users/jianguo/node_modules/npm/node_modules/osenv/osenv.js:49 return os.tmpDir() ^ TypeError: os.tmpDir is not a function at...

needs triage

Because outlook depends on integration_test any from sdk which doesn't exist (could not find package integration_test in the Flutter SDK), version solving failed.

图片和视频默认是顺序的,请问在UISDK集成如何修改为倒序?,让最近拍摄的图片在最前面,这是贵司的获取相册图片的方法 ` /** * 功能:加载本地所有图片 * 包含: * 1、已授权读取手机SD卡权限,则通过{@link PickerManagerKit#getAllPictrue()} 读取本地相册扫描出的所有图片 * 2、未授权读取手机SD卡权限,在Android6.0需要动态获取权限 */ private void loadPictureList() { mActivity = (Activity) getContext(); if (ContextCompat.checkSelfPermission(mActivity, Manifest.permission.READ_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED) { mHandlder.post(new Runnable()...