Matthew Butterick

Results 32 issues of Matthew Butterick

* system fonts * explicit paths

* put multiple pages on one larger sheet

1. For those who have firsthand experience with running a self-hosted Git server — pros? Cons? Is there a solution for CI? 3. For everyone — what would be the...

In `raco pollen setup` and `raco pollen render` you can now supply a `--dry-run` or `-d` switch to see which files will be affected without actually performing the operation.

This will work: ```racket #lang racket (require data/collection) (struct wrapped-collection (value) #:methods gen:countable [(define (length c) 42)]) (length (wrapped-collection 'foo)) ; 42 ``` But remove the `c` from the definition...