Colin Cheng

Results 13 comments of Colin Cheng

1. Goto https://archive.archlinux.org/repos/2025/06/12/extra/os/x86_64/ 2. Downloading: * gtkd-3.11.0-1-x86_64.pkg.tar.zst * libphobos-1_2.111.0-1-x86_64.pkg.tar.zst * liblphobos-3_1.40.1-3-x86_64.pkg.tar.zst * tilix-1.9.6-8-x86_64.pkg.tar.zst 3. Install: go to download dir, run: ``` bash sudo pacman -U ./gtkd-3.11.0-1-x86_64.pkg.tar.zst \ ./libphobos-1_2.111.0-1-x86_64.pkg.tar.zst \ ./liblphobos-3_1.40.1-3-x86_64.pkg.tar.zst...

我在设置了 `keyboard_height` 及 `keyboard_height_land` 后正常了,你可以试试。

@brophdawg11 I have same issue in remix v2.14.0 ``` Typescript import { type LoaderFunctionArgs, data } from "@remix-run/node"; import { useLoaderData } from "@remix-run/react"; export const loader = async ()...