hxcliff

Results 21 comments of hxcliff

方便的话发下使用环境和完整的启动命令,linux有无桌面环境,使用的x11还是wayland

> 尝试过了,上游一个库(rquickjs)不支持win arm,所以暂不提供 或许我可以提供一个兼容性比较好的quickjs binding

> @morn-0 怎么说 我目前维护了一个兼容性比较好的quickjs binding。不过目前在往里面添加canvas api的支持。我可以先拆分出一个干净的分支,在这里先换掉rquickjs保证整体的兼容性

我简单拆了一个 `stable` 出来(公司内部已上生产),如果你想测试的话可以使用 [quick-rs [stable]](https://github.com/morn-0/quick-rs/tree/stable) ```rust use quick_rs::{context::Context, function::Function, module::Module, runtime::Runtime}; const SCRIPT: &str = r#" function main(config) { if (Array.isArray(config.rules)) { config.rules = [...config.rules, "add"]; } // console.log(config); config.proxies...

> was you able to find the issue? > I think I've run into this issue but for get_text() as well (have not tried get_image yet...). Sorry, I haven't had...

https://github.com/quickjs-ng/quickjs/pull/120 ?

> > [quickjs-ng/quickjs#120](https://github.com/quickjs-ng/quickjs/pull/120) ? > > I'm not sure what you mean, but I tried running it with quickjs-ng and the results were pretty similar, even though it used an...

和这个 https://github.com/alibaba/fastjson/pull/4127 有关系吗

I would like to ask if this issue is still being tracked.

> Hi i looked into tutorial there is this: > docker run --name redis -d -p 6379:6379 redis > > Do i undestand correctly that is needed to run some...