Leah Lindner
Leah Lindner
so considering tihs use case: ``` // .h class I_Base { RTTR_ENABLE() }; template class I_CrtpBase : public I_Base { RTTR_ENABLE(I_Base) }; class MyClass : public I_CrtpBase { RTTR_ENABLE(I_CrtpBase) }...
Assuming someone constructed a hash map with a capcity of 0 or 1 elements, and proceeded to add an element, the map would immediately rehash. Since we do not start...
For some reason vcpkg fails to install 7zip during the setup phase, and therefore cannot download gtkmm and its dependencies. https://ci.appveyor.com/project/Illation/etengine That said even if that worked it might fail...
Hi, so the main change here is that with these changes the SVG plugin also adds SVG decorators, so from rcss we can set a property like so: `decorator: svg(my_svg.svg);`...
Hi, what would it take to support [CSS Variables](https://developer.mozilla.org/en-US/docs/Web/CSS/var)? They where mentioned in #22 a few years ago, but I don't believe there ever was any follow up. I'm working...