HeroBrine1st Erquilenne
HeroBrine1st Erquilenne
Code with bug located at com.github.games647.flexiblelogin.commands.RegisterCommand:68 `if ("totp".equals(settings.getGeneral().getHashAlgo())) {` String "totp" is compared to HashingAlgoritm. Such a comparison always return false. I tried to fix this with: `if(HashingAlgorithm.TOTP == settings.getGeneral().getHashAlgo())`...
TL;DR Skip to the text right above the quote. I spent a week with my tired brain trying to figure out if there is any OpROM in my laptop. Found...
Check if DXVK_FRAME_RATE is set and uses it to show instead of fps limit:  This change is purely visual. Of course it does not check DXVK config. Tested on...
Hi First, the actual issue: This happens when you add `hardware.opengl.enable = true` to system configuration. ``` error: builder for '/nix/store/xy5dp5aggr6i803ib5z5vc2895hrwbj1-source.drv' failed with exit code 1; last 7 log lines:...
**Describe the bug** Titlebar hiding does not work with electron apps on wayland (xwayland works). Not one app, examples: official discord package, vesktop, element-desktop, spotify. I have a minimal VM...
I'm on 0.9.14. Currently, if I place tracks with gapless playback in playlist with hybrid replaygain, there may be sudden jump of volume on next track, and due to tracks...
This PR adds TelegramFile.ByInputStream, which allows to send files without storing the whole blob on disk or in RAM. Fields of this data class are created independently of [almost same...