Paweł Marczewski
Paweł Marczewski
Right now your hand is a "counted double yakuman" when you get more than 13 fan. There's no proper stacking of double, triple etc. yakumans.
It would be good to have a page showing all the past games and what happened in each. Probably not for the currently running games, due to security implications.
Add a chat window to allow players to converse with each other. It would be probably good to store chat history along with the game
Allow a pair of opponents to have several games in the row, keeping score.
## Problem The current code marks a dentry as `DENTRY_NEGATIVE` when removing or renaming it. As a result, when we create a new file with the same name, the dentry...
(As discussed in #2625). * Graphene mounts the dynamic linker under `/lib/ld-linux-x86-64.so.2`, together with other glibc libraries. However, Linux executables (for x86-64 and glibc) have the ELF interpreter path set...
Our header files define functions as `static inline`. That means than when a function is *not* inlined by compiler, is treated as `static`, i.e. separate for a compilation unit. As...
When a Dajaxice view throws, Dajaxice swallows the exception and return the `DAJAXICE_EXCEPTION` response. This goes around any kind of error logging the user might have set up on a...
## Summary Make protected files configurable per mount, and move handling to LibOS. ## Problems This proposal addresses the following problems: * Bug: Protected files do not support renaming (#31)....
NOTE: I will not be implementing this; this is me leaving notes/plans for possible next implementer. ## Summary Make trusted files configurable per mount, and move handling to LibOS, similar...