Alex Mazanov

Results 129 comments of Alex Mazanov

Hey @adamkdean, since you are expiriencing a simmilar issue in xbar, I would love you to take [this build](https://github.com/swiftbar/SwiftBar/issues/319#issuecomment-1236204792) of SwiftBar for a spin.

@joeshaw please tell me it's been rock solid for you all this time, I want to release 1.4.4 soon-ish

@JQ555888 you are right, this is due API differences(SwiftUI specifically) between Catalina and Big Sur. It definitely can be fixed, but I'll prioritize the limited time I have to fixing...

Hey, I don't have a machine with Ventura yet. You'll have to wait while I get around to install it somewhere.

This is failing on Ventura because SwiftBar wouldn't ask for Reminders Access permission. This would happen even if you use icalBuddy to read only your calendars and not reminders. Fixed...

Honestly, I can't come up with a reason why not to switch to `/usr/bin/env bash` 🤔

Addedd a separate option in Preferences, try [beta](https://github.com/swiftbar/SwiftBar/releases/tag/v1.4.4-beta-1)

@leshik I reworked this a bit, please try again using `default` as the shell in SwiftBar Preferences [BETA 4](https://github.com/swiftbar/SwiftBar/releases/tag/v1.4.4-beta-4)

Can you do a quick test for me please? Run a plugin like this(I'm on mobile, can't test it): ``` !#/bin/env bash echo "Test" echo "---" echo $SHELL echo $0...

Ok, plz help me reproduce your setup on my end, I need to: 1. install bash from brew `brew install bash` 2. change my default shell to freshly installed bash...