Aaron Vegh

Results 6 issues of Aaron Vegh

I've been using SwiftTerm for my Mac app, injecting a TerminalView. Recently I noticed that there's a white square on my view's background: I realized it was a scrollbar. Although...

* Update for compatibility with Swift 4.2 * Use left and right inset values for nested scroll views

## Description When the user posts text that contains non-ascii characters (süch às 💭), the simple ASCII-based range finders flake right out. The issue I created provides examples of what...

### Summary Using non-ASCII characters in the post text messes up marking of links and hashtags. ### Reproduction Steps Fire a string that contains non-ascii strings, including smart quotes/apostrophes, accented...

bug

### Summary Using the `replyTo` parameter in `createPostRecord` with the URL of a previous post results in an error. ### Reproduction Steps I am writing an app that fires Post...

bug

## Description My spelunking of the code revealed that the `fetchRecordForURI()` method expects to have a working `UserSession` instance in order to get a `pdsURL` value. But because the method...

bug