Monica S.
Monica S.
**Minecraft Version:** 1.19 **Forge Version:** 41.1.0 **Logs:** N/A **Steps to Reproduce:** 1. Create a `TagsProvider` for data generation 2. Add a tag with `replace(true)` or `remove(entry)` 3. Observe that the...
Working in a separate branch so that more testing and discussion can be done without screwing up history. (I.e. all of the changes can be squashed when merging.) This is...
After looking at our labels, I'm thinking there might be a better way to organise our issues and PRs, which might also enable the "projects" boards to work better. So...
After #383 we're currently stuck without any form of interface for non-programmers. We should implement [Fabulist](https://github.com/NovelRT/Fabulist), our new VN language into NovelRT. The idea is roughly: - Fabulist is used...
CMake snippet from Discord demonstrating the issue: ```cmake # (Resources -> JavaBootstrapper) execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different D:/Users/jeuxj/Documents/Source Projects Dev/NovelRT/build/resources/Fonts/Gayathri-Regular.ttf D:/Users/jeuxj/Documents/Source Projects Dev/NovelRT/build/src/NovelRT.JavaBootstrapper/Resources/Fonts/Gayathri-Regular.ttf ) # (Resources -> JavaBootstrapper) ``` Using `$`...
Workaround: specify `-Dgtest_USE_DEBUG_BUILD=ON -Dgmock_USE_DEBUG_BUILD=ON` as additional arguments when building Debug or RelWithDebInfo. In summary: Fuck vcpkg.
Part of #196, moved to backlog because it's taking me way too long to get working.
# Description GetSampleFormat() in `PulseAudioPlaybackDevice.CreateStream` and `PulseAudioRecordingDevice.CreateStream` (see #55) returns a hard-coded constant, `pa_sample_format.PA_SAMPLE_S16LE`. This means they don't support anything other than signed little-endian shorts. I actually forgot to open...
# Description PulseAudio does not yet implement audio recording. This is the issue to track that. # Reproduction Steps Call `IAudioProvider.RequestAudioRecordingDevice` with any value, when using the PulseAudio provider. #...
Still debugging, but I wanted to get the changes checked in for tracking. Finishes the implementation of #46 for the PulseAudio provider and fixes #45. Currently, the implementation causes an...