Yichun Zhang
Yichun Zhang
I ran into a compile-time error while trying to compile my simple Perl 6 calculator script below: https://raw.githubusercontent.com/agentzh/perl-parsing-library-benchmark/master/calc-Rakudo.p6 I'm using the latest master of Perlito as of this writing (commit...
I'm seeing the following random test failures on Fedora x86_64: ``` t/stream/os-getenv-hup.t ........... 1/13 # Failed test 'TEST 2: HUP reload changes env value (1/3) - response_body - response is...
Please base on the agentzh git branch. Thanks a lot!
Please base on the "agentzh" branch. Thanks!
The command I ran is like this: ``` rr record qemu-system-x86_64 -kernel /boot/vmlinuz-`uname -r` \ -nographic \ -enable-kvm \ -drive 'format=raw,file=qemu-image.img' \ -append "root=/dev/sda rw console=ttyS0" ``` Running it immediately...
It is desired to enable those Lua APIs that might yield in the context of `init_by_lua*`. It's particularly useful to have the ability to initiate multiple concurrent light threads to...
Gmail's SMTP server requires the STARTTLS command to work properly.
It should use ngx_lua's `ngx.encode_base64` and `ngx.decode_base64` API functions instead of LuaSocket's pure Lua implementation. The performance difference should be notable.
I wonder if this library can do detailed error reporting on invalid JSON inputs. Right now it does not indicate the offending location in the potentially large JSON input strings...
I wonder if implementing such features is technically possible, and we're interested in helping. It seems like we just need to use `ptrace`, etc., first to attach and stop the...