Inflation

Results 66 comments of Inflation

It works if I use `x86_64-unknown-linux-gnu-gcc` as the linker.

It will invoke the system linker `ld`, which doesn't support cross-compiling. ```bash ld: unknown option: --as-needed ```

I got some time to investigate more. So using `gcc` as the linker works fine (with a little hack): ```bash ln -s /opt/homebrew/bin/ld.mold /Volumes/CSP/x-tools/aarch64-linux-gnu/aarch64-linux-gnu/bin/ld ``` ```toml [target.aarch64-unknown-linux-gnu] linker = "/Volumes/CSP/x-tools/aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc"...

https://github.com/bheisler/criterion.rs/issues/534

补充一下,是admin管理页面被403,不知道能不能在admin页面中加入csrf验证

Don’t worry, fork to the rescue! https://github.com/inflation/uwu

Same issue with `PatrickF1/fzf.fish`. `omf` always fetch for `master` when updating.

@Frank-Mayer Apple M1 The weird thing is, after I pulled the latest changes, those two tests are passing now. But `control_close_send_error` is failing. ```bash thread 'control_close_send_error' panicked at 'assertion failed:...

Same problem. And macOS has its own driver for graphics card, so maybe not AMD's issue.

Fixed in [a334081](https://github.com/inflation/jpegxl-rs/commit/a334081ac70ae84597c4872c15d957dfc1b90a9e) by updating `criterion` to `0.4`.