Edd Salkield
Edd Salkield
## Describe the bug When compiling on Alpine with `ninja -C builddir`, the build fails with: ``` [15/161] Compiling Vala source ../plugins/backend/fresh/freshAPI.vala ../plugins/backend/fresh/freshInterface.vala ../plugins/backend/fresh/freshUtils.vala ../plugins/backend/fresh/freshConnection.vala FeedReader.vapi ninja: job failed: cc...
Currently nwg-bar only supports user-level config file locations, but not at the system level. Even so, data is loaded from `/usr/share` under certain circumstances. I propose that nwg-bar first check...
The method `podman/libs/images.py#Images.build` runs `os.walk`, and expects it to return a list of files from `context_directory`. It actually yields a 3-tuple `(dirpath, dirnames, filenames)` as described [here](https://docs.python.org/3.8/library/os.html#os.walk). Later, when trying...
None of the functions in `posts/render.go` are ever used anywhere. By pruning this dead code, we lose the dependencies on `github.com/microcosm-cc/bluemonday` and `github.com/writeas/saturday`, aiding the packaging process. Fixes issue #9.
`web-core` depends on `github.com/writeas/saturday` to implement functions `ApplyMarkdown` and `ApplyBasicMarkdown` in `posts/render.go`. These functions are specific to the operation of `writefreely`. However, `writefreely` reimplements these functions as `applyMarkdown` and `applyBasicMarkdown`...