Hector Zarate
Hector Zarate
Any updates on this?
Migrated recently to sqlc. I'm missing the comments in my old classes. :(
For anyone interested: this can be achieved by using `comment on` ``` CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text ); comment on table...
Thanks @jhutchings1! Fingers crossed for a fix soon.
The fonts are missing, but I will submit it in another PR.
@gulien, regarding the fonts with the problematic license. Maybe they could be downloaded by a “fonts” module? This circumvents the distribution restriction.
And, what would you think of adding pdfcpu as a library instead of a binary? Using a binary requires IO, which is super expensive for Cloud Run. :(
@ddenney-lesl , how big are your PDFs?