Skip to content

Instantly share code, notes, and snippets.

View dawnmist's full-sized avatar

Janeene Beeforth dawnmist

View GitHub Profile
@dawnmist
dawnmist / wine-doodly.md
Last active September 26, 2022 18:10
Installing Doodly with Wine/Winetricks on Linux

I have managed to get the 32bit Windows version of Doodly working in linux using wine and winetricks, and using vulkan as the renderer. This assumes that you have installed the vulkan driver packages for your video card - which is beyond the scope of this gist. I set it up with its own wine prefix, so it wasn't affecting any others. Documented here so other people can give it a try - you will need to remember to specify the path to where you downloaded the installer:

env WINEPREFIX="$HOME/wine-doodly" WINEARCH=win32 winetricks dotnet48 dxvk corefonts mf nuget 
env WINEPREFIX="$HOME/wine-doodly" WINEARCH=win32 winetricks renderer=vulkan
env WINEPREFIX="$HOME/wine-doodly" WINEARCH=win32 wine <path_to_installer>/DoodlySetup2.7.1_32bit.exe
@dawnmist
dawnmist / rclone-bisync.debug.log
Created June 18, 2023 09:16
Rclone bisync log
This file has been truncated, but you can view the full file.
2023/06/18 19:10:58 DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "bisync" "--resync" "--links" "--metadata" "--fast-list" "--track-renames" "-vv" "/home/username/GoogleDrive/username@supportbudget.com/UsernameDropboxFiles" "supportbudget:"]
2023/06/18 19:10:58 DEBUG : Creating backend with remote "/home/username/GoogleDrive/username@supportbudget.com/UsernameDropboxFiles"
2023/06/18 19:10:58 DEBUG : Using config file from "/home/username/.config/rclone/rclone.conf"
2023/06/18 19:10:58 DEBUG : local: detected overridden config - adding "{b6816}" suffix to name
2023/06/18 19:10:58 DEBUG : fs cache: renaming cache item "/home/username/GoogleDrive/username@supportbudget.com/UsernameDropboxFiles" to be canonical "local{b6816}:/home/username/GoogleDrive/username@supportbudget.com/UsernameDropboxFiles"
2023/06/18 19:10:58 DEBUG : Creating backend with remote "supportbudget:"
2023/06/18 19:10:58 NOTICE: bisync is EXPERIMENTAL. Don't use in production!
2023/06/18 19:10:58 DEBUG : Lock file crea
@dawnmist
dawnmist / gist:d728fbd9517fb22a5194c174dd00989b
Created February 24, 2024 11:42
Renovate log for remix monorepo update issues.
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /runner/renovate/job_config.json
DEBUG: Detected config in env RENOVATE_CONFIG
{
"config": {
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
@dawnmist
dawnmist / renovate.log
Last active March 12, 2024 14:38
Renovate log: resurrecting PRs for updated package versions before npm:unpublishSafe period has ended, followed by updating to the next patch version in the PR immediately on package release the next day instead of again waiting until the npm unpublish period had ended. For github discussion: https://github.com/renovatebot/renovate/discussions/2…
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /runner/renovate/job_config.json
DEBUG: Detected config in env RENOVATE_CONFIG
{
"config": {
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",