pub const BSKY_USERNAME_SIZE = 64; pub const BSKY_PASSWORD_SIZE = 64; pub const EDITOR_BUFFER_SIZE = 256; pub const RESPONSE_BUFFER_SIZE = 1024 * 1024; pub const MARGIN = 4; pub const DEBUG_DONT_POST = true; // Credential storage constants pub const USERNAME_FILENAME = "bsky-username.txt"; pub const PASSWORD_FILENAME = "bsky-password.txt"; pub const MAX_CREDENTIAL_LENGTH = 128;