Erik262

Results 33 comments of Erik262

https://developer.apple.com/system-status/ They marked that there is an issue (after 5 hours or so)

So I tried and get this in the logs: ``` ip6tables v1.8.4 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?) Perhaps ip6tables or...

These guys just don't care about Synology users, that's for sure.

preview like on Quicktime Player for any supported files would be nice 👌

Same here. Vote for figuring out.

@rajeshbhavikatti nice work, but you don't catch the mp3 files.

It would be nice to have the option of adding downloaded models to a directory next to real-esrgan.

I like this theme, but can it be adaptive to Light and Dark Appearances? Since it is not readable on white background. ![2023-04-01 at 09 09 42](https://user-images.githubusercontent.com/11977647/229271352-b5af3d76-2191-43d3-a32c-681971b7888b.png)

Solved: I just added this in my .zshrc file and it works 👌 ` interfaceStyle=$(defaults read -g AppleInterfaceStyle 2>/dev/null) if [[ "$interfaceStyle" != "Dark" ]]; then JOVIAL_PALETTE[host]='%F{34}' JOVIAL_PALETTE[user]='%F{234}' JOVIAL_PALETTE[path]='%F{202}' JOVIAL_PALETTE[git]='%F{27}'...