SpareSimian

Results 28 issues of SpareSimian

For a long analysis, it's hard to know when it's done. Keep the last record in view (ie. scroll the output) unless the user clicks on another record, to work...

I've relied in past DMFs on SI to tell me which alts have completed DMF each month. This month (September 2019) I'm not seeing them reported in the weekly list....

🐛 Bug

I use SavedInstances each month to remember which of my many alts still need to do their Dark Moon profession quests. I'd love to have the same feature work with...

🛠 Feature Request

Continued from issue #159 Error message: testsuite\token_concat.cpp:2: syntax error: failed to expand 'wxSETUPH_PATH', Invalid ## usage when expanding 'wxCONCAT'. Code to reproduce: ``` #define wxCONCAT(text1, text2) text1 ## text2 #define...

Building with VS2022 on Win10 x64, XLSheet reports a C4242 possible loss of data trying to assign unsigned int to an int16_t. Easy fix is to change the temporary vector...

Create a button with white text on blue background like this: ``` m_buttonTest = new wxButton( this, wxID_ANY, wxT("Test\nComms"), wxDefaultPosition, wxSize( 100,100 ), 0 ); m_buttonTest->SetBackgroundColour(_T("BLUE")); m_buttonTest->SetForegroundColour(_T("WHITE")); ``` In wx...

The version string in src/ndppd.h didn't get updated when the version was bumped.

I have a cell with 5000 in it and I'm reading it into a double when I get a bad variant exception from std::get(5000). Fix seems to be to change...

While the pywizlight package is available in EPEL 8, the asyncio-dgram on which it depends has been removed for lack of a maintainer. However, the pywizlight package in EPEL 8...

help wanted

In Adibags 1.9.37, config/Options.lua, line 609, "mechants" should be "merchants". Also affects 5 translations in localization.lua.

Bug
Pending