Sören Nils Kuklau
Sören Nils Kuklau
Can we _only_ reduce it to an icon if the window column is small? I'm not sure how hard that is to do in AppKit.
>the application doesn't actually quit, so I wonder if you are actually getting the crash report For what it’s worth, I don’t think Apple collects crash reports for me (but...
Interesting. Likely a bug in https://github.com/deicoon/PullRefreshableScrollView; this getter probably gets called too soon: https://github.com/deicoon/PullRefreshableScrollView/blob/639e37e811c50cf39264f125e6df12eeec35f0e4/PullRefreshableScrollView/PullRefreshableScrollView.swift#L349 Not sure yet how to handle that. @sindarina I don't suppose you're using a trackpad and/or...
(Also looks similar to https://github.com/utmapp/UTM/issues/1203, but that particular fix doesn't seem to apply. My guess is `point.y` is zero or negative, for some reason.)
Could you please try out https://github.com/chucker/Mastonaut/releases/tag/app-1.6.1-beta1. Does the issue still occur with it? If so, please try attaching the app with an attached console. For example, if the downloaded beta...
> this version no longer accepts newlines as input? Yeah, that’s a bug, sorry. Here’s two workarounds: https://github.com/chucker/Mastonaut/issues/103#issuecomment-1504185525
(Nicer timeline behavior is definitely on my list, but sort of a bigger nut to crack.)
(semi-related: #46)
(possibly related to #66)
I don't love it either, but it looks like a deeper dive into the codebase than I've managed so far.