Richard Yu

Results 25 issues of Richard Yu

**I certify that I have first consulted** (check all with "x") **我确认我已经查看了** (使用 "x" 选择) - [ ] [Hexo documentation | Hexo 文档](https://hexo.io/docs/) - [ ] [Material theme documentation |...

**I certify that I have first consulted** (check all with "x") **我确认我已经查看了** (使用 "x" 选择) - [ ] [Hexo documentation | Hexo 文档](https://hexo.io/docs/) - [ ] [Material theme documentation |...

In lxlaunch.cpp:203 it checks whether the output handle is a console handle. I wonder if it's possible to make it supports non-console handles?

目前 PS 版原神和 PSN 账号绑定,不可在 PC 或手机上登录,无法使用此工具。 经过网友的测试,PS 版的抽卡记录页面是使用系统的浏览器打开的,能查看页面链接,但不能复制。 个人认为可以考虑让用户截图,然后通过 OCR 识别出 key。

这里有一些例子 https://bitbucket.org/padavan/rt-n56u/issues/224/how-can-i-add-another-language-korean https://bitbucket.org/padavan/rt-n56u/commits/33ddef1a60d4ab55f350173921f4ac82e3510a4b#chg-trunk/user/www/dict/SV.dict

I'm adding new language to [Messages.properties](https://github.com/FabricMC/fabric-loader/blob/d713b2a801ad142394ac0eb1d1eaa452fc783021/src/main/resources/net/fabricmc/loader/Messages.properties). However, some messages are not localizable, for example: https://github.com/FabricMC/fabric-loader/blob/d713b2a801ad142394ac0eb1d1eaa452fc783021/src/main/java/net/fabricmc/loader/impl/gui/FabricGuiEntry.java#L109 https://github.com/FabricMC/fabric-loader/blob/d713b2a801ad142394ac0eb1d1eaa452fc783021/src/main/java/net/fabricmc/loader/impl/FabricLoaderImpl.java#L190-L192 Should I make messages in exceptions localizable? Or just leave it there?

Currently there is only intrusive adapter macros (MSGPACK_DEFINE_ARRAY and MSGPACK_DEFINE_MAP), but no non-intrusive. A possible (incomplete) implementation is: ```cpp #define MY_DEFINE_MAP_EACH_PROC(r, data, elem) \ MSGPACK_PP_IF( \ MSGPACK_PP_IS_BEGIN_PARENS(elem), \ elem, \...

C++