weijiajia
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...

我也是,在本地使用 node16 构建的镜像,安装运行报错:   查看 [wechaty](https://wechaty.js.org/docs/puppet-services/padlocal) 文档说要配置阿里云虚拟机,是不是不能在本地运行,感觉文档真的多乱杂,看的真痛苦