Tony Lambiris
Tony Lambiris
Takes care of the following warnings: ```➜ gcc -Wall findmacs.c -o findmacs findmacs.c: In function ‘main’: findmacs.c:233:42: warning: pointer targets in passing argument 3 of ‘getMACs’ differ in signedness [-Wpointer-sign]...
This will set the governor policy when switching turbo states: ``` ➜ sudo ./src/cpufreqctl turbo get 0 ➜ find /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor -exec cat {} + | uniq powersave ➜ sudo ./src/cpufreqctl...
For some reason this never worked right for me ever since switching to the beta version of 3.0. This happened on an old install with 2.x but also on a...
Updating my Arch Linux AUR packages, this was erroring on build: ``` ❯ make Project: komanda Go Version: go version go1.18.1 linux/amd64 Go Path: /home/tlambiris/go # github.com/mephux/komanda-cli vet: ./komanda.go:9:2: "runtime"...
### Cura Version 5.3.0-alpha-xmas ### Operating System Windows 10 ### Printer Ender 3 V2 Neo ### Reproduction steps ```conan install . cura/5.3.0-alpha+xmas --build=missing --update -o cura:devtools=True -g VirtualPythonEnv``` ### Actual...