Results 35 comments of wencan

@Hackerl 还真是有两个屏。不过主屏幕左边,托盘自然也是左边。 我试着断开副屏测试,问题没出现。但这问题本身就并不总是发生。

我的办法是以当前普通用户身份运行 rm -rf /tmp

debian 9 掉线无法重连 不能记住密码

@hynek I have implemented it via field hooks. ```python def field_transformer(cls, fields): new_fields = [] for field in fields: if field.default is attrs.NOTHING: new_fields.append(field.evolve(default=attrs.Factory(field.type))) else: new_fields.append(field) return new_fields @attrs.define(kw_only=True, field_transformer=field_transformer)...

@ZHUI 不用GPU?

Using a Python 3.8-based environment, the installation of auto-sklearn was without errors.