Vladimir-sama

Results 6 comments of Vladimir-sama

``` item_icon : Optional[FileStorage] = request.files.get('item_icon') if item_icon: file_name : str = item_id + '.' + item_icon.filename.rsplit('.', 1)[1].lower() ``` `Pyright: "rsplit" is not a known attribute of "None"` Good typing...

Updates? ``` #!/bin/sh export SCENE_ID=1425503532 export WINDOW_WIDTH=1600 export WINDOW_HEIGHT=900 export STEAM_APP_ID=431960 export STEAM_COMPAT_CLIENT_INSTALL_PATH=/path/SteamLibrary export WALLPAPER_ENGINE_INSTALL_PATH="${STEAM_COMPAT_CLIENT_INSTALL_PATH}/steamapps/common/wallpaper_engine" export CURRENT_USER=$(whoami) export SCENE_PATH="Z:\\path\\steamapps\\workshop\\content\\431960\\3213687043\\scene.pkg" STEAM_COMPAT_DATA_PATH="${STEAM_COMPAT_CLIENT_INSTALL_PATH}/steamapps/compatdata/${STEAM_APP_ID}" /mnt/tertiary/SteamLibrary/steamapps/common/Proton\ 8.0/proton run "${WALLPAPER_ENGINE_INSTALL_PATH}/distribution/wallpaper32.exe" -control openWallpaper -file "${SCENE_PATH}" -playInWindow "Wallpaper...

Is this repo still alive? I would say someone to make the KDE plugin for embedding a window into desktop, I tried with ChatGPT and unfortunately failed (obviously)

Status on this?

``` [Yggdrasil Key Fetcher/ERROR]: Failed to request yggdrasil public key com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 404 at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:100) ~[authlib-6.0.54.jar:?] at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:57) ~[authlib-6.0.54.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.fetch(YggdrasilServicesKeyInfo.java:114) ~[authlib-6.0.54.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo$1.run(YggdrasilServicesKeyInfo.java:89) ~[authlib-6.0.54.jar:?] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)...