Alexander Grund

Results 224 issues of Alexander Grund

Context: I'm using an abstraction layer over SDL2 where the application gets (only) mouse-motion events with the coordinates (x,y from the SDL motion event), not the relative coordinates. Also the...

waiting

Executing CMake or the build command in a terminal shows it nicely formated with bold and colors. Is there anything that this extension can do to support this? Currently all...

enhancement
help wanted
Feature: build

In the builds somewhere after 15th Feb. 22 the Android 10 bootloops on recent LineageOS due to: > E System : java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.google.android.googlequicksearchbox: android.permission.WRITE_DREAM_STATE,...

help wanted
needs testing

**Issue description:** Using the Google Package Installer uninstalling an app like WhatsApp fails with an exception: `java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.packageinstaller/com.android.packageinstaller.UninstallerActivity}: java.lang.IllegalArgumentException: Invalid UUID string: CD28-EB81` IIRC this is...

question

The documentation for PyCUDA tells to call `make install` after `configure.py` which then uses `python setup.py` When installation into another directory than the base python installation folder is required, the...

The new project structure looks great and the CMake is also mostly fine. However may I suggest the following changes (maybe missing some) to make it cleaner: - [x] Put...

Stablizing

New issue after #86 To make it short: Even though it is done only in aggressive mode 2 it is wrong. `if var == True` has the semantic of `if...

When Clang/LLVM is build with Polly enabled the 10.0.0 versions seems to require explicitly linking against libpolly.a (and maybe others) or linking fails with `undefined reference to 'getPollyPluginInfo()'` The full...

Example: > -Dspan_FEATURE_MAKE_SPAN_TO_STD=14 Define this to the highest C++ language version for which to provide creator functions nonstd::make_span(). Default is undefined. 1. I do not understand why? It sounds like...

Requested here: https://www.siedler25.org/index.php?com=forum&mod=forum&action=thread&id=1572&start=-1#last There should be an option to invert the direction for map scrolling. @Spikeone Which setting is "inverted"? Mouse moves right -> Map moves left (you see more...

enhancement