- Change E-steps to 139.0 (Redrex Dual Gear Ender 3 Extruder)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { VariantProps, cva } from 'class-variance-authority'; | |
import { ComponentPropsWithoutRef, forwardRef } from 'react'; | |
import clsx from 'clsx'; | |
import styles from './EnvLabel.module.scss'; | |
export const envLabelCva = cva(styles.root, { | |
variants: { | |
environment: { | |
dev: styles.dev, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG: No dangling containers to remove | |
INFO: Repository started | |
{ | |
"renovateVersion": "35.79.1" | |
} | |
DEBUG: Using localDir: /mnt/renovate/gh/flylance-apps/comet | |
DEBUG: PackageFiles.clear() - Package files deleted | |
DEBUG: initRepo("flylance-apps/comet") | |
DEBUG: Using queue: host=api.github.com, concurrency=10 | |
DEBUG: flylance-apps/comet default branch = main |
The gist describes how I like to configure my Macbook Pro. I primarily wrote this gist in case something ever happened to my Mac but others may benefit from my configuration - so, here you go.
- System Preferences > Trackpad > Point & Click > Enable Tap to click
- System Preferences > Accessibility > Pointer Control > Trackpad Options... > Enable dragging (three finger drag)
- System Preferences > Dock & Menu Bar > Disable Show Recent Applications in Dock
- System Preferences > Dock & Menu Bar > Enable Minimize Windows into Application Icon