肝之炼金师

Results 40 comments of 肝之炼金师

@huan Does the branch need to be merged into main branch?

If we do not merge it, it is inconvenient for the developer to start the docker dev environment, because he should start from the branch containing the .devcontainer directory. But...

One way to solve this contradiction is to clone the [devcontainer-support](https://github.com/wechaty/matrix-appservice-wechaty/tree/devcontainer-support) branch and reset the branch and add a .gitignore file under the .devcontainer directory.

很遗憾没能在OSPP成功申报该项目。但如果该项目最终没被认领,我依然很乐意在此贡献代码。

> @545641826 It's great to know that you'd like to contribute to this project with strong aspiration, I thank you for trying to participant in OSPP 2021, and welcome to...

OK,I got it. I will finish the experiment at hand, try to move the Matrix server(It's too memory-intensive) to the physical machine.

# [matrix-appservice-wechaty](https://github.com/wechaty/matrix-appservice-wechaty) 进度报告 日期: 2021-07-04 ## 本周完成的成果 1. 熟悉Matrix 2. 大概了解matrix-appservice-wechaty 3. 了解wechaty机制 4. 熟悉开源项目贡献流程 ## 本周遇到的困难和需要配合的地方 1. 关于wechaty具体运行原理,可能需要咨询其他项目的开发人员验证一些猜想 ## 下周的开发计划和预计成果 1. 在局域网内部署开发环境,调试代码 2. 拟定开发计划 ## 其他需要说明和同步的事项 1. 目前局域网内部署的matrix全家桶访问方式灵活,如果matrix-appservice-wechaty没增加其他特别的依赖的话,可以尝试p2p穿透的方式暴露给其他开发者。

# [matrix-appservice-wechaty](https://github.com/wechaty/matrix-appservice-wechaty) 进度报告 日期: 2021-07-18 ## 本周完成的成果 1. 部署一套可以在境内高速访问的matrix-element服务。 2. 熟悉开源项目贡献流程和注意事项。 3. 实现接收图片的展示。 ## 本周遇到的困难和需要配合的地方 1. 对开源项目贡献流程不熟悉,PR请求磕磕碰碰。 2. 该项目似乎为某个对齐插件做了配置,但不清楚该插件的名字,以后代码量大了可能会遇到困难。 ## 下周的开发计划和预计成果 1. 熟悉虚拟桥接用户的命名和创建方式 2. 设计实现群会话下用户名展示策略 ## 其他需要说明和同步的事项 无

# [matrix-appservice-wechaty](https://github.com/wechaty/matrix-appservice-wechaty) Weekly Plan 日期: 2021-07-11 - 7/12 - 7/18 - [x] 部署 Matrix-element 系统 - [x] 优化 Matrix-element 系统和局域网的网络环境 - [x] 部署调试 matrix-appservice-wechaty - [x] 熟悉开源项目贡献流程 - 7/19 -...

# [matrix-appservice-wechaty](https://github.com/wechaty/matrix-appservice-wechaty) 进度报告 日期: 2021-07-25 ## 本周完成的成果 1. 进一步探索了开源项目贡献流程 2. [完善实现群和用户图片的收发](https://github.com/wechaty/matrix-appservice-wechaty/pull/82) 3. [实现群内用户头像昵称的展示](https://github.com/wechaty/matrix-appservice-wechaty/pull/83) 4. 添加一些简单feature,如:机器人自动进群;不为用户自己的微信额外创建机器人;(详见相关PR的commit) ## 本周遇到的困难和需要配合的地方 1. 发现了其他待改进的功能点,如:[发送文件时,出现少量冗余消息](https://github.com/wechaty/matrix-appservice-wechaty/issues/84);[重复建群问题](https://github.com/wechaty/matrix-appservice-wechaty/issues/80); 2. 尝试同步其他设备中自己发送的消息时遇到了大量冗余消息(有点像心跳包)。 ## 下周的开发计划和预计成果 2. 拟定社区Matrix服务器配置 1. 部署社区Matrix服务器 3. 完善优化配套文档 4....