york
york
why is the "public" namespace be "" client.add_naming_instance("", "1.0.0.7", 8080) ----- client.add_naming_instance("test.service1", "1.0.0.7", 8080) the cluster name will be None ----- client.send_heartbeat("test.service1", "1.0.0.7", 8080) the cluster name will be DEFAULT
` unhandled error in event listener TypeError: Cannot read properties of undefined (reading '$type') ` 解决方法: 把src/components/custom-properties-panel/PropertiesView.vue这个文件中的$type的那行替换成 ` this.eventType = businessObject.eventDefinitions?.[0]?.['$type'] || '';`
wkt_to_geojson is wrong with 'POLYGON Z ((30 10, 40 40, 20 40, 10 20, 30 10))'
### OS macOS 版本14.6.1(版号23G93) ### LinearMouse v0.10.0 ### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like The scroll wheel in PyCharm and...
### OS macOS 版本14.6.1(版号23G93) ### LinearMouse v0.10.0 ### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like I don't want the cursor function....
### 描述错误 date picker 组件中的shortcuts在点击后关闭过程中如果鼠标移动到了其他shortcuts上, 最终显示结果会错误 这个问题在shortcuts是两行的时候会经常触发 ### 复现步骤 https://github.com/user-attachments/assets/776b6079-ae44-43fc-b424-e5a681e35e8c ### 最小复现链接 https://www.naiveui.com/en-US/os-theme/components/date-picker#shortcuts.vue ### 系统信息 ```Shell 无 ``` ### 使用的包管理器 npm ### 验证 - [x] 阅读 [贡献指南](https://github.com/tusen-ai/naive-ui/blob/main/CONTRIBUTING.zh-CN.md)。 - [x] 阅读...