Ze-Zheng Wu

Results 145 comments of Ze-Zheng Wu

> > 我看到了你发了一个wx版本的,非常感谢! 我明天试试看 我对wasm经验不是很多,可能提供不了很多帮助 > > 你好!请问这个wx版本的,在哪里可以找到?谢谢! 并没有,只是有一个待开发的分支,而且落后很久了,小程序先用 webview 吧

@greenking19 @njzyylh 我测试了上的构建产物,在小程序开发工具内已经可以实现 `readBarcodes` 的功能: 大家可以运行下面这个命令安装分支上的构建产物并自行测试 ```bash npm i https://pkg.pr.new/zxing-wasm@5990d6f ``` 为了能够正常使用 `readBarcodes` 的功能,需要注意以下几点: 1. 仅支持 `zxing-wasm` 这个导入路径,不支持 `zxing-wasm/reader` 或 `zxing-wasm/writer` 2. 在使用之前需要将 `node_modules/zxing-wasm/dist/full/zxing_full.wasm` 这个文件移动到到你的工程目录下 3. 参考 README 中关于 [Integrating...

v2.1.0 已支持微信小程序调用,使用时的相关注意事项见 [README](https://github.com/Sec-ant/zxing-wasm#:~:text=library%20in%20a-,WeChat%20mini%20program,-%2C%20there%20are%20several).

There seems something off with our js scope analysis. We have this test case in the file https://github.com/biomejs/biome/blob/b3d8bfdf1ddedeccc60028a6c05f7fbb0d0079e9/crates/biome_js_semantic/src/semantic_model/closure.rs#L438-L440 But if I change it to this it will fail: ```rust let...

Could you please update the Biome version to the latest (`v1.8.3` currently)? We fixed many issues and we don't ship patches to `1.7.x` anymore.

Can you provide the daemon logs when this happens? https://biomejs.dev/guides/editors/create-a-plugin/#daemon-logs

`document.currentScript` presents in the outputs of widely used bundle tools like: [webpack](https://github.com/webpack/webpack/commit/955e057abc6cc83cbc3fa1e1ef67a49758bf5a61) / [rollup](https://github.com/rollup/rollup/pull/5671/files) / [vite](https://github.com/vitejs/vite/pull/18115/files) / [rspack](https://github.com/web-infra-dev/rspack/pull/7664/files) / [tsup](https://github.com/egoist/tsup/blob/6f7455bd421c2431232b8e1e5843546d7fbae817/assets/cjs_shims.js#L9) / [modern.js](https://github.com/web-infra-dev/modern.js/blob/9c8f95320435e5524e5cef000a4576ae9bddc3f1/packages/solutions/module-tools/shims/cjs.js#L11) / [umi](https://github.com/search?q=repo%3Aumijs%2Fumi+currentScript&type=code), and wasm compiling and packing tools...

Thx. Could you try the [continous release package](https://github.com/Sec-ant/prettier-plugin-embed/pull/148#issuecomment-2694933478) on #148 to check if it solves this issue?

We were tracking this in #1570, but I think we can keep this one open because users are constantly reporting it. Here're some context for OP and other users who...

Great great work :rocket: . I'd like to add some additional notes. I will update them in this comment later. --- TLDR, I think we should broaden the concept of...