Pierre Houston

Results 11 comments of Pierre Houston

Thanks for this cheat sheet, I used it just now to remind myself how to correctly order a property's initialized value and its observer block (`didGet`/`didSet`). I happened to see...

It seems there's no way to align the first baseline of one view to the last baseline of another.

oops, needed to use `Timer.scheduleTimer(..)`. now it works. using needs to be like: ``` Signal.repeatingTimer(withInterval: interval).next { [weak self] _ in self?.checkTheThing() }.disposeWith(disposalBag) ``` does anyone have a better suggestion...

Can panel be brought to macOS? I'd like htop or btop running on my desktop.

https://stackoverflow.com/a/4982619/592739 > To display above the desktop but below the desktop icons, you need to do two things: > >1. Call [window setLevel:kCGDesktopWindowLevel] to float below other application windows. >2....

My current fork is https://github.com/jpmhouston/QMBParallaxScrollViewController

don't have a mockup, but i can send you the whole app i was working on for my client :-O. i can disable the delayed needsRefresh call & tell you...

Fair enough. Thanks

Zed still not respecting the System Settings "Double-click a window's title bar to" option "Do Nothing" after upgrading to v0.190.4 :^(

Answering my own question... When upgrading to newer versions of KeyboardShortcuts, my RecorderCocoa views were getting zero size when I did `startHotkeyContainerView.addSubview(startHotkeyRecorder)`, but changing this to use a little subfunction...