DDGG
DDGG
Decorator version: ```py def trim_before(wrapped): def wrapper(self, value, *args, **kwargs): if hasattr(value, 'strip'): value = value.strip() return wrapped(self, value, *args, **kwargs) return wrapper from marshmallow import fields fields.String._deserialize = trim_before(fields.String._deserialize)...
路过,默哀……
> @roachsinai 最新版已经关闭这个功能了,为了防止跟为知的冲突 请问为什么要关闭啊,能不能恢复?谢谢!已经看惯了 Editor.md 的样式了
I created a [_eventlet_dns_hook_maker.py](https://gist.github.com/ddcatgg/178aeee927c4bfb0e7e38071c95cbcce) to generate `hook-eventlet.py` for PyInstaller to solve the dns.* import issue. The `hook-eventlet.py` generated for me is as following: ``` hiddenimports = [ 'dns.dnssec', 'dns.e164', 'dns.edns',...
> > failed to parse bitcode for LTO module: Invalid alignment value (Producer: 'LLVM17.0.6-rust-1.75.0-stable' Reader: 'LLVM 17.0.6-rust-1.75.0-stable' 这个问题也搞定了靠,就是本地g++ 版本太低了升级一下即可,在这里留一个记录吧,方便其他人也遇到类似问题 > > 你好,请问下您是怎么修复的? 我按照这个升级了g++http://pointborn.com/article/2023/6/12/2175.html 后还是报错 > >  同问
今天我也遇到了,拉的最新的库
这个问题由来已久,因为不影响使用所以修复的优先级比较低。
好像不是这里的问题,刷了友善的最新原厂固件也这样: https://github.com/friendlyarm/Actions-FriendlyWrt/releases 在系统 ->LED配置 可以看到有 wan 和 lan 的 LED 灯设置,但看起来挺正常。