Klemen Tusar

Results 87 comments of Klemen Tusar

Great work. 👏🏻 Just gotta wait for @JEuler to throw an eye on it :)

I faced this issue a few months ago when Apple decided to remove Python 2 from macOS. So I decided to [write my own in Dart](https://github.com/techouse/alfred-gitmoji) and compile it to...

I think this is related to this https://developer.apple.com/forums/thread/36442 and https://stackoverflow.com/questions/4747404/delete-keychain-items-when-an-app-is-uninstalled

> We are having this issue on the Android platform only - it's not related to iOS. As far as I know, the Android removes the data from the encrypted...

I faced the same issue a few weeks ago and decided to bite the bullet and migrate all my workflows to Dart [because it can be compiled into a standalone...

Also having this issue. If I use `CachedNetworkImage` it works, as soon as I switch over to `CachedNetworkImageProvider` it crashes. Only on iOS and only in Profile / Release mode....

Downgrading `collections` to `1.15.0` should resolve it unless there are any specific needs for `1.16.0`

Facing the same issue I decided to [write my own using Dart](https://github.com/techouse/alfred-stackoverflow) and compile it to a standalone native binary. The binary is signed and notarized by Apple. It only...

Had the same issue and just adding a `type` to the click options fixed it for me.

@ricklupton can you please resolve the comments above?