psygate
psygate
* Added a proper command line option parsing utility (CLI11 https://github.com/CLIUtils/CLI11) * Updated the headers to be the proper ones for C++ * Moved C headers into the proper C++...
**Issue:** The documentation in [mesh.h](https://github.com/wjakob/nori/blob/master/include/nori/mesh.h#L130) maybe wrong, or the documentation is correct and the chosen type (MatrixX&, Reference Type) is wrong. References can't be null by the C++ standard, and...
**Feature Description:** API components like [ApplicationCommandData](https://github.com/Discord4J/discord-json/blob/master/src/main/java/discord4j/discordjson/json/ApplicationCommandData.java) use Strings as ids, while Rest API components like [ApplicationService#deleteGlobalApplicationCommand](https://github.com/Discord4J/Discord4J/blob/master/rest/src/main/java/discord4j/rest/service/ApplicationService.java#L61) take Longs as IDs. The intention to have the [ApplicationService](https://github.com/Discord4J/Discord4J/blob/master/rest/src/main/java/discord4j/rest/service/ApplicationService.java) properly typed and not...
Hi, I'm not sure where to put this but maybe someone else encounters the same problem. SDRAngel 7.22.0 crashes for me on startup with a segmentation fault (0xc0000005), the dump...