Simon Lees

Results 32 issues of Simon Lees

On my systems this is required otherwise python complains that PLUGIN_CATEGORY_* and PLUGIN_HAS_* are undefined Fixes issue #320

claudia_launcher uses PLUGIN_HAS_CUSTOM_UI which is undefined in a python context. It is defined in Carla's C Header files `./source/backend/CarlaBackend.h:148:static const uint PLUGIN_HAS_CUSTOM_UI = 0x008;`

Same issue as seen in https://github.com/falkTX/Cadence/pull/244 I guess however we solve it there we should solve it here in the same way.

After a brief fight with git I remembered how to make a clean branch

The list of new applications includes - df - diff - netstat - ps

Hi, as I regularly swap between machines I prefer to keep my entire fish config as part of tackle/tacklebox and reduce the contents of config.fish to just where to load...

This provides two new functions for loading and unloading .env files, tacklebox now also loads any .env file it finds in the base tackle directory on startup. This is my...

It would be nice if software.o.o's search function didn't list unsupported distro's that no longer have binaries published. An example is the following which still lists the official openSUSE 11.1...

Generally only Modules shipped by cmake should be installed into `/usr/share/cmake/modules` Modules shipped by 3rd partys should be installed into `/cmake/libraryname` in the same way autotools .pc files should be...

building

This is one to add once the openSUSE stuff is in better shape. Basically a bunch of obs bots use [email protected] in changelogs which is wrong for a number of...

enhancement