Geoffrey Hoffmann

Results 7 issues of Geoffrey Hoffmann

I'm trying to implement this in a wxWidgets app. I call InitDarkMode() and g_darkModeSupported gets set to true, and the main menus are dark (nice!) and so are the scrollbars....

Hi, great work. When is synth-shell-prompt.root.config used in place of synth-shell-prompt.config ? I saw the red prompt once, but in my re-jigging to get things arranged to be synched across...

feature request

I will be running this on a web / email / subversion server, and so the mounted filesystem needs to be available without any users being logged in. I tried...

If you have an existing file containing the generated class, running "**Generate Inherited Class**" again preserves your edited methods, thankfully. BUT. The order of the altered methods in the new...

enhancement

Hi, long time user Geoffrey here. How much work would it be to upload your library to vcpkg? That package manager is great at reducing the complexity of deploying things...

When using the latest vmime code with CMake via FetchContent with ``` FetchContent_Declare(vmime GIT_REPOSITORY https://github.com/kisli/vmime.git GIT_TAG c3c6242ed135f9eca805380394791d17b0fc7a63 # v0.9.2 OVERRIDE_FIND_PACKAGE) FetchContent_MakeAvailable(vmime) ``` I get the message in the subject. If...

I have found that there is a memory leak from each clRenderer because they are created by "new" and stored by pointer in ms_Renderers, but are never deleted. I have...