Lju
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)  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. 
> I don't know why NixOS lacks basic functions NixOS aims to be a reproducible OS: auto-update = no reproducibility. In NixOS the user discretionally decide whether to update their...
A very temporary solution for testing in development is to manually edit the file located at `/node_modules/nuxt-particles/dist/modules.mjs` and change `nuxt: "^3.7.0"` to `nuxt: ">=3.7.0"` **_This is not ideal and is...
> [@Joepocalyptic](https://github.com/Joepocalyptic) , [@danielroe](https://github.com/danielroe) can you guys help by making this module work on nuxt v4? thanks alot! This module already works on `Nuxt v4` and there is already a...