Hassan DRAGA
Hassan DRAGA
Thank you for the link. I already taught about that, and I was planning to add this section after we release `2.4.0` and wait until three or more significant projects...
Thank you, @delphius, for this interesting article. Yes, as you said, there are three approaches, Server Side Generation, Static Components Generation, Dynamic Components Generation, And maybe a fourth approach where...
I will try adding an example soon...
This issue is related to a missing mutex lib. In Windows, mutexes and condition variables are typically part of the standard Windows API, which is available through `Kernel32.lib` and `Synchronization.lib`....
First of all, thank you for the suggestion. I really appreciate it. The Zig build tools is a great system to use. And many people needs it. But others may...
Let's keep it as a draft for now, if we close it we will forget about it!
True, Lorca should do the same as WebUI. https://github.com/alifcommunity/webui
It will work if the Firefox profile is new (_first run_), while starting from the second run, Firefox remember the last manually changed size and position, so it ignores the...
I'm experimenting some paths, like using `user_pref("...");`. And other settings to programmatically force Firefox to use the default settings on every run instead of the manually updated size and position.
Last update was 8 years ago... Take a look on the new [webview](https://github.com/webview/webview), Or [WebUI](https://github.com/alifcommunity/webui).