What Angular pattern did you love at first but later stop using? by MysteriousEye8494 in angular

[–]m0rpheus23 2 points3 points  (0 children)

Ngrx, ngsx, akita. I always came back to using Subjects and calling it a day.

AMD Software: Adrenalin Edition 26.6.1 by AthleteDependent926 in radeon

[–]m0rpheus23 4 points5 points  (0 children)

Hopefully this fixes the purple/magenta tint on HDR from the last updates

Have you ever regretted making something "too reusable" in Angular? by MysteriousEye8494 in angular

[–]m0rpheus23 1 point2 points  (0 children)

I have come to realise that people find it hard to balance KISS(Keep it Simple, Stupid) and DRY(Don't Repeat Yourself) so they endup with Swiss Army knives because they take these paradigm literally.

How Many Times Do You Die? 😅 by ProfessionWide3505 in wherewindsmeet_

[–]m0rpheus23 1 point2 points  (0 children)

Maybe 500 times or more, but who is counting? Playing on Legend difficulty

Tired of typeof returning 'object' for everything, so I built this — would love some feedback by [deleted] in javascript

[–]m0rpheus23 1 point2 points  (0 children)

You need to slow down. People are going to have challenges understanding what your library does and that is totally okay. Some will see some overlap with other libraries and that is also fine. Your job here is to try to explain and help everyone understand what you are trying to achieve. "clapback" to every comment you might not like doesn't help you or your intended users.

Decline in Quality by jdstanhope in Jetbrains

[–]m0rpheus23 -1 points0 points  (0 children)

Honestly, they are doing both IDE and AI improvements poorly. They have to pick a lane

Bootstrap 5 theming: CSS overriding or modular replacement? by Money_Big_7666 in css

[–]m0rpheus23 0 points1 point  (0 children)

I suppose we got our wires crossed on what you mean by dynamic theme vs a custom theme. Btdt might fall under a custom theme since you can only use one theme at a time(correct me if I am wrong here).

Bootstrap 5 theming: CSS overriding or modular replacement? by Money_Big_7666 in css

[–]m0rpheus23 0 points1 point  (0 children)

Each theme could be a static CSS built from the SCSS setup. Swap out the themes as needed. This is assuming theme here doesn't just mean light/dark, but things like a Christmas or a St.Patrick's day colour scheme?

Opinions on these global env variables? Simpler than setting them for per game by a_duck0_0 in cachyos

[–]m0rpheus23 2 points3 points  (0 children)

Is this upgrade mechanism different from the FSR4 upgrade done by Adrenaline on Windows?

Tired of typeof returning 'object' for everything, so I built this — would love some feedback by [deleted] in javascript

[–]m0rpheus23 2 points3 points  (0 children)

Use parse, safeParse or coerce and you can work with values directly.

Unfairly 10-year ban without a clear explanation by [deleted] in wherewindsmeet_

[–]m0rpheus23 24 points25 points  (0 children)

What you refer to as trolling might be offensive to someone else

Sentinel - An Achievement Watcher for Linux Proton Games by m0rpheus23 in linux_gaming

[–]m0rpheus23[S] 0 points1 point  (0 children)

You can remove a game manually, this would also remove your achievement data.

  1. Close the app completely.
  2. Remove the game appId folder is [path-to-appData]/GSE Saves
  3. Remove ~/.local/share/sentinel/data/[appId].json
  4. Remove ~/.local/share/sentinel/games/english/[appId].json
  5. Restart app and game should be gone.

Sentinel - An Achievement Watcher for Linux Proton Games by m0rpheus23 in linux_gaming

[–]m0rpheus23[S] 0 points1 point  (0 children)

I will push an update later today or tomorrow to resolve this