Ryan Liptak
Ryan Liptak
From IRC: > [14:19] so I am having an issue getting unger overhaul to play well with veinminer > [14:20] I set the lose food slowly over time to false...
From IRC: > `[19:15] and instead of simply disabling wooden and stone hoes, making them not work for seed grass getting`
From IRC: > `[19:15] An option to instead of just turning seeds from grass on/off, scale the drop rate` Could either be done by denying forge harvest drop events for...
From IRC: > `[19:13] Aww. Pity. Can I request compatibility with witchery and chococraft then though?` Not sure if we could generalize right-click harvest support or not.
Not sure how this should be fixed quite yet, just wanted to make note of it. > 1.7.10e - Quick Cake Update > - Added all my cakes as blocks...
See 94a735341624db5393b8f2ba0ff3d8f2107615e4 This was an option in the 1.6.4 HO config, but it was never functional in 1.6.4 because there was no 'on wake up' event in Forge (and there...
This function is unused, it doesn't provide much over a direct call to `NtQueryInformationFile`, and the current implementation contains a few footguns: - The current wrapper treats all possible errors...
- Fixes the first few code units of the name being omitted (it was using `@sizeOf(FILE_NAME_INFO)` as the start of the name bytes, but that includes the length of the...
We can use RtlEqualUnicodeString via eqlIgnoreCaseWTF16 to get Unicode-aware case insensitive path component comparison (but need to convert the components to UTF-16 first) Addresses some TODOs I noticed while looking...
### Zig Version 0.11.0-dev.363+870872dd6 ### Steps to Reproduce and Observed Behavior Save the following in a Windows-1252 encoded file: ```zig // ¶ test {} ``` (the `test {}` is not...