Junyoung Lee

Results 3 issues of Junyoung Lee

In Global Appearance SUI, the toggle switch for "Always show tabs" is now grayed out when "Hide the title bar" is enabled (the default). Also, the order of the settingcontainers...

Issue-Bug
Priority-3
Area-Settings UI

Hi, I am very interested in this project's future! Cppfront fails to compile this code ```cpp main: () -> int = { a: int = 2; pa: *int = a&;...

bug

AFAIK, there's no way to define template specializations in cppfront. I found this out when trying to define a custom `std::formatter`. Here's my expected syntax. ``` Foo: @struct type =...

bug