Forrest Smith
Forrest Smith
**Describe the bug** My attempt to make a `DuplexMsgPipeStream `is failing with "Error: The parameter is incorrect. (os error 87)". The failing call is to `CreateNamedPipeW`. **To Reproduce** ``` let...
Hi. I want to leverage yaml-rust to open, modify, and save [Unity](https://docs.unity3d.com/Manual/YAMLSceneExample.html) scene files. Out the gate I've hit multiple issues. **1. Can't parse common scene files.** This is due...
> If you don't mind sacrificing a little speed, then it's also nice to handle transpositions, so that "sta" can still match against "SpawnActorTimer", just with a lower score -...
All game console messaging is through Flatbuffers. Flatbuffers supports the creation of JavaScript bindings. It would be nice to demonstrate flexibility with a reduced feature set (one way logs only)...
On High-DPI displays I do scale the console window so it's not teeny tiny text. But it is, unfortunately, blurry text. This may be a limitation of ImGui. It'd be...
GENie has experimental support for Ninja. I tried it once upon a time but it didn't compile. It'd be awesome to get that working and compare compile times to visual...
GENie has experimental support for FASTBuild. I tried it once upon a time but it didn't compile. It'd be awesome to get that working and compare compile times to visual...
Kinda similar to issue #4. Visual Studio projects currently mark protocol.fbs as "Does not participate in build". It needs to be marked as "Custom Build Tool". If it's "Custom Build...
The flatbuffers project generates flatc.exe. The protocol project has a data file "protocol.fbs". The protocol project has a pre-build step which runs flatbuffers/flatc on protocol.fbs to generate code. Gmake constantly...
Example: https://travis-ci.org/forrestthewoods/fts_remote_console/jobs/199846298 Some warnings are platform specific. "warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_thread_fence() from instead [-Wdeprecated-declarations]" Some warnings are due to clang. "warning: unused...