Adam Chalkley

Results 243 comments of Adam Chalkley

> I'm not sure where we would get that information If split into some sort of punch list, it might be feasible to have someone with access to a subscription...

> @nathany: The publication date would be nice to include Agreed. Worst case that could be added now, then the related Go version later if desired. I don't have the...

Potentially related: Configure the options struct to have a `short` name longer than 1 character (e.g., `rm` as short for `remove`). This failed silently for me (I'm new to Go,...

> @aral: I got it working by copying the `test` directory from the source repository into the same folder as the Pebble binary. With that, I was able to run...

@marhaupe Seconding! This tool really came in handy when setting up a new project. Thanks!

Potentially related (re doc coverage of variables): #592

Saw these remarks elsewhere from @rgerhards, figured the notes were relevant here (though the context for each may not be sufficiently clear for each remark to stand by itself as...

In case it is helpful, here are the epubcheck validation results against the 13.0.2 and the 12.8.0 releases. ## 13.0.2 ```console $ java -jar epubcheck.jar ~/Desktop/learn-go-with-tests.epub Validating using EPUB version...

Just checked the 13.1.0 epub. That release fails to import into Google Play Books also. epubcheck results listed below for reference. ## 13.1.0 ```console $ java -jar epubtest/epubcheck-4.2.6/epubcheck.jar learn-go-with-tests.epub Validating...

@quii Regarding the other errors such as this one: > `Referenced resource "EPUB/text/http-server.md" could not be found in the EPUB.` @uppalabharath mentioned on https://github.com/quii/learn-go-with-tests/issues/420#issuecomment-962776141 that this was a known issue...