FU: Use schema validation for query parameters

...much better.

(Also I remembered why I threw away groff stderr; it's pretty useless)
This commit is contained in:
Yorhel 2025-02-25 14:32:20 +01:00
parent 682321d1be
commit c16fe86e7a
2 changed files with 7 additions and 12 deletions

View file

@ -60,7 +60,7 @@ sub fmt($input) {
if ($poll->events($err)) {
my $r = sysread $err, my $buf, 16*1024;
$poll->remove($err) if $r == 0;
warn "GROFF: $buf\n" if $r > 0;
#warn "GROFF: $buf\n" if $r > 0;
}
}
}