Ze-Zheng Wu

Results 145 comments of Ze-Zheng Wu

I just noticed `value`, `notValue` and `equal` validations have similar type problems like this. I wonder if this fix is the right direction, so I can try to fix those...

I can use the schema workaround for now, it helps, thanks!

Thanks for the effort. I'm totally fine with the workaround. But IMO if using pipes as the third argument of `transform` is an allowed usage maybe this should be addressed...

Again, thanks for your effort and appreciate your time! @fabian-hiller

Does this issue have something to do with the space in your workdir path (`Application Support`)? 🤔 Would you try another path (without spaces) to confirm?

没测试过,等我近期测试一下

Oh sorry I just realized I forgot to also update the prettier option definition here: https://github.com/Sec-ant/prettier-plugin-embed/blob/main/src%2Fembedded%2Fsql%2Foptions.ts#L84-L91 So the new parsers would probably still not work. And only exporting types looks...

Yeah, it's not a big problem and you're doing a great job, thanks! Just a small update: I made some stupid mistakes in v0.4.0~v0.4.2, if you find yourself not being...

Hey, louie I don't think `Strict-Transport-Security` is relevant here. "CSP" is short for "[Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy)". This package uses [WebAssembly](https://developer.mozilla.org/en-US/docs/WebAssembly) to provide the core function of detecting barcodes. And the...

Ok you decide not to fetch the `.wasm` file from jsDelivr. There're some gotchas, so I'd like to explain more: --- **First, a question: I wonder if you want to...