scratchattach icon indicating copy to clipboard operation
scratchattach copied to clipboard

some ids are int | str

Open faretek1 opened this issue 3 months ago • 1 comments

e.g. comment.Comment.id should really ONLY be an int. Making it possibly a str means that you have to parse it using int() a lot.

faretek1 avatar Aug 27 '25 16:08 faretek1