Results 39 comments of nuintun

@afc163 配置全局 `message`, `notification` 参数,比如 `maxCount` 等,算是刚需吧! `style` 可以定义一些动态默认样式,从 `token` 中读取背景色,字体颜色等。

关闭 https://github.com/ant-design/ant-design/pull/40458

TerserPlugin.swcMinify 搞坏了主题,应该是压缩的时候错误丢弃了一些值,整的我一脸懵逼🤣

The QR code decoding does not perform extensive image preprocessing for performance considerations. The example image you provided has too high a resolution, resulting in imperfections in the image after...

@XhmikosR ```ts import { Config, optimize } from './svgo'; export { Config, optimize }; ``` are equal to ```ts export { Config, optimize } from './svgo'; ``` Directly export is...

@zombieJ @MadCcc 确实有这个问题,监听了 `moduleId` 的变化,然后获取 `module` 的名称自动填写到另一个 `Input` 文本框中! 是由 `rc-util/isEqual.js` 抛出的 用 `setFieldsValue` 则不会!

Your image has defects after binarization. You just need to scale the image to an appropriate size; no binarization algorithm can suit all situations! ![下载 (1)](https://github.com/user-attachments/assets/e919f5cb-74fa-4010-8c4c-1c20f5a84b04) ![企业微信截图_20240826092915](https://github.com/user-attachments/assets/f365e6a8-0d4a-48a0-aeb5-3fee3471ec56) ![image](https://github.com/user-attachments/assets/67efd4c4-afa3-4e93-8563-5c51fc04e1bb) Duplicate: https://github.com/nuintun/qrcode/issues/334

Use `centerOnInit` https://codesandbox.io/p/sandbox/issue-zoom-library-forked-qg6lkh

You can see new demo. This is the only solution for the current version before https://github.com/BetterTyped/react-zoom-pan-pinch/issues/349 ```tsx centerZoomedOut initialPositionX={171} ``` Calc `initialPositionX` = (`TransformWrapperSize` - `TransformComponentSize`) / 2 Dynamic calculation...