liruo

Results 12 comments of liruo

- I think it's because quickjs has not implement Intl. - you should evaluate or load module about Intl, - or modify quickjs c lib(difficulty)

for QuickJs, I tested it for a long time the interoperability between Flutter and Javascript.. #Dart call JS ```dart var jsInvokable = engine.evaluate("greet") as JSInvokable; jsInvokable.invoke(["XXX"]); JsRef.freeRecursive(jsInvokable); ``` # Js...

version: 0.8.1 has not free JsRef. 1. for `(key, val) => { this[key] = val; }`,in quickjs/quickjs_runtime2.dart,QuickJsRuntime2#initChannelFunctions has not call JsRef.freeRecursive(setToGlobalObject) 2. for `function XMLHttpRequest()`, in extensions/xhr.dart,JavascriptRuntimeXhrExtension#enableXhr,has not call JsRef.freeRecursive(evalXhrResult.rawResult)...

我用的是Obsidian,也是appimage 无法同时用fcitx5(wayland)。 解决方法:https://forum.obsidian.md/t/ime-fcitx-doesnt-work-when-wayland-is-enabled/79941/3 🙃

This is indeed a bit strange, accoding to #65 . null is also set value, only has not the prop mean it has not set value. he treat omitted a...

I use github.com/json-iterator/go to ignore serialize the field which IsPresent=false. you can see here [json_test](https://github.com/liruohrh/mox/blob/master/json_test.go).

I think Zero is only equal to None, but not equal like Some(0), because zero in go, like `A{v int}` is `A{v: 0}`, so zero Option sholud be `Option[int]{value: 0,...

我希望有移机转移功能,感觉把数据库、必要的文件直接压缩导出,再导入就好了,我目前换手机,没法用我以前的书籍缓存,虽然现在书籍缓存是根据标题+urlmd5,但是我都不清楚我用的是什么书源了,背景图重新设置也挺麻烦的,导入书单更是麻烦,要重新在书源里搜索,由于很多书源是外网的或者失效的(但是我可能已经把书籍完整地缓存过的),搞得很慢很慢,一开始我还以为没有用呢,知道我看了源码。。。。 这个移机转移要么做成同局域网的通信传输,要么做成导出压缩包。 感觉这个备份功能做的挺弱的。

我用最新版的突然发现现在居然书架、分组一起导出了。。。,不过缓存还得自己手动复制粘贴