Andy Maloney

Results 94 issues of Andy Maloney

For those of us using go modules, it would be nice to support it. Pretty straightforward here since this is only one package. BTW, the go version number doesn't mean...

I'm trying to take a list of objects (`QList`), split it into "N" chunks, and build a separate (HTML) table for each chunk. I'm doing something like: ``` {% range...

When "Generate separate debug info" is checked in Qt Creator, the `atos` lookup fails. For starters, the .pri file needs `QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO` and `QMAKE_CPPFLAGS_RELEASE_WITH_DEBUGINFO` options modified like the others to turn...

enhancement

`destruct()` can call `delete[]`, but then we use the memory in `operator=`. Found using clang static analysis.

### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **version** [0.9.2] ### Description Is there a way to make _all_ buttons apply `is-light is-outlined`...

In _btSimulationIslandManager::buildIslands()_: If `colObj0` is nullptr and `((colObj1) && colObj1->getActivationState() != ISLAND_SLEEPING))` is true, then we dereference a nullptr. (And same the other way around with `colObj1`.)

If `m_tris` is empty or the loop fails to assign `t`, it will attempt to dereference nullptr in the return statement.

## Current Behavior When loading files using the global shift, it is preserved and automatically applied when the object is saved. ## Expected Behavior The user should have the option...

enhancement

Following #1174, I see the next steps looking like this: - [x] Move files that are used by both plugins and apps into _CCPluginAPI_ (these are the ones that the...

discussion