XYenon
XYenon
我之前测试 go-cqhttp 貌似获取不到转发的消息,可能和这个 issue 有关: https://github.com/Mrs4s/go-cqhttp/issues/1251
Supported by https://github.com/ehForwarderBot/efb-qq-plugin-go-cqhttp/pull/24
go-cqhttp 的 `report-self-message` 配置打开了吗
> What if user delete all records in current page? The list will be empty while there’s still items in other pages. Maybe we can refresh the finished list when...
I found that this error was raised by nix when running `sudo -i nix upgrade-nix`. So I think maybe topgrade should do the same thing, just skip this step, on...
@sxyazi I think we should make these changes on master and then backport them together?
@musjj I think we should backport these commits as-is first, to fix some bugs like https://github.com/nix-community/home-manager/issues/4822. And then add new features to the master branch.
I got this error when install by pdm ``` ERRORS: add gevent failed: Traceback (most recent call last): File "/nix/store/xv07imkf2h5ryyk1xaa89fqdy4q84791-python3-3.10.12/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/nix/store/gilr0rh2g42axsc4wp980kyvnxdsy194-pdm-2.8.2/lib/python3.10/site-packages/pdm/installers/synchronizers.py",...
It looks like pdm also use PEP 517. ``` unearth.preparer: Downloading (5.8 MB) pdm.termui: Preparing isolated env for PEP 517 build... pdm.termui: Saving wheel to cache: pdm.termui: Running PEP 517...
I found it just use a wheel `gevent-22.10.2-cp310-cp310-macosx_10_15_x86_64.whl` on 22.10.2, but 23.7.0 does not have a `-cp310-cp310-macosx_10_15_x86_64` wheel.