Wutipong Wongsakuldej
Wutipong Wongsakuldej
I think, the `InputActionCallback` gets much more details comparing to the `WidgetCallback`, which is a good thing. Now only if `WidgetCallback` get the same level of attention.
 On my website, I write reviews on games regarding how well it support Thai language. I need something to compare with the actual game's screenshot so I write a...
 Here's an idea of what it would look like. I quickly whip some code changes and got it somewhat working (with quite a few problems).
There are quite a few demo projects. If I'm not mistaken (which is quite likely to), The-Forge is designed to be brought into existing project, rather than to bring the...
> Would you mind sharing those in this thread so other people can find them? https://github.com/ConfettiFX/The-Forge/tree/master/Examples_3 Under the folder "Unit_Tests", there are several projects and even Visual Studio solution files....
looks like the same issue as https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/issues/116 ?
Just noticed the same issue recently. Personally I think, rather than populating system fonts, may be adding a separate path in the ComfyUI installation instead might be better.
or maybe using command like `fc-list` to list font files in the system instead of read the font directory manually.
I digged into the component a little bit. The carousel moves the active item to the next using `setRideTimeout()` which calls `setTimeout(autoNext, interval)`. However ... `setTimeout()` will run the function...
@crutkas Is it really duplicates though ? https://github.com/microsoft/PowerToys/issues/35648 seems to be about shortcut overrides, but this one there's no overriden shortcuts at all (everything is default).