ym-xie
ym-xie
hello, I'm trying to test connection migration based on echo_client. My idea is this: when the standard input of the client receives a specific string("chgxxx"), close the previous fd, and...
hello, maybe there exist a bug in workbook_validate_sheet_name. When `sheetname` is an empty string (`""`), the `workbook_validate_sheet_name` function does not check if the string length is 0, leading to a...
Hello, maybe there exist a bug. `ucl_parser_add_string` and `ucl_object_insert_key` work normally, but `ucl_object_lookup` can't find the previous value, so hit `__builtin_trap` ```c++ void check_and_trap_if_missing(const ucl_object_t *obj, const char *key, const...
Hello, I'm trying to use zulip bot. I followed the example from [[this page](https://zulip.com/api/configuring-python-bindings#download-a-zuliprc-file)](https://zulip.com/api/configuring-python-bindings#download-a-zuliprc-file) and tried to run the simple `helloworld` bot with the following command: ```bash zulip-botserver --config-file helloworld/zuliprc...
Hello, I encountered an issue with response file handling in `wllvm`. I have a source file `hello.cpp` and a response file `res.rsp` containing: ``` -c hello.cpp ``` I run the...