Hector Zarate

Results 8 comments of Hector Zarate

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...

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?