Junyong Liang
Junyong Liang
I'm also running into the same issue where I accidentally commit files I want to remove. I've been using a similar workaround with Lazygit. By using the edit option during...
> `mc` is Midnight Commander on my system :P Could a new alias or name be added to the pages to distinguish MinIO Client from Midnight Commander?
xs我看dirsearch还在更新,作者不是说对标来着吗
@arvinxx 是登录的状态。我看在控制台看 /welcome 的 referer 是 url/?setting=json 的那个网址,具体跳转逻辑我没细看。
```plaintext APP_URL=https://lobe.domain/ KEY_VAULTS_SECRET=xxx DATABASE_URL=postgresql://postgres:xxx@postgresql:5432/lobe NEXT_AUTH_SECRET=xxx NEXT_AUTH_SSO_PROVIDERS=logto NEXTAUTH_URL=https://lobe.domain/api/auth AUTH_LOGTO_ID=xxx AUTH_LOGTO_SECRET=xxx AUTH_LOGTO_ISSUER=https://lobe-auth-api.domain/oidc HTTP_PROXY=http://xxx HTTPS_PROXY=http://xxx S3_ACCESS_KEY_ID=xxx S3_SECRET_ACCESS_KEY=xxx S3_ENDPOINT=https://lobe-s3-api.domain S3_BUCKET=xxx S3_PUBLIC_DOMAIN=https://lobe-s3-api.domain S3_ENABLE_PATH_STYLE=1 FEATURE_FLAGS="-check_updates,-welcome_suggest,-market" ``` 具体的请求是 ```plaintext https://lobe.domain/?settings={"keyVaults":{"openai":{"apiKey":"xxx","baseURL":"https://api.domain/v1"}}} ```
我目前问题的复现方式找到了。我是把openai的开关**关闭**了,使用 ```plaintext https://lobe.domain/?settings={"keyVaults":{"openai":{"apiKey":"xxx","baseURL":"https://api.domain/v1"}}} ``` 方式访问时,就会跳转至/welcome。而**打开**openai开关时,上述方式可以正常导入。 对于临时方案 ``` https://lobe.domain/chat?settings={"keyVaults":{"openai":{"apiKey":"xxx","baseURL":"https://api.domain/v1"}}} ``` 可以在不论openai开关的情况下导入。 我觉得大致的问题算是清楚了,issue就看两位开发者决定是现在关还是修复之后关吧
I found binary created by cargo bulid --release is playable
> 关掉浏览器的quic试试。 试了下有用
同意,我在分享给别人使用时的时候,第一次加载总是非常缓慢,甚至出现了超时加载错误的问题,反馈给我的问题是前端的js较多,本身网站带宽也小。
可以嘗試下載一個2.28的libc,然後通過LD_PRELOAD=/path/to/your/libc.so ./clash-verge來手動指定。但是不保證程序会不会依赖其他的什么。