Deleted user
Deleted user
They've been missing since the last updates... what more can I say??? You even wrote a directive to report missing picons…. > Am 28.01.2026 um 21:16 schrieb Alex ***@***.***>: >...
Hi @liuzhuogood @AlphaDu @Yamazaki7 @allenfang0820! The crash issue on macOS 26, where ClashX Meta immediately exits on launch, has already been identified by the community. Notably: * A fix has...
I think that jumping from one chair to another is not a very good idea since the launcher is already very stable. Recoding the launcher is difficult and tedious.
@GeneralAtrox It likely because latest version of cslol manager work only for patch 14.22 and higher
Completely agreed!
am facing a serious and ongoing security breach affecting all of my devices. An unauthorized developer has gained access and installed development profiles without my consent, compromising my privacy and...
am facing a serious and ongoing security breach affecting all of my devices. An unauthorized developer has gained access and installed development profiles without my consent, compromising my privacy and...
Mathlib CI status ([docs](https://leanprover-community.github.io/contribute/tags_and_branches.html)): - ✅ Mathlib branch [batteries-pr-testing-854](https://github.com/leanprover-community/mathlib4/compare/master...batteries-pr-testing-854) has successfully built against this PR. (2024-09-27 20:49:49) [View Log](https://github.com/leanprover-community/mathlib4/actions/runs/11076855004) - ✅ Mathlib branch [batteries-pr-testing-854](https://github.com/leanprover-community/mathlib4/compare/master...batteries-pr-testing-854) has successfully built against this PR....
I’ve personally tested this with Postgres, but the same error persists. It seems that when running `mikro-orm migration:*` commands, the `.env` file isn’t loaded properly—even though the repository follows [the...
There’s a circular dependency: `environment.ts` imports from `@/configs`, and configs import `env`, causing `generalConfig` to be undefined. Fix: remove the config imports from `environment.ts` and compute needed values inline. In...