Hersh Bhargava

Results 3 comments of Hersh Bhargava

Full config: ```lua -- [1] WINDOW MANAGEMENT -- [1A] arrow key window management via MiroWindowsManager local hyper = {"cmd"} hs.loadSpoon("MiroWindowsManager") hs.window.animationDuration = 0 spoon.MiroWindowsManager.sizes_x = {2} spoon.MiroWindowsManager:bindHotkeys({ up = {hyper,...

@andyfaff I agree that this is a serious pain point. The outputs should be filterable. Consider running parameter inference where some parameter regimes may lead to artifactual behavior– a legitimate...

A workaround for this is to make the following change in `UIBarButtonItem+Badge.m`: In `badgeInit` change `self.badgeOriginY = -4` to `self.badgeOriginY = 0`. This should prevent the badge from being high...