Benjamin Winger
Benjamin Winger
This should fix #86, though I don't have an affected Windows machine to test it on, but I did test by renaming `/usr/bin/xz` on my machine (Linux), and it did...
I know that you say in the README that esplugin focuses on providing an API to libloadorder and LOOT, rather than being a general-purpose plugin parser, but would you be...
If `count` is used in a message, but not passed as a variable, it should provide a meaningful default. I'm not really sure why you would want to implement a...
This allows an arbitrary-length of fallback chain for the user-requested locale, letting users provide multiple preferred languages instead of just one.
If the message isn't available and the fallback is used, it would otherwise use the plural function for the requested locale, not the fallbackLocale. This bug causes incorrect output, or...
Fixes #8
I've been working on [Portmod](https://gitlab.com/portmod/portmod), a mod manager for OpenMW, and would love to include support for TES3Merge, however TES3Merge doesn't currently have any way of specifying alternative locations to...
Hi, I'm working on a mod manager for OpenMW called [Portmod](https://gitlab.com/portmod/portmod), and want to include support for installing tes3mp scripts. At the moment there doesn't seem to be an easy...
I've re-enabled some rust tests which had been disabled due to them not being fully supported as they now appear to be working. Passing unions as parameters still doesn't seem...
This separates the InMemDiskArrayBuilder from BaseDiskArray, renaming both to BlockVector and DiskArray, respectively. The Hash index disk arrays are now initialized more similarly to the ColumnChunkMetadata disk arrays, using `addDAHPageToFile`...