cmahnke

Results 97 issues of cmahnke

See [https://discourse.gohugo.io/t/add-debugf-function/45625](https://discourse.gohugo.io/t/add-debugf-function/45625) > It would be very convenient to have a debugf function, where the output isn’t cached like `errorf` or `warnf`, but it would still be highlighted like their...

Proposal

**Is your feature request related to a problem? Please describe.** I'm currently looking into ways to build in a very constrained system, as a good measure, I want to be...

Disclaimer: I do not know if these features are implemented, if not, consider this as a feature request: Provide an example to filter data, for example before or during database...

enhancement

Either the documentation is outdated or the image is missing a dependency: ``` docker run --rm \ > --volume "$(pwd):/data" \ > --user $(id -u):$(id -g) \ > pandoc/core protokoll.md...

Latex doesn't seems to be configured probably: ``` docker run --rm --volume "$(pwd):/data" --user $(id -u):$(id -g) pandoc/latex:2.6 protokoll.md -o outfile.pdf Error producing PDF. ! Package inputenc Error: Unicode character...

It should be possible to set the `working-directory` or a path to operate on.

Since the Runner VMs are populated by a script, the knowledge of the contents of its configuration can help with identifying further target to remove. For example: https://github.com/actions/runner-images/blob/main/images/linux/toolsets/toolset-2204.json How about...

It should be possible to ignore a missing executable, like `git`, by setting `failTheBuild` to `false`. ``` 29.34 [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:3.2.0:create (default) on project planetiler-parent: Cannot get...

enhancement
Stale

See https://github.com/google/fonts/issues/new/choose Adding to https://fontsource.org/ would be also nice, since this would imply a NPM distribution, but I'm not sure how to add there...

I'm not sure if I'm missing something but it seems that the provided options for `normalize` are wrong. According to the interface (see screenshot) the options provided for `normalize`, parameter...