Skip to content

Instantly share code, notes, and snippets.

View mallardduck's full-sized avatar
🦑
Rockin the suburbs

Dan P. mallardduck

🦑
Rockin the suburbs
View GitHub Profile
@mallardduck
mallardduck / README.md
Last active February 3, 2024 11:05
Palworld Server Config Values Guide
  • Difficulty: The difficulty of the server's map. (Default: None)
  • DayTimeSpeedRate: Day time speed (Default: 1.000000)
  • NightTimeSpeedRate: Night time speed (Default: 1.000000)
  • ExpRate: EXP rate (Default: 1.000000)
  • PalCaptureRate: Pal capture rate (Default: 1.000000)
  • PalSpawnNumRate: Pal appearance rate; note, may affect game performance. (Default: 1.000000)
  • PalDamageRateAttack: Damage from pals multiplier (Default: 1.000000)
  • PalDamageRateDefense: Damage to pals multiplier (Default: 1.000000)
  • PlayerDamageRateAttack: Damage from player multiplier (Default: 1.000000)
  • PlayerDamageRateDefense: Damage to player multiplier (Default: 1.000000)
@mallardduck
mallardduck / vue-dev.js
Last active January 10, 2025 15:07
Enable Vue DevTools in Prod
// vue2
const app = Array.from(document.querySelectorAll('*')).find((e) => e.__vue__).__vue__
const devtools = window.__VUE_DEVTOOLS_GLOBAL_HOOK__
devtools.enabled = true
const Vue = Object.getPrototypeOf(app).constructor
while (Vue.super) {
Vue = Vue.super
}
Vue.config.devtools = true
devtools.emit('init', Vue)
@mallardduck
mallardduck / README.md
Created June 10, 2024 13:30
Rancher Shell Part Versions
Shell Version Kubectl Kustomize K9S Helm
v0.1.19 v1.21.8 v5.0.0 v0.27.3 v3.11.1 (rancher)
v0.1.22 v1.26.9 v5.1.1 v0.27.4 v3.12.3 (rancher)
v0.1.23 v1.26.9 v5.3.0 v0.31.7 v3.13.3 (rancher)
v0.1.24 v1.26.9 v5.4.1 v0.32.4 v3.13.3 (rancher)
v0.1.25 v1.26.15 v5.4.2 v0.32.4 v3.13.3 (rancher)
v0.2.1-rc.2 v1.26.9 v5.4.1 v0.32.4 v3.14.3 (rancher)
v0.2.1-rc.4 v1.28.10 v5.4.2 v0.32.4 v3.15.1 (rancher)