roflcopter4

Results 5 issues of roflcopter4

### Operating System Windows ### What's the issue you encountered? Clang 16 fails in a couple of places, some of which could have been in third party libraries. I didn't...

bug

This is a more straightforward change I made that fixes the right click menu over the Start button, which wasn't working at all. I was going to include a fix...

I wanted to investigate and address the Task View problems by forking the repository. In review I reformatted the code for readability and ended refactoring more than I'd intended to....

enhancement

The PR I made last year was too big. I changed everything practically. Some changes were maybe valid, some not, but there were too many. So here's a little one...

#### **Describe the bug** The line 374 in "value.cpp" ``` throw Error(ErrorCode::kerInvalidIconvEncoding, encoding, "UTF-8"); ``` can cause an access violation when `encoding` is NULL. This line of code has been...

bug