orthand
orthand
> Hey folks, these should all be fixed in the latest version that I just released: [3f08bab](https://github.com/dbader/alfred-countdown-timer/commit/3f08bab53c5cbbb99dc7a707eefbdf23bd733db7) > > I removed the dependency on pyobjc altogether, since Alfred now has...
I've recently switched from MAC and TC to Containerise to use the "default container" option and am having some trouble setting up all my containers. The only issue I could...
Not just a limit: https://stackoverflow.com/questions/67339174/discord-api-soft-ban-for-selfbot-it-can-only-read-its-own-messages/67341709#67341709
I'm on Firefox and using this approach that works for me: `webbrowser.register('firefox', None, webbrowser.GenericBrowser('C:\\Program Files\\Mozilla Firefox\\firefox.exe')) webbrowser.get('firefox').open(url)` You could adapt it to your Chrome location and give it a shot....
Hey, see my comment in #4, maybe it works depending on your browser: > > I'm on Firefox and using this approach that works for me: > > `webbrowser.register('firefox', None,...
Just to be sure, did you quit and restart _open.py_ in command prompt? It could also be a faulty link to your browser location. Possible way to solve this is...
Found it, seems as if I'm still using an older version. I have the same problem with the newest commit which is also mentioned in #6. Not sure what has...
Of course, sorry for the late reply. Seems like the only differences are my two webbrowser lines in 37/38. ``` import webbrowser import asyncio import discord from discord.ext.commands import Bot...
> if i'm not wrong now in my case on 13.2 (but probably 13.1 too) nothing works anymore 😂️ connection or disconnection. Blueutil was updated in January and (dis-)connecting works...
Hey @mikeoertli, thanks for updating the workflow. In case you're still maintaining the fork: BluetoothConnector seems to have some problems with Ventura (https://github.com/lapfelix/BluetoothConnector/issues/20). Switching to [blueutil](https://github.com/toy/blueutil), which is still actively...