Daniel

Results 12 comments of Daniel

+1 ArchLinux, GNOME 3.32.2, package arc-gtk-theme 20190330-1 ![image](https://user-images.githubusercontent.com/35779485/60007053-4045bf00-967a-11e9-89de-d0fe6425eb0b.png)

You can enable dark theme by applying dark Qt theme. If you are using gnome, you can install [kvantum](https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications) and apply any theme you want. Nonstacked graphs (i.e ability to...

Same issue

So, I've created a test case that ~~reproduces this issue~~ demonstrates UB of #1523. It seems that we are dealing with undefined behavior here - the test case produces slightly...

Some additional debug info from my project (tested with sol v3.2.2): ``` algine::Object registered algine::Scene (extends public algine::Object) registered stack_check_unqualified.hpp:520: has_derived == false calling `handler(L, index, type::userdata, indextype, "value at...

# Complete test case that reproduces the original issue So, I continued my research regarding the original issue - and finally have found out all circumstances for the original issue...

Creating multiple non-shared environments (i.e., without a parent) and then creating new usertypes within them results in quite similar behavior

In the example you provided, all created objects will be destroyed by the garbage collector, e.g.: ```cpp sol::state state; auto foo = state.new_usertype("Foo"); state.script("for i = 1, 2 do local...

Hi, which compiler are you using? I just built the master branch on my Fedora 40 with clang 18.1.8 and Qt6 without any errors