藍+85CD
藍+85CD
Maybe also make `whatwg-fetch` an optional dependency to prevent users who don't need it from installing it? ```diff # package.json { - "dependencies": { - "whatwg-fetch": "^3.6.20" - } +...
Can you try updating Urara to the latest version?
hi @briteming ,[Interstellar750 的回答](https://github.com/importantimport/urara/issues/86#issuecomment-2563869995)解决了你的问题吗? 如果没有其它问题,我将在一天后关闭此 issue。
> 没有解决。我没看懂。能告知如何详细修复这个问题吗? SvelteKit 内置的链接检测报错,你需要按照上面的说明修改(或删除) `src/lib/config/general.ts` 中对应的 header.nav 配置。
As an alternative, we could perhaps let [unSpeech](https://github.com/moeru-ai/unspeech) to support Mistral Audio Transcription API. cc @nekomeowww
Since #415 has been merged, I have closed this issue.
It looks like Lemmy is only using OpenSSL [here](https://github.com/LemmyNet/lemmy/blob/main/crates/utils/src/apub.rs), and this file is not used. Maybe delete it to solve this issue? I can create a PR.
Lemmy: - [x] activitypub-federation (0.5.8) (https://github.com/LemmyNet/activitypub-federation-rust/pull/116, https://github.com/LemmyNet/activitypub-federation-rust/pull/118#event-13507502246) - [x] lemmy-utils (https://github.com/LemmyNet/lemmy/pull/4901) Other libraries with `openssl` / `native-tls` deps: - [x] reqwest (https://github.com/LemmyNet/lemmy/pull/4901/commits/11e9d7a47fb490101f2c69699232f259b2e8b427) - [x] lettre (https://github.com/LemmyNet/lemmy/pull/4901/commits/11e9d7a47fb490101f2c69699232f259b2e8b427)
> lettre would also appreciate a PR I'm sure, and we stay on the latest versions of that also. lettre also has `rustls-tls` feature: https://github.com/lettre/lettre/blob/0132bee59d4963ba21c532b35281e00aae8ce81e/Cargo.toml#L111 I can't test them since...
Lemmy's `Cargo.lock` no longer contains `openssl`, so this issue can be closed.