You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add repos to GitHub integration and code mappings (done)
Set up suspect commits
Change sqlite to postgres
Code changes are trivial, it's more about hosting
Endpoint/querystring that returns broken JSON on the AntiCheat project
Something like exiting early before closing the json array:
if(context.Request.Query["game-over"].FirstOrDefault()is not null){_logger.LogInformation("Game play ended!");return;}// here it writes the end of the JSON object so we're bailing early
Stretch goal:
Endpoint that runs the raffle with the following logic:
everyone who plays get at least 1 entry
top players #6-10 gets 2 entries
top players $3-5 gets 3 entries
player #2 gets 4 entries
player #1 gets 5 entries
anti cheat service AOT compiled for fast startup (serverless)
The text was updated successfully, but these errors were encountered:
Something like exiting early before closing the json array:
Stretch goal:
Endpoint that runs the raffle with the following logic:
The text was updated successfully, but these errors were encountered: