moecasts

Results 29 issues of moecasts

参考插件 https://github.com/MoePlayer/hexo-tag-aplayer

enhancement

The fire method (which was deprecated in Laravel 5.4) of the Illuminate/Events/Dispatcher class has been removed. You should use the dispatch method instead.

## 现有注册方式 ### 代码 https://github.com/go-kratos/kratos/blob/014778b72a2086ace5eb7bdf3c7bb10205b68110/contrib/registry/consul/client.go#L70-L125 ### 缺点 只注册一个 service 实例,导致 dns 服务发现只能获取到一个服务节点, 比如同时有 http/8000 和 grpc/9000 两个服务,使用 dns 来做服务发现的话,只能查询到 grpc/9000 一个服务: ```bash # dig @172.233.0.2 -p 8600 novel-service.service.consul SRV ;;...

question

### Current Behavior ## Request ```sh $ curl -i http://127.0.0.1:9080/v1/users/\?id\=1234567890123456123 HTTP/1.1 404 Not Found Date: Mon, 11 Jul 2022 16:26:29 GMT Content-Type: application/json Content-Length: 0 Connection: keep-alive grpc-status: 5 grpc-message:...

can't fix by us

### tdesign-react 版本 ^0.38.0 ### 重现链接 https://codesandbox.io/s/tdesign-react-demo-forked-xmjuxk?file=/src/demo.jsx ### 重现步骤 `Popup.children` 是一个条件渲染的组件时,`Popup` 的行为失效。 ### 期望结果 能正常展示 `Popup` 组件。 ### 实际结果 在项目中,表现为定位失效,`top: 0px; left: 0px`。 在 `CodeSandbox` 中表现为报错。 ### 框架版本 _No response_...

由于我使用的是 SPA 主题:[Inside](https://github.com/ikeq/hexo-theme-inside),`meting.js` 中的 `DOMContentLoaded` 事件并不能很好的触发初始化事件,希望能像 `aplayer` 标签一样在内容中执行初始化脚本。

demo video: https://asciinema.org/a/O3IS2Gpd4SsWaVgIFKkA086U3

Is it possible to auto detect `optional` and `oneof` keywords and add `?` to the export `type` ? eg: ```protobuf message Person { string name = 1; optional uint32 age...

### tdesign-react 版本 0.42.0 ### 重现链接 https://codesandbox.io/s/tdesign-react-demo-forked-8dj9v3?file=/src/demo.jsx ### 重现步骤 在有 tag 的情况下按退格键 (breakspace) ### 期望结果 会触发删除标签操作 ### 实际结果 不会触发删除操作 ### 框架版本 React 16.13.1 ### 浏览器版本 _No response_ ### 系统版本 _No...

to be published

### tdesign-react 版本 0.42.0 ### 重现链接 https://stackblitz.com/edit/react-bbqyd1?file=src%2Fdemo.jsx,package.json,src%2Findex.js ### 重现步骤 1. 将组件数据清空 2. 点击保存 3. 出现一次错误信息后,继续点保存,空数据也能保存成功 https://user-images.githubusercontent.com/37169906/191685507-3032037f-a91d-415e-be65-624c2281a56f.mp4 https://user-images.githubusercontent.com/37169906/191428660-56609c41-1a24-4259-a0cb-f83766ae1de6.mp4 ### 期望结果 再次点击保存时,依旧有校验失败信息 ### 实际结果 第二次保存成功了 ### 框架版本 React 16.13.1 ### 补充说明 第二次点击保存时貌似读取了...