Robert Müller
Robert Müller
When recording player server demos (with `sv_player_demo_record 1`) the demos end when the tee is still before the finish line. It would look better if the demos were a bit...
This avoids the warning/error "signed and unsigned type in conditional expression [-Werror=sign-compare]" with GCC 7.5.0 on Ubuntu 18.04.
After you select an IME candidate, the composition cursor cannot be moved at all initially. If you select a candidate by using the up/down arrows, then the composition cursor will...
For example when using the Japanese IME and typing "watashi" as "わたし" the caret should initially be positioned after the character "し". While the composition is active, the cursor can...
If you are using a battery powered gamecontroller, there should be an indication of the battery state somewhere in the UI. Or if your battery is running low, a message/symbol...
### Describe the bug Using `Refactoring.copyMethod` to copy methods causes a `NullPointerException` when the method has no parent type. ### Source code you are trying to analyze/transform ```Java public class...
GitHub workflow file: ```yaml name: Flawfinder on: push: branches: [master] pull_request: # The branches below must be a subset of the branches above branches: [master] schedule: - cron: '28 13...
``` Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/2to3 Target /usr/local/bin/2to3 already exists. You may want...
Reported by cyberFighter on Discord: > take an image, name it something idk, then rename it to something that can be external and export will go out of the box...
``` [ RUN ] Jobs.AbortAbortable ../src/test/jobs.cpp:74: Failure Expected equality of these values: pJob->State() Which is: 1 IJob::STATE_ABORTED Which is: 3 [ FAILED ] Jobs.AbortAbortable (0 ms) ``` Commit of #8041...