Zhiqiang Zhang
Zhiqiang Zhang
The demos not works in my chrome (latest version 96.0.4664.110 and Edge). But works in my android web browser. Both https://sortablejs.github.io/Vue.Draggable/ and https://david-desmaisons.github.io/draggable-example/ not works.
**Is your feature request related to a problem? Please describe.** 目前,显示图片时,图片会比屏幕小一点(目测约90%的屏幕大小)。我希望图片能真正做到全屏。 **Describe the solution you'd like** 增加一个选项,使得图片显示时为100%。
**Is your feature request related to a problem? Please describe.** the plugin is somewhat slow when navigate big images. **Describe the solution you'd like** If plugin preloads the next image,...
My app showed me an error message: ``` ERROR: [connection:5] error while handling request: basic_string::_M_replace_aux ``` I didn't know where the error cames from (even I compiled in debug mode...
后端已出现提示:TimeoutError: OpenAI timed out waiting for response。 前端无提示,curser一直在闪烁傻等。 建议:前端提示错误 timeout。
**Describe the bug** The member variable of python class is missed, if: 1. with type annotation 2. not appeared elsewhere. Below is a short example. The `a` will show in...
**Describe the bug** The python code: ```python def fun1(one, *two): pass def fun2(one, *, two): pass ``` will output the same functions: ```python fun1 (one, *two) fun2 (one, *two) ```...
I know `@cond` / `@endcond` can hide block of codes. But a `@hide` or similar command might be easly used: ```python ## @hide def not_shown_function(): pass ```
Hi, I need to share docs between functions and params. As I know, writing the snippet in seperator example file and using @snippetdoc to include the file and snippet will...
In many cases, the functions share same parameters with same doc on them. @copyparam will be useful in these cases. ```python ## @brief This is a function. # @param a...