Sören Nils Kuklau
Sören Nils Kuklau
@reflection-emit did you ever ship this?
> I want "TimePicker" from WinUI3 I believe this is coming in 3.0. >I want to add a control to "TitleBar". You can set the `Header` property instead of `Title`...
Related: https://github.com/MastodonKit/MastodonKit/issues/68
We need to either implement this in `ListViewController`, or do it separately in both `TimelineViewController` (for the home timeline) and `NotificationListViewController` (for… you know).
No implementation for notifications at this point. I'm not sure that's an important use case. For the home timeline, the basics are there: it can jump to another point when...
Hmmmm. I'm guessing the bug is somewhere in `AnimatableEmojiCell`. This comment may also be relevant: https://stackoverflow.com/a/8723005/1600 Of note, once you insert an emoji with autocomplete, all other emoji are subsequently...
Copy Files build phase contains a reference to a missing file 'PullRefreshableScrollView.framework'.
Did you * pull git submodules * run `pod install` ? (PullRefreshableScrollView.framework specifically is a git submodule, but you'll run into further issues if you haven't also done `pod install`.)
Copy Files build phase contains a reference to a missing file 'PullRefreshableScrollView.framework'.
> Also, I had hoped I could "get away" ;-) without having to install Cocoapods on this new fresh macOS install. I would definitely like to move the remaining CocoaPods...
Copy Files build phase contains a reference to a missing file 'PullRefreshableScrollView.framework'.
> There's maybe a similar Swift Package? That would be my hope, but I haven't found anything nice yet.
Copy Files build phase contains a reference to a missing file 'PullRefreshableScrollView.framework'.
>Any Idea what would be wrong with my Ruby? :( I ended up not using macOS's built-in Ruby because I ran into permissions issues. I'm not sure those are solvable,...