weijiajia

Results 6 comments of weijiajia

> **Is your feature request related to a problem? Please describe.** 依赖库clagiordano/weblibs-configmanager依赖的symfony/yaml ^2.8版本太老了,并且在SDK中并不需要依赖yaml。 > > src/Config/Config.php 中使用了ConfigManager对象,看了clagiordano/weblibs-configmanager的源代码ConfigManager对象不需要依赖symfony/yaml,只有YamlConfigManager才需要依赖symfony/yaml,所以SDK并不需要yaml扩展。 > > **Describe the solution you'd like** 如果clagiordano/weblibs-configmanager无法更新的话希望替换掉这个依赖。 > > **Describe alternatives you've...

I can't wait to re-write the code to remove IIm-server, I think it's redundant

我发现超哥无处不在啊,哈哈哈

```php // 获取分表模型 trait ShardingTrait { abstract public function setTable($tableName); abstract public function tableName():string; public function getTableName(?Carbon $date = null): string { $date = $date ? $date->toDateString() : date('Y-m-d'); $year...

![image](https://user-images.githubusercontent.com/71494064/206857976-ad9f98fe-212b-41a4-b54c-0ebacb5be649.png)

我也是,在本地使用 node16 构建的镜像,安装运行报错: ![image](https://github.com/padlocal/wechaty-puppet-padlocal-demo/assets/71494064/edafe572-9fde-49a7-9f5b-baccb20745e6) ![image](https://github.com/padlocal/wechaty-puppet-padlocal-demo/assets/71494064/4b8d847d-0e35-49e8-9434-1cf4990f2655) 查看 [wechaty](https://wechaty.js.org/docs/puppet-services/padlocal) 文档说要配置阿里云虚拟机,是不是不能在本地运行,感觉文档真的多乱杂,看的真痛苦