Niko Föhr
Niko Föhr
Hi @HyprValent, I am not sure if I understand your problem correctly. Could you try to explain a bit more what you are trying to do?
I'm terribly sorry but I still could not understand the need for the multiple inputs. Anyway, the `@du.callback` has always just one input, which is the id of the `du.Upload`...
So did I understand that there are different states of your app: ## Option 1 STATE A: - Create graphs button is disabled - No data to be used in...
Current versions of dahs-uploader do not have that outside of the box. You might want to look at https://github.com/fohrloop/dash-uploader/pull/90
## Current conclusions I'm leaning towards deciding the path B, more specifically to option B4. A1: This makes the most common path more complex for making the path for power-users...
I would like to release the 0.8.0 as soon as possible, and making decision about this can wait a bit longer. If dbus library (jeepney) install is made optional, that...
Hi @ccrutchf, thanks for leaving a message! I'm very happy to hear you would like to contribute! ### Current status of the project First few words about the state of...
I couldn't resist the temptation to try to set the keepawake from WSL. I got a first working PoC. It requires some version of python to be installed on Windows...
In addition, it seems to be possible to call DLL's from Powershell: - https://www.leeholmes.com/load-a-custom-dll-from-powershell/ - https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/add-type?view=powershell-7.4#example-4-call-native-windows-apis I didn't test this yet, but if it can be made work with the...
### re: wakepy Method for WSL using Powershell & SetThreadExecutionState Oh, wow, thanks for the really nice implementation! That's much better than the one using python as it has less...