Phorb

Results 83 comments of Phorb

I've now started to implement this PR in the Beta version of my bot, and I have a question: Is it possible to add an item to a container via...

~~`View.disable_all_items()` does not disable section accessories. Is this intentional?~~ **EDIT:** MB I was using an older version.

> Task exception was never retrieved future: Traceback (most recent call last): File "C:\Users\0000\Desktop\0000\main.py", line 66, in on_timeout await self.message.edit(view=self) AttributeError: 'NoneType' object has no attribute 'edit' > > It...

First mention: https://github.com/Pycord-Development/pycord/pull/2707#issuecomment-2907819019

> @Samq64 You meant `() => setPaused(true)` instead of just `setPaused(true)` What's the difference?

> Should the project automatically resume when the setting is dynamically disabled? No. That would only add extra complication. And if the user manually pauses and then disables the setting,...

@DNin01 your review adds a new perspective I didn't think about. Maybe we should add an option to prevent pause for projects with cloud variables, maybe even mitigations for the...

> Indeed, we could consider entirely disabling the pause function on these types of projects. I wouldn't say disabling though. People with the knowledge could still bypass the restriction (via...

> don't auto-pause if cloud data activity (send/receive) occurred on the cloud WebSocket connection in the last 15 seconds? Sounds good, maybe also add a notice in the settings.

> We've found some similar issues Not a duplicate, the behavior in this issue is different, and it gives additional context.