Yuns
Yuns
 我来解答一下吧
> I'm not doing much work on it these days but I support the idea to update it to the latest major version. > > If anyone wants to do...
I have to create a new repo https://github.com/yunsii/pixi-tagged-text-plus to support pixi.js v8, because of some strange bugs. The new repo using vite to develop and better DX. It supported v8...
All demos has been migrated, and pixi.js v6 demos also deployed https://pixi-tagged-text-plus-git-pixi-v6-yuns-projects-7ce32866.vercel.app/demos?_vercel_share=SVRTebVS7Pktw3ZhP5VNhlzYjoIwBcKz Some obvious defects (v6 vs v8): - verticle align of inline images  - debug mode  -...
有大佬知道这个 `socket hang up` 是咋回事吗? ```bash $ ./bin/hs-airdrop ~/.ssh/id_rsa xxx 0.010 Passphrase: Attempting to create proof. This may take a bit. Decrypting nonce... Downloading: https://github.com/handshake-org/hs-tree-data/raw/master/nonces/155.bin... Error: socket hang up at...
https://github.com/handshake-org/hs-airdrop/issues/35#issuecomment-588198395 不用试了,`No keys, no coins.` \_(:3J∠)\_
不用这么复杂吧,你完全可以在 https://github.com/zpr1g/antd-form-mate/blob/5.x-stable/src/utils/setValue.ts#L71 为 `fileList` 赋值为 `value` 就好了,不用检查了。既然要自己传数组了,那就说明用户知道怎么传了。另外,你应该合并到 5.x-stable 分支,master 我还在重构呢。
It seems UI framework agnostic? I want to know how to change locale if I use it in React?
> The built-in localization APIs provided to chrome extensions do not provide a way to change the current language. Since WXT's wrapper will use those APIs internally, the API discussed...
After the problem is solved, I have to use global variable to control whether the ui is mounted, like `window.__mountedNames`. I think the implement should going on under the hood.