SFGrenade
SFGrenade
Add option to add spacers between lines in the mini-F3. Potentially an additional page with a variable amount of spacer lines, where you can say before which line you would...
Adjust assembly names in .resx files Change .Net Core 3.1 to .Net Framework 4.0 Remove apparently unimportant Nuget Packages - Compiler didn't scream at me, so ig it's fine
https://github.com/naudio/NAudio/blob/5449b95ffe921c7bbdf55b17c75b2e7d63f1b64e/NAudio.Core/Wave/WaveFormats/WaveFormat.cs#L311-L313 this writes the `extraSize` into the file, even though it shouldn't exist if the data is PCM.
* Before adding new features and new modules, please go to issues to submit the relevant feature description first. * Write good commit messages and use the same coding conventions...
### Xmake Version https://github.com/xmake-io/xmake/releases/download/v2.8.9/xmake-dev.win64.exe ### Operating System Version and Architecture Microsoft Windows Server 2022 10.0.20348 Datacenter ### Describe Bug When building BoostNng ([here](https://github.com/SFGrenade/BoostNng) and [here](https://github.com/NetworkingHelpers/BoostNng-Cpp)), the test targets cause `error...
### Xmake Version v2.8.9+HEAD.cb1b65054 ### Operating System Version and Architecture Windows 10 21H2 ### Describe Bug The [ZmqPb]() library needs protobuf and zmq, and for that, since https://github.com/xmake-io/xmake-repo/pull/3576, it also...
also use c++17
- `x.com` is the new official domain - `fxtwitter.com` is an alternative embedding domain - `vxtwitter.com` is an alternative embedding domain
IMO, the unity logging feature could be moved to MAPI: - using [either](https://docs.unity3d.com/2020.2/Documentation/ScriptReference/Application-logMessageReceived.html) of [these](https://docs.unity3d.com/2020.2/Documentation/ScriptReference/Application-logMessageReceivedThreaded.html) - Then maybe also not only error, but possibly for a setting (idk if they...