Kyrios LI

Results 8 comments of Kyrios LI

ysjj人气好高

Thanks for your response, I was exactly using the bundled `JavaScriptCore.framework` in iOS and OSX, and this bug was first found in iOS 11 / MacOS X 10.13, and it...

Thanks, actually I still cannot reproduce it with very simple code, it only happens in cases of a large quantity of js codes. But I'd let you know if there...

Just wanna let you know that after a period of digging into such weird cases, We figured out that the reason might be that, jsc processes micro tasks inappropriately. When...

Hey, I have just tested on osx and all works fine for me. Could you supply a little more specific information why it does not work?

@agentzh Many thx. BTW I discovered another solution for composing http request, hope helpful for your project: http://www.cnblogs.com/kyrios/p/ngx_lua-httpclient-using-capture-and-proxy.html

多谢,我运行 `qemu-system-misc` 里的 `qemu-system-loongarch` 命令时,没有任何输出。请问是 README 里提到的需要适配的原因吗 ```sh # QEMU=qemu-system-loongarch64 ./run_loongarch.sh + qemu-system-loongarch64 -m 4G -smp 1 -bios ./loongarch_bios_0310.bin -kernel ./vmlinux -initrd busybox-rootfs.img -append 'root=/dev/ram console=ttyS0,115200 rdinit=/init' -vga none -nographic...

Bitwise op cannot be used, for example: ```js isEven(2.2) // true ```