codicocodes

Results 20 issues of 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: ![Screenshot 2021-09-12 at 12 33 34](https://user-images.githubusercontent.com/76068197/132984363-acb913e7-c6a5-49fb-852e-dfc709d6821b.png) After: ![Screenshot 2021-09-12...

Backend: - Save last_activity on race state - Update last_activity on the following events: - play - refresh - key_stroke - Include lastActivity on public race Frontend: - display lastActivity...

help wanted
good first issue

I would like to display how many challenges are available in each language in the language dropdown. We need to add a count of each language to the language api.

This is to notify the leader that someone has joined your race

If you play multiplayer, and while on the results screen join another public race the previous results are not reset in state. ![image](https://user-images.githubusercontent.com/76068197/221441351-2dca684e-2c36-412e-bf7e-c77a83c0ee0e.png) 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...

help wanted