Peace

Results 18 issues of Peace

cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:243: /home/peace/gopath/src/github.com/lwfinger/rtw8852be/os_dep/linux/os_intfs.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.8.0-31-generic/Makefile:1926: /home/peace/gopath/src/github.com/lwfinger/rtw8852be] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.8.0-31-generic' make:...

#[test] fn test_option(){ #[derive(Debug,Default, Clone, PartialEq)] #[alkahest::alkahest(Formula, Serialize,SerializeRef, Deserialize)] pub struct Sub { pub id: String, } #[derive(Debug,Default, Clone, PartialEq)] #[alkahest::alkahest(Formula, Serialize,SerializeRef, Deserialize)] pub struct Data { pub data_i32: i32,...

![image](https://github.com/user-attachments/assets/70f855a4-82eb-43ac-92d0-eac150d5aefc)

libsqlx_macros-9e58b39bda010bf1.so: undefined symbol: __ubsan_handle_type_mismatch_v1 cmd: cargo zigbuild --release --target x86_64-unknown-linux-gnu.2.17

### Summary DESCRIPTION_HERE error info: Could not install the Go Language server 'gopls' because 'go' was not found Steps to reproduce: 1. set the terminal is git bash 2. open...

state:needs info
area:languages/go
area:language server/server failure

环境: bun: 1.2.19 node: v22.16.0 ts: 5.8.3 运行代码: const fontmin = new Fontmin() .src('src/assets/Helvetica.ttf') .use(Fontmin.glyph({ text })) .dest('src/assets2'); fontmin.run((err, files) => { if (err) { console.error(err); } });