No description
Find a file
oxalica a7f31e5fad refactor(webapi)!: avoid u64/i64 usage in types except timestamp
We do not need that many big numbers yet. This should simplify client
implementation without native u64 (eg. JavaScript).

Also put a hard limit on `unseen_cnt` query.
2024-09-21 15:14:50 -04:00
.github/workflows test: add method to dump query plans 2024-09-21 09:23:32 -04:00
blah-types refactor(webapi)!: avoid u64/i64 usage in types except timestamp 2024-09-21 15:14:50 -04:00
blahctl feat(types): add trait SignExt for easy chaining 2024-09-21 13:57:27 -04:00
blahd refactor(webapi)!: avoid u64/i64 usage in types except timestamp 2024-09-21 15:14:50 -04:00
contrib fix(nix): relax configuration type for now 2024-09-19 05:27:56 -04:00
docs refactor(webapi)!: avoid u64/i64 usage in types except timestamp 2024-09-21 15:14:50 -04:00
test-frontend feat(frontend): actually do register challenge 2024-09-19 06:42:36 -04:00
.gitignore feat(frontend): impl register and fix 2024-09-17 21:44:36 -04:00
Cargo.lock refactor(database)!: decouple SQLs from backend logic and cache stmts 2024-09-21 07:37:06 -04:00
Cargo.toml build: reduce debuginfo for dev build 2024-09-21 07:37:33 -04:00
clippy.toml Avoid unnecessary unwrap 2024-09-06 02:05:32 -04:00
flake.lock build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00
flake.nix feat(blahd): impl socket activation integration 2024-09-11 13:17:52 -04:00
rust-toolchain.toml build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00