niubiboy

Results 13 issues of niubiboy

项目升级到umi4后, 使用withSwitchTab方法无法阻止组件重新渲染, 也就导致每次切换回之前打开过的标签页, 页面内容会重新渲染. 不知道是我升级umi4的时候配置除了问题, 还是use-switch-tab组件本身兼容性的问题; 可以将项目升级到umi4进行测试一下然后告知处理方案吗? 谢谢.

enhancement

I installed this package on the React Native app as documented like this : https://github.com/erikras/react-redux-universal-hot-example/compare/master...niemyjski:master, but on ios/android devices it couldn't work, exceptionlessClient is null, and I tried import *...

enhancement
help wanted

I'm using EFCore.BulkExtensions latest version with Postgresql and ef core 6.x . I update some entities and call BulkUpdateAsync , but I get the following error: `{"22P03: incorrect binary data...

question

经过测试发现Magicodes.IE依赖了System.Drawing.Common的图形接口, 所以在linux环境下需要依赖libgdiplus库, 但是微软官方表示在.net7中, 会移除System.Drawing.EnableUnixSupport相关的api, 这也就导致了在linux下可能无法再显示的依赖libgdiplus库了,详见: [https://docs.microsoft.com/zh-cn/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only](https://docs.microsoft.com/zh-cn/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only), 所以请问一下贵团队对.net后续的变化会同步更改库来支持吗?

enhancement
area-excel
Magicodes.EPPlus

通过ExportImageField为图片设置宽度高度时, 只有高度生效了, 宽度不生效, 即使设置ExporterHeader的宽度也无效

area-excel

### Description I used other extension libraries to insert more than 800 pieces of data that took 500 milliseconds with pgsql and ef core 6.x, but using this library takes...

有时候需要倒序排列进行查询数据,希望可以支持原生openCursor方法的第二个参数direction, 以及可以限定读取数据的条数

getItemsInRange方法增加游标方向和查询条数

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When there is a jsonb field on the data table and it...

经过多次测试和尝试在ids的数据表中完善配置,始终无法通过/api/wechat-management/mini-programs/login/login登录获取到givename,而在我们项目中givename有比较重要的作用, 想确认一下是因为配置的问题还是项目本身不支持呢