Daniel ❄

Results 17 issues of Daniel ❄

macOS Catalina gets upset when things aren't code-signed, and we can't have proper Icons on macOS executables without `.app` anyway. We would also need to figure out a good way...

Accidentally removed the old repo tied to this Pull Request, so I'm resubmitting. Original PR here: https://github.com/leovp/steamfiles/pull/19

macOS support is shaky at best and seems to be getting less and less reliable as time goes on. The main issue seems to be Rosetta, as macOS users continue...

Sometime around Chrome version 114, video sites like Netflix that use Widevine DRM started clamping down on "PLATFORM_UNVERIFIED" status for Verified Media Path (VMP) in web browsers. This essentially means...

A recent update changed something, probably with Wayland, that broke `KeyChar` events in GMod. CEF is no longer getting `IHtmlClient::KeyEvent::Type::KeyChar` from the game, and even more problematic, it seems like...

A little bit out of the original scope of this project, but stemming from some discussion on the [Discord](https://www.solsticegamestudios.com/chat.html) and in #48. There's some notable performance gains to be had...

enhancement

**Describe the bug** Apparently if **Require TPM** under **Configure TPM startup** is set, it's in conflict, even though it worked fine in Windows 10: ![Screenshot 2024-01-26 234324](https://github.com/simeononsecurity/Windows-Optimize-Harden-Debloat/assets/2799393/f38d2dee-bc05-4397-8283-ad31e7e7b384) ![Screenshot 2024-01-26 234407](https://github.com/simeononsecurity/Windows-Optimize-Harden-Debloat/assets/2799393/eaab30d9-2f8c-4b78-91a5-b42f55848ea7)...

bug
good first issue

### Details It's possible this is/will be broken on Arch Linux shortly, but at the very least it's broken on SteamOS / Steam Deck. A recent update changed something, probably...

Platform: Linux

Looks like we have a new VDF_VERSION starting to roll out as part of the Steam Client Beta. ``` >>> with open(r"C:\Users\Winter\Desktop\WIP\appinfo.vdf", "rb") as steamAppInfoFile: >>> steamAppInfo = appinfo.load(steamAppInfoFile) >>>...

There's no documentation on how to update members, for example adding a Creator Note (`member.note`) programmatically. I had to discover the method using Browser Dev Tools from my Creator Dashboard....