Trending repository
-
Updated
Jun 13, 2022 - Python
The recently-ended Gamedev.js Jam 2022 encouraged game developers to create web games and share their sources on GitHub. GitHub Star
June 21, 2022 - June 24, 2022 • Austin, TX
Open source projects built in or receiving significant contributions from Brazil :brazil:
GitKraken Boards will sunset at the end of 2022. Read the full announcement to learn more.
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Place the access_log and error_log directives inside the main server block instead of http block.
Disable access_log at http block:
File: /etc/nginx/nginx.conf
# ...
http {
# ...
access_log off;
# ...
}
# ...Enable per site access_log and error_log at main server block:
File: /etc/nginx/
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
I would like there to be a Entity#hideEntityByDefault w
In medusa-js, add signOut() to the store AuthResource.
Cloudback secures your GitHub repositories with recurrent data backups.