Results 63 issues of Jason Yundt
trafficstars

[`README.md` says:](https://github.com/git-learning-game/oh-my-git/blob/c64e8f276a85601fd8366fbb20467b1b23398c0a/README.md#build-your-own-level) > 1. Download the latest version of the [Godot **3** game engine](https://godotengine.org/download/3.x). Godot 4 is not supported yet. [`.github/workflows/build.yml` says:](https://github.com/git-learning-game/oh-my-git/blob/c64e8f276a85601fd8366fbb20467b1b23398c0a/.github/workflows/build.yml#L10) ```yaml env: PROJECT_NAME: oh-my-git GODOT_VERSION: 3.2.3 ``` 3.2.3...

See the commit messages for details. Closes #348.

[I noticed that the `get_win_folder_via_ctypes` function calls `SHGetFolderPathW`.](https://github.com/tox-dev/platformdirs/blob/063275e097e2910d56291b168e5d827237be5cc5/src/platformdirs/windows.py#L238C20-L238C36) [The offical documentation for `SHGetFolderPathW` says:](https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shgetfolderpathw) Note As of Windows Vista, this function is merely a wrapper for SHGetKnownFolderPath. The CSIDL value...