Monica S.
Monica S.
Fixes #8949 This adds the list of removed entries to the TagFile codec, and also shuffles the construction of TagFile to be done as a build step in TagBuilder, rather...
**Describe the issue:** Some inline functions in our header files cause cyclic dependencies - particularly ones with pointer casts. **Please provide the steps to reproduce if possible:** 1. Use the...
**Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](https://github.com/novelrt/NovelRT/blob/misc/templates/Contributing.md#pull-requests) - [ ] Tests for the changes have been added (for bug fixes /...
**What is the current behaviour?** Native wayland support is broken due to a bug in GLFW (see #525) **What is the expected behaviour/change?** Wayland should be preferred if available, falling...
There was a [short discussion](https://canary.discord.com/channels/313125603924639766/852298000042164244/1163412066980331540) in the NeoForged discord about ways that configuring logging could be made easier for mod developers and users, and this is roughly what came from...
What tools should we use for generating documentation? What should the docs contain?
Most importantly, the section on [Constructors](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cctor-constructors-assignments-and-destructors). This means defining appropriate ctors for types, or deleting them if not appropriate.
This issue will be used to track the status of the websocket client. - [x] Connection logic - [ ] Heartbeat logic - [x] Receive gateway events - [ ]...
Some areas are missing `const` where the values returned/used/etc are not modified and so should be const.
Unit tests are needed to ensure the code I'm writing actually works. This involves adding some stuff to the CMakeLists to allow building of unit tests. - [x] Add unit...