MeetzhDing

Results 7 issues of MeetzhDing

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
size/XS

## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
PR: awaiting doc
size/M
PR: first-time contributor

When using webpack or rollup, we may bundle different version rxjs into websites. Function using innerFrom (eg. mergeMap, from) will throw InvalidObservableTypeError when input is not instanceOf current version Observable,...

添加新的 ECharts Opts 配置类型支持 https://echarts.apache.org/zh/api.html#echarts useDirtyRect?: boolean, // 从 `5.0.0` 开始支持 useCoarsePointer?: boolean, // 从 `5.4.0` 开始支持 pointerSize?: number, // 从 `5.4.0` 开始支持 ssr?: boolean, // 从 `5.3.0` 开始支持

### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js var option; let base = +new Date(1988, 9, 3); let oneDay = 24 * 3600...

bug
pending
en
stale
waiting-for: community

See this: https://github.com/wendux/Ajax-hook/issues/14 Can you add an extre param to implement iframe proxy?

这个问题出现在 Raycast 的 ChatGPT 插件上,但这应该是个共性问题。 具体的细节请看: https://github.com/raycast/extensions/issues/14230 deepseek 的 api 服务,当前的 content 参数只能够接受纯字符串,不能接受 数组对象结构。 这会导致一些第三方服务的调用出现异常。 我们可以对 API 接口进行兼容性升级吗?支持使用数组形式的 text 文本输入。期望允许接收的参数如下格式 https://github.com/raycast/extensions/blob/4e86383a7211b23eeda858e1da9b32a26a5c89a9/extensions/chatgpt/src/hooks/useChat.tsx#L71-L81