Lju

Results 7 comments of Lju

Same problem here, even with the "fix-wallpaper-1.91" version. If it helps.. the problem occurs only with "Displays have separate Spaces" enabled in the Mission Control settings. Disabling that option the...

I found out that Case 3 was a typo in the constructor, sorry! So, as for the first case, I assume that the declaration of the constructor and `super()` are...

Debugging from the IDE I was able to see the error: **JavascriptIsolate_Private.cpp** [```2344: Template->PrototypeTemplate()->Set(static_class, I.External(StructToExport));```](https://github.com/ncsoft/Unreal.js-core/blob/0373e2eeb136a8308f1fcac1d4d5370bb3c76f67/Source/V8/Private/JavascriptIsolate_Private.cpp#L2344) ```# # Fatal error in ../src/api.cc, line 1248 # Check failed: !value_obj->IsJSReceiver() || value_obj->IsTemplateInfo(). #...

Thank you much! I don't see any commit, could you tell me what have you changed so I can continue my testing? Thanks!

I have developed a new extension called Astra Monitor to replace TopHat because of this. On NixOS and other OSes the (_temporary_) absence of GTop can be a big problem....

Forked the repo and added a simple option to invert the order of the monitors. [https://github.com/Lju88/tophat/commit/e849530f4413fd9e1ec7e1bcd718cbc3a8e431fd](commit) ![image](https://github.com/fflewddur/tophat/assets/11982322/16fb67b0-282a-43c0-8598-ede43ac547ea) If it is a welcome addition to the project I can create a...

I also organized the settings panel into categories, I plan to add a little more display options if I can. ![screensho](https://github.com/fflewddur/tophat/assets/11982322/61deddac-d219-47aa-8656-8729689d63a7)