Toni Barth
Toni Barth
when typing extra/extra2, it would be nice if the extra deck type (link/synchro/fusion/pendulum/xyz) would be shown without having to info x# all the time first.
Traceback (most recent call last): File "/home/tyler/ygo/ygo-game/ygo/utils.py", line 116, in catch return f(*args, **kwargs) File "/home/tyler/ygo/ygo-game/ygo/duel.py", line 252, in process_messages data = fn(data) File "/home/tyler/ygo/ygo-game/ygo/message_handlers/become_target.py", line 13, in msg_become_target self.cm.call_callbacks('become_target',...
in case of bugs which occur and a private duel, admins cannot analyze the current situation but only see the error coming in. It should be possible for admins to...
When losing connection unexpectedly and unregistered by the game, the game will tell you that the old connection gets lost as soon as you reconnect. in that case the player...
players should be able to save replays when finishing a duel under a namen of their choice (either by a dedicated parser which asks them to do it or by...
When activating card effects, tell the user what card type it is, e.g. activating spell card xyz, activating trap card xyz, activating monster card xyz.
Solokeys just started shipping their Solo V2 devices which come with either USB A or USB-C and NFC support. Its not the first NFC device of their brand, but its...
This is just a question, since i'm unable to figure this out on my own by just reading the docs. I'm currently trying to rewrite one of my apps to...
Hi, I'm just getting started with Rust and Piston, but it seems like I already run into an issue. I figured out that I can poll events to get button...
Hello, i'm currently trying to use sphinx-autodoc-typehints to create a nice documentation for my project pyage (https://github.com/Timtam/pyage). I do have an issue however. When i'm annotating a method like this:...