dodola
dodola
@DyanGitHub 这个maven是个临时用的,当时为了解决这个问题临时开了一个,我看看把它发布到jcenter上
@alienzh 我也出现这个情况了,不过我这滑到中间了
@projectitis my solution ``` #define ENUM_DEF(type) \ template \ struct js_traits { \ static type unwrap(JSContext* ctx, JSValue v) noexcept { \ uint32_t t; \ JS_ToUint32(ctx, &t, v); \ return...
@projectitis example: https://github.com/dodola/quickjspp/blob/master/test/enum.cpp
@projectitis simple enum support https://github.com/ftk/quickjspp/commit/0b725022bd9126a6cf4b862430ea113ac612b350
修改中,AbsListView源码很复杂😂
[RISC-V instructions](http://www.robalni.org/riscv/instructions.html)
@710224800 卧槽,我还真没想到这个情况,我试试=_=,看来我得用另一种方法来处理这种情况了
@chasten 表示性能并没有提升。。。。
@aresa7796 OK,这个问题之前发现过,因为64的特殊性,不保证会不会有问题,我得找个手机测试一下然后再传上去,如果你有设备的话可以线把legend的代码编译一份看看,是否正常