First cut at an 'additional messages' display
test like
humane.showAdditional = true
for( var i=0; i<3; i++ ) humane.log("メッセージ")
tada --- I didn't have much time to absorb the code, but what's here works for us, and we'll likely move forward with it for the time being. Apologies if I violated any mores of the codebase, and thanks again!
The concept works great, thanks for this. Although I don't think this would work with multiple instances and the inline styles could be moved to the themes themselves.
Hi @attila,
You're welcome. It has worked well for us too (for almost a year now, wow time goes fast).
I don't know what "multiple instances" is, but hopefully for someone with more familiarity with the internals of humane it would not be hard to adapt the changes.
The inline styles were indeed a quick hack to make the commit small-as-possible and should be amended to play nicely with themes.
Thanks for your feedback. Take care.