Ian McDowell

Results 8 issues of Ian McDowell

I triggered a crash in OpenTerm while trying to dock a panel to the side. I believe this is caused by `PanelManager+AutoLayout`:`updateFrame(for:to:keyboardShown)` dividing by zero. Not sure the circumstances that...

bug

Cocoapods is fine but I prefer Carthage in most projects. It’s pretty easy to add support.

This change adds another layer between the `Parser` and `TerminalTextView` called the `TerminalBuffer` (referred to as the "buffer"). The buffer contains an NSTextStorage (NSMutableAttributedString subclass) that the `TerminalTextView` reads from....

Would love to see man pages available for each of the included utilities. There are a few options for where information from them could surface in-app: - `man ` -...

enhancement

Typically, shells are their own application that runs separately from the terminal. See an example [here](https://brennan.io/2015/01/16/write-a-shell-in-c/). Currently the input reading & prompt is mostly in the TerminalView class, which is...

enhancement

I've still not successfully built Python after trying for a few hours...It'd be nice to have some instructions on how to enable Python, Lua, etc, locally. Additionally, what specific reasons/guidelines...

Safari's tilted tab view adjusts the rotation (both x & y axis) when the device moves around.

Add a pan gesture recognizer to support swiping from right to left on a tab to interactively remove it.