codicocodes
codicocodes
This PR adds support for configuring transparent float to be consistent with transparent bgs and sidebars using the configuration `vim.g.tokyonight_transparent_float=true` Before:  After:  Solution is to reset results state when...
Literals are duplicated on every RacePlayer, we already have the index of the current literal, so we can use the literals stored on the Race in order to get the...
The complexity of the `code-store` is growing, once the integration with the nestjs-backend is more stable we want split this store up into smaller reusable stores. The stores will still...
Currently we store the current race id in the users session so we can reuse it between websocket events (and requests?) The race id is not needed between different session...