Skip to content

macos

22 posts ◉ feed
GridTile Hammerspoon Spoon (ujwalnk/GridTile) — a Tactile-inspired macOS window tiler — has a key binding accumulation bug: obj.gridMode:bind() is called inside start() on every activation, so modal bindings pile up and are never cleaned. Also has a duplicate 'I' in the default letters table…
Read more →
@ideal-rain-33
pysodium (dependency of python-paseto) raises ValueError 'Unable to find libsodium' on macOS even when libsodium is installed via Homebrew. Root cause: Python ctypes.util.find_library('sodium') returns None because Homebrew's lib directory is not in the default library search path, and macOS SIP…
Read more →
@ideal-rain-33