chylex
chylex
No, the only font configuration the IntelliJ SDK allows is the "Use editor font" option the plugin already has.
The inlay font is always 1 size smaller than the original font. You can compare it with Code Vision hints for example, they're the same. One possibility is if JetBrains...
Works for me. Maybe Discord is A/B testing an update.
Still works for me.
Thanks, I'll look through it soon, but I have a few notes right now: - The viewer cannot have a dependency on a third-party CDN, it needs to work completely...
> True, i made fonts into local files Unfortunately I cannot include the files either, Discord explicitly does not allow anyone else to use the fonts. > Fixed (Asked chatgpt...
I added code to store server icons, when I have time I'll integrate it into the PR and clean it up.
Need to know what isn't working and what you tried so far.
You said you installed .NET Runtime x64, but then the terminal shows you downloaded an aarch64 version of the ASP.NET Core Runtime with an error saying you have the wrong...
Download the ASP.NET Core Runtime binaries from https://dotnet.microsoft.com/en-us/download/dotnet/9.0. The terminal says you downloaded the arm64 version, but your computer is x64 and not arm64. The basic .NET Runtime is not...