Andrew Breckenridge

Results 58 issues of Andrew Breckenridge

Hey! I'm trying to use this through carthage, it looks like it may not support the `--use-xcframework` flag, is that being tracked?

carthage

Hey! I’m trying to add a constant height UICollectionView (that scrolls inline with the text) into the `middleContentView` of my input bar, but I'm confused on how to communicate the...

question

Hey! I couldn't find documentation or any issues about this: Does et support shell completion? specifically interested in tab completion for hosts in my ssh config Thank you for continuing...

Noticed that CI has been broken for a while because of an issue installing SwiftLint, trying a fix

@BasThomas i was seeing a warning after i switched from my `fixes-ci` branch to your fixed `development` i think its safe to delete these, since they aren't needed (at least...

https://www.offnotes.org/feature-flags/, in the README just 404s

## What did you do? tried to scroll to the top of a channel, to see my older messages ## What did you expect to happen? being able to scroll...

🐞 Bug
🌐 SDK: StreamChat (LLC)

## What did you do? ``` var controller = chatClient.messageSearchController() let query = MessageSearchQuery( channelFilter: .equal(.cid, to: channel.cid), messageFilter: .withAttachments([.linkPreview]), sort: [.init(key: .relevance, isAscending: false)], pageSize: 20 ) controller.search(query) ```...

🐞 Bug
📆 Planned

It would be nice to have a `.background(Color.red)` operator on a view, that sets the `.backgroundColor` of the `ASDisplayNode`. Is there a technical reason this isn't already in the library?...