In generate_form_link function conditions compare pid argurment (type str) and its value (type int), that results in e.g. not providing comment (and not setting it as blocked) to the resulting form
Original code was structured around str, which I forgot to redocument as int :)
Still, this is a valid PR and other projects may already supply str per documentation.
Thanks for noticing!
In generate_form_link function conditions compare pid argurment (type str) and its value (type int), that results in e.g. not providing comment (and not setting it as blocked) to the resulting form