Yaoyang Ye

Results 8 issues of Yaoyang Ye

``` Traceback (most recent call last): File "./opcache_disassembler.py", line 307, in ast = disassembler.create_ast(sys.argv[len(sys.argv) - 1]) File "./opcache_disassembler.py", line 186, in create_ast functions = opcache['script']['function_table']['buckets'] KeyError: 'buckets' ``` command:python3 ./opcache_disassembler.py...

### Bug Description If there's no working monitors for the remote, some strange behaviors/glitches occured in rendering some windows. The behavior: https://github.com/rustdesk/rustdesk/discussions/6551 (Yes, the same, but find the most related...

bug

I tried: ```rust request_body( content = RegisterForm, description = "Register form", example = json!("username=myusnm&password=pass.!w0rd") ), ``` will still work as `application/json`. Is there any way to use `www-form-urlencoded` sending a...

https://www.opal-project.de/Hermes.html e.g. The link to "UI" and "headless mode" is not found (404) ![image](https://github.com/opalj/opal/assets/93425234/018e73a9-eac5-4431-aa44-5e3313e0f65d)

bug
documentation

All source codes are now formatted. `clang-format.sh` should be run for new commits. The `.clang-format` file is updated. It is now corresponding to a style like the status quo. The...

SVF::PointsTo::getInternalNode(SVF::NodeID) const: Assertion `n < nodeMapping->size()` failed. The command: ```bash wpa -fspta -node-alloc-strat=dense -cluster-fs -ptd=persistent ./redis-benchmark.bc ``` Reproducible for medium-sized or larger applications. Including Redis and Tmux. I'm trying to...

These changes aim to improve the consistency of the C++ API between the 32-bit version and the 64-bit version. Related issues: #629 Changes: - Rename `RoaringSetBitForwardIterator` to `RoaringSetBitBiDirectionalIterator` (the old...

I am wondering if there is any method to enable the builtin web search tool for OpenAI models. For your information, here's the OpenAI interface: ```python import OpenAI from "openai";...