Frederic
Frederic
> On Windows 10 if I plug in or remove displays, alt-drag no longer functions. > The tray icon becomes black (both the cursor and the arrows) and will not...
UPDATE: The problem is back after locking and unlocking my computer (maybe this is unrelated). I noticed another detail: While dragging constantly (moving around) the width of the window starts...
   Visible coordinates while dragging screen in NVIDI control panel. UPDATE 2: From my experiments with the NVIDIA control panel i observed, that the main screen always stays...
UPDATE: I found the real reason for this weird behavior: My previous assumptions were probably wrong. Here you go: * The Scaling for my left screen is set to 150%,...
Hello, i have a very similar problem. I have a folder: `builds/mapping` and in there are `*.map` files. I have tried several things but, the derived rule seems to work...
@SuperQ I'm done for now. Feel free to merge it at any time.
> Maybe instead of exposing the sync percent, we should expose the "TODO" blocks value. This way the completion ratio can be correctly calculated as `node_md_blocks_synced / node_md_blocks_synced_todo`. That was...
Hi, i ran into the same problem. I wanted to do this: **AutoSaveHelper.svelte** ``` import { browser } from '$app/environment'; let { name, value = $bindable() }: { name: string,...
Hi there! I'm confused! I had this problem (with svelte 5.19.9): ``` const { state } = $props(); const value = $state(''); // CONFLICT with state variable ``` I was...
Ah! Thanks for explanation. Makes sense now. But could this maybe be bound to a config switch? That way old project don't break, but new ones can benefit from the...