Yongzeng Liu
Yongzeng Liu
https://github.com/aio-libs/aioredis-py/blob/89b63b14878746370ba7084d58762c524471c7f4/aioredis/client.py#L1817-L1824 Timezone info loss in line 1823, is it a better way to use `timestamp`? ```python if isinstance(when, datetime.datetime): when = int(when.timestamp()) ```
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? The type of `error` in FunctionsResponseFailureis `any`. ## What is the new behavior?...
### Describe the bug I created a WXT project with [PandaCSS](https://panda-css.com/), it work well when developping by `pnpm run dev`, but when I run `pnpm run build`, it report an...
This feature add a decorator to create table via class-style, it's friendly to type hint. ```python from pypika import table_class, Table, Field, Query @table_class('customers') class Customer(Table): id = Field('id') first_name...
Reproducible project: https://github.com/YogiLiu/pdi_issue When I run `python -m pdi_issue.main`, an error was raised: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in...
**上报前请检查** - [x] 我遇到的问题没有其他人在 issue 里提到过 - [x] 我的小狼毫版本于 rime/weasel 下载 - [x] 我在使用小狼毫的最新发布版本,或最新发布版本后的 CI 构建 **操作系统信息** - OS 详细版本: Windows 11 24H2 26100.4061 - 小狼毫版本: 0.17.4.0 **描述遇到的问题** 应用最大化状态下,当输入框的位置位于屏幕的顶部(比如 VSCode...