elmodor

Results 40 comments of elmodor

I don't quite understand your feature request. - What does a round table have to do with a drawing? - Shall the drawing be rotated for every player individually, so...

Would a virtual container be a workaround? I imagine that the issue is probably the card physics? Nevertheless, having one more option to handle different use cases never hurt ...

Maybe I chose my words poorly. I don't want to get rid of the current physic capabilities. That would be indeed the wrong move. Games like minigolf, pool/billiard would only...

> If there are any game-wide settings they could be added to the Room menu, which would then get saved into states, which subsequently would be in save files, and...

I have the same/similar issue with 2 monitors. Randomly when moving or closing any window the active workspace can change.

I think it comes down to use either: * Date (which format? Derive from locale? Universal YYYY-MM-DD HH_MM_SS ?) * First X words * First line Plus it needs to...

Yeah I can't get it to work anymore either on Android. It worked before they reworked it.

It does not work, no. The latest button added via `[p] commandsbuttons add MSG_ID cmd text` is appended at the end - yes. However, all other buttons which have been...

Looking at the code again, by UUID I mean the key generated by ``` config_identifier = CogsUtils.generate_key( length=5, existing_keys=config[f"{message.channel.id}-{message.id}"] ) ``` Then this is called ``` view = self.get_buttons(config, message)...

Maybe this is related to the backend. My `STORAGE_TYPE` is set to postgres db. Inside the postgres DB the config is stored as json too but it is sorted based...