We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am happy to take over any of the @milojacquet tasks if Milo is present to give me guidance.
hsc-leaderboard
cargo install sqlx-cli
cargo sqlx prepare
cloud.hypercubing.xyz
solves.csv
hyperpuzzle::verify()
These are basically required before an HSC2 public prerelease because we want to track FMC records for all puzzles people have been solved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am happy to take over any of the @milojacquet tasks if Milo is present to give me guidance.
For existing speedsolves
hsc-leaderboard
locally without Postgres. This can happen either (or both) of two ways:cargo install sqlx-cli
and thencargo sqlx prepare
whenever the schema changes during development (@milojacquet)cloud.hypercubing.xyz
server, set up Discord bot, test end-to-end (@HactarCE)solves.csv
(@milojacquet)For FMC / HSC2 integration
hyperpuzzle::verify()
(@HactarCE)These are basically required before an HSC2 public prerelease because we want to track FMC records for all puzzles people have been solved.
Possible future work
The text was updated successfully, but these errors were encountered: