TripleWhy

Results 7 issues of TripleWhy

I feel like this should be mentioned somewhere. Maybe `DiscoverOrDownloadSuitableQtRuntime()` could even do this? Or maybe the download could be self-contained to not require the system wide vs redist packaage....

enhancement

Consider the following code: ``` var vbox = new QVBoxLayout(); var hbox = new QHBoxLayout(); vbox.AddLayout(hbox); vbox.Dispose(); // System.AccessViolationException ``` Tested with the official QtSharp-0.7.4 release with Qt-5.9.2-MinGW. The equivalent...

When I click on any sattelite, I get what I assume is an uninitialized radar view. I can't do anything either, except for pressing the android back button. ![Screenshot_20220820-064440](https://user-images.githubusercontent.com/2760830/185729270-c05cfb1b-47ae-42f5-9076-73e2738f0e78.png)

I was playing around with some rainbow effects and was wondering why there was no real yellow color. Cyan and magenta are also mysteriously underrepresented. I think rainbow effects should...

effect

### Application Version 5.3.0 ### Platform Windows 11 ### Printer Anycubic Vyper ### Reproduction steps 1. Open the attached project file: [AV_35.zip](https://github.com/Ultimaker/Cura/files/11311387/AV_35.zip) 2. Click Slice 3. Save the file. ###...

Type: Bug
Status: Needs Info
Status: Under Investigation

## Goals 1. Make the platform.ini file easier to understand and read. 2. Being able to use more recent compiler and c++ versions (in all environments, instead of most environments)....

Use move instead of copy where possible, avoid complexity/memory usage of full copies in other locations. (Currently, this version would compile with deleted Segment copy functions.) From the json/differs commit:...