Results 40 issues of Dan Weiss

In `detect_compiler_arch.h`, line 22: ``` // Add to #if conditions to prevent IDE from graying out code. #if (defined __CDT_PARSER__) || (defined __INTELLISENSE__) || \ (defined Q_CREATOR_RUN) || (defined __CLANGD__)...

I just tested this emulator out, and it looks like Advance Wars 2 is crashing at bootup. This was seen on a FireTV running Android. Arm64 I think. Now I...

### Feature Idea In SwarmUI, it isn't obvious that you can manually select image dimensions. The sliders that let you pick a custom width and height of the image are...

Feature
Frontend

### Feature Idea If you are doing an img2img, you probably want to output to be the size of the image you selected rather than the default size. I'd request...

Feature
Frontend

There is example code floating around showing how to create a directory picker which supports multiple selections. You can see it posted on this thread on StackOverflow: https://stackoverflow.com/questions/12261598/browse-multiple-folders-using-folderbrowserdialog-in-windows-application This code...

### Feature Idea Currently, "input_sidebar" can have its width reduced as low as 300 pixels. But "main_inputs_area_wrapper" defines 30 pixels of padding on the left and right sides (60 pixels...

Feature
Frontend

The page here describes the GBA cartridge switch, and what happens when it is pressed: https://gbdev.gg8.se/wiki/articles/Gameboy_and_Gameboy_Color_special_modes_and_features#Entering_GBC_mode_manually_on_GBA_.28GBA.29 (Information contributed by Nitro2k01) Read that section of the article before reading this post....

addition

I just reinstalled Secur, and added in my two TOTP keys. It seems there may be a bug in the program. After I added in my second TOTP key, my...

I just had a problem where my Left Fan (CPU side) would not turn on, even when I tried to set speed to level 2. I even tried shutting down...

You have a `Il2CppSystem.Object`. You get an exception any time you use `TryCast` to turn the object into a `Il2CppSystem.String` or any generic type that contains `Il2CppSystem.String`. It turns out...