mihuartuanr
mihuartuanr
官方说: > 前提条件 > 访问Visual Studio Code官网,下载并安装VSCode组件。 > 安装Docker。 > 编译代码、安装依赖以及在本地运行调试等操作都是在Docker镜像中进行。 > 安装Aliyun Serverless VSCode Extension插件。 然后,调试直接通过点击IDE相应的按钮实现,不需要Docker,还是有封装的逻辑?? 现在是debugger、run、deploy都没有反应,不知道什么问题,也没有报错
`remote scope "/opt/bit/test" was not found.` occurs after inputed user and password on client. `bit remote add` works while running `bit remote add file:///opt/bit/test` on bit-server。
`bvm -v` print `0.0.30` nothing print while running `bvm install`, terminal hang
**filePath:** [zh/physics/physics-raycast.md](https://github.com/cocos/cocos-docs/blob/master/versions/3.8/zh/physics/physics-raycast.md) **content:** 采用`Bullet`物理引擎,在3.8.4版本中尝试发现,射线的检测目前仅支持静态刚体、运动学刚体,不支持动力学刚体。 该内容没在文档中体现。
### 问题描述 ` "@antv/g2": "^5.2.7",` 折线图时间作为横坐标,长时间段的数据会很多,如何实现图表的缩放,看到了相关的文档,看链接是低版本的,虽然进入后展示的是5.x版本的文档: https://g2-v4.antv.vision/zh/docs/api/general/interaction#view-zoom https://g2-v3.antv.vision/zh/docs/api/interaction#zoom-%E7%BC%A9%E6%94%BE 在5.2.7版本中没有上述文档中相关的声明,无法使用。 看`brushFilter`能实现框选放大,也不知道如何反向缩小,也没找到相关的文档实现鼠标事件的缩放…… ### 重现链接 _No response_ ### 重现步骤 _No response_ ### 预期行为 通过鼠标实现图表的缩放 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native...