YueYue
YueYue
### Description of the bug My raid1 array is not shown in the disk widget, instead one of the disk in the raid group is shown as "No mount found"...
**Description** Change GPU support command from ``` docker container run -it \ -p 80:3001 \ -v /:/mnt/host:ro \ --privileged \ --gpus all \ --env DASHDOT_WIDGET_LIST="os,cpu,storage,ram,network,gpu" mauricenino/dashdot:nvidia ``` To ``` docker...
启用模组后lsp会提示sepolicy未被正确读取,且部分lsp模块无法使用
When I enable `DERP_VERIFY_CLIENTS` and mount the tailscale socket, the log spams: ``` 2024/05/09 13:53:09 derp: 192.168.1.1:33204: client 6e6f64656b65793a38363561646163373162613765313461366266646161616666393336356338303233633966353363386134646532386637613536316262306532313562623331 rejected: failed to query local tailscaled status: Failed to connect to...
**Describe the bug(现象描述)** 情景模式报错 `java.lang.RuntimeException: unable to instantiate accessor compiler` **To Reproduce**(如何复现) 使用开机脚本: ```json [ { "name": "开机工作", "description": "开机自启动一些程序,来自变量名ziqidong,划掉除去变量all_app的卡片,此变量除去了微信,删除一些日志", "priority": 1, "condition": "systemReady == true", "actions": [ "foreach (pkn...
```tsx import createGlobe from "cobe"; import { useEffect, useRef } from "react"; import { useSpring } from "react-spring"; const THETA = 0.3; // m = [-sin(phi)*cos(theta), sin(theta), cos(phi)*cos(theta)] function centerLatLon(phi:...