Hugo
Results
2
issues of
Hugo
Makes the `Serializer` API take an instance of `std::io::Write` where the serialized contents are written, instead of placing them in an internal buffer that is then converted to a `String`....
Hello! I recently set up [a workflow](https://github.com/hsanzg/diag-scals/blob/main/.github/workflows/docs-gh-pages.yml) to install and cache some APT packages before testing my project. Unfortunately once I introduced the `cache-apt-pkgs-action` step, the action [fails](https://github.com/hsanzg/diag-scals/actions/runs/5494646729/jobs/10013556300) with the...