William Breathitt Gray
William Breathitt Gray
I decided to change the variable name to `MINETEST_USER_PATH` to match the naming convention of the existing Minetest environment variables listed in the [`minetest.6`](https://github.com/minetest/minetest/blob/master/doc/minetest.6) file. I also added support for...
I agree that specifying the actual directory would be better. The reason for the current behavior of Minetest creating a `.minetest` folder is because the user's home directory is assumed...
So I adjusted the code to have `path_user` set to the `MINETEST_USER_DATA` environment variable directory (if it is set). In separate commit, I adjusted [`create_userdata_path()`](https://github.com/minetest/minetest/blob/0e439b2fa3f0ba4f3352273519c32ebc9c3a680e/src/main.cpp#L501) to create the user data...
Okay, I understand. I'll utilize `fs::RemoveLastPathComponent` instead then.
As I was implementing this, I discovered `fs::CreateAllDirs` which does what we want so I've adjusted the commit to call that instead.
I don't have that Window theme installed so I'm not able to verify myself right now, but judging from the screenshot I suspect what you're seeing blocking the checkboxes is...
So I installed the Windows-7 theme on my Fedora 36 system with the default GNOME setup. I git cloned the BleachBit master branch a few minutes ago and ran it....
I downloaded the zip file from the link provided so I assume it's the same one. ``` $ md5sum Windows-7-2.1.zip adaa0a47ee57d1044214463f22b45336 Windows-7-2.1.zip ``` As for the difference in the title...
Looks like **pulldown-cmark** merged [support for math expressions](https://github.com/pulldown-cmark/pulldown-cmark/pull/734), so that be a path forward for **zola.**
This patch should theoretically not be necessary when `setStreamSolo` is used, but `setStreamSolo` appears to work as a no-op on newer versions of Android. A more encompassing solution may be...