ohmycloud

Results 4 issues of ohmycloud

## The Problem **dynload.h: No such file or directory** ``` chenyf@yf-pc:/opt/software/rakudo$ sudo perl Configure.pl --git-protocol=git --gen-moar --gen-nqp --backends=moar --prefix=/opt/rakudo No pre-existing installed file found at /opt/rakudo/bin/nqp-m HEAD is now at...

save the `ts` column into test.xlsx ``` ts 2023-10-31 00:39:00 ``` convert test.xlsx to test.csv: ```bash xlsx2csv test.xlsx test.csv --dateformat '%Y-%m-%d %H:%M:%S' ``` the datetime `2023-10-31 00:39:00` is convert to...

When I pass some Chinese to `mvaddstr` function, for example: `你好`, the output is OK, but when I pass some other Chinese/Japanese to `mvaddstr`, such as `彩虹`, `哈哈` , `ウルヰ`,...

## The power superscript doesn't work well on Windows Raku REPL ``` To exit type 'exit' or '^Z' [0] > say 3² 32 [1]> say 13² 132 ``` ## Expected...

Windows
REPL