Nikita Karamov
Nikita Karamov
Hey @Abd-Elhadi, I took the liberty and edited the icon removing the background so that it does look a bit cleaner: I hope you don't mind :) I will merge...
This could be a duplicate of https://github.com/thunderbird/thunderbird-android/issues/9568. At first, I wanted to document my pains here, and then I was surprised to see that the same concern was raised during...
Sorry to disappoint, but I personally will not be able to assist on this PR. I do not use Safari, and I am not on Sonoma either.
@raycastbot keep this issue open
@raycastbot rename this issue to "[Open Browsers Profiles] Support Safari profiles"
This happened with upgrade to Python 3.12, btw. The `DeprecationWarning` on unsupported escape sequences was "upgraded" to a `SyntaxWarning`, which is why it's now always visible. See [changelog](https://docs.python.org/3/whatsnew/3.12.html#other-language-changes:~:text=A%20backslash%2Dcharacter%20pair%20that%20is%20not%20a%20valid%20escape%20sequence%20now%20generates%20a%20SyntaxWarning%2C%20instead%20of%20DeprecationWarning.) and https://github.com/python/cpython/issues/98401....