JX Wang

Results 10 issues of JX Wang

这两天使用本组件时候发现部分尺寸较大图片分享微信的时候会失败,检测后发现本组件用的是 Fresco,查了下文档发现这个其实不支持 png 的缩放,而且让用户来预处理图片控制大小也没有意义(反正只要能分享到微信就 ok) 我自己 fork 了一份把图片处理改为如下模式: ``` private void _getImage(Uri uri, final ImageCallback imageCallback) { // 微信最大支持 10 Mb int maxBytes = 1024 * 1024 * 10; String...

# Bug report ## Describe the bug It is normal for the original component to use "as" prop, However, after the compose the component and use "as", the original attributes...

查了下 Windows 版搜狗有个属性是 `zhongwen_first_bk_color ` 用来搞这个的,不过 Mac 的没查到——Google 皮肤制作压根就没啥文章介绍,残念。 类似mac 原生输入法效果:

help wanted

### 使用版本: 1.37.0 ### 报错信息: **在路由校验的时候应该忽略掉 context path** 但是在源码中没有这么做,当然也可以在应用初始化的时候手工处理 `cn.dev33.satoken.application.ApplicationInfo#routePrefix`,不过这个好像也没在文档中体现,并且也没必要让用户做,sa-token 应该直接做掉才是合理的 `cn.dev33.satoken.servlet.model.SaRequestForServlet#getRequestPath` ### 希望结果: 路由校验的时候忽略掉 context path

rt 目前这类查询还是挺多的,完全可以增加个 `ilike` 进行忽略大小写的查询,应该也不复杂: `lower(field) like lower(value)`

enhancement

类似于你的图片上展示的效果,不过是想用 wps 或者微软的应用在 iOS 上打开 远程的文件。

backgroundSource propTypes should be: ``` PropTypes.oneOfType([ PropTypes.shape({ uri: PropTypes.string, }), // Opaque type returned by require('./image.jpg') PropTypes.number, ]), ```

**Describe the bug** > IntelliJ IDEA 2023.1 (Ultimate Edition) > Build #IU-231.8109.175, built on March 28, 2023 报错为: > Code inspection did not find anything to report. 1 files processed...

bootJar 打包时发现如下异常: > Entry jaxb-core-4.0.4.jar is a duplicate but no duplicate handling strategy has been set. 检查后发现是因为 com.sun.xml.bind 和 org.glassfish.jaxb 存在同名 jar 包 `jaxb-core-4.0.4.jar` 而前者是 sms4j 所依赖的,所以建议考虑迁移到后者。 参考: - https://github.com/spring-projects/spring-boot/issues/33659...

### Version of antd-mobile 5.40.0 ### Operating system and its version _No response_ ### Browser and its version _No response_ ### Sandbox to reproduce _No response_ ### What happened? 如题所示,这个...

bug