Martin Rudat
Martin Rudat
It would be useful to be able to specify the Beat Saber install directory (for this session) via a command-line argument, so that, for example, Beat Saber Legacy could launch...
It appears that ModAssistant re-downloads all songs when installing a .bplist. Would there be interest in a pull request to avoid re-downloading songs (that are already up-to-date)? If it's sufficient...
Quickly identify which outfits have which kinds of extra data/features, eg. Physics data. to make a more informed choice between alternate outfits. It would be useful to have tags/icons to...
Closes #38.
**Description** When I replace the reference in a project with triangles removed from the embedded reference with the complete reference, it appears that the slider data isn't imported correctly, and...
Ideally, this would be emitted via code generation, as there are many possible permutations: ```C# public class MatrixTheoryData : TheoryData { public MatrixTheoryData(TheoryData data1, TheoryData data2) { Contract.Assert(data1 != null...
Hi, it would be nice if IPC::System::Simple could be enhanced to respect Win32::SetChildShowWindow. Specifically, the following should have the same behaviour (excepting error handling): ``` perl #!wperl use Win32; Win32::SetChildShowWindow(0);...
I think it would be useful, given that it takes non-zero time to complete, to have the "Removing ITPOs" step's progress bar count from 0 to the number of records...
Passing `'SomeEditorID "A FULL name with an unmatched [" [ARMO:DEADBEEF]'` to something that expects a FormID results in an error; specifically complaining that the supplied value isn't an integer. Passing...
### Describe the bug There is no valid replacement for MqttClientOptionBuilder.WithConnectionUri that will accept the same range of URIs as the original method. ### Which component is your bug related...