Marco Neumann

Results 54 issues of Marco Neumann

A while back I've created a feature request for responsive images in Zola (https://github.com/getzola/zola/issues/622). That one was (rightfully) rejected because it can implemented via a theme / shortcode. I have...

Reading a secure challenge from command line arguments isn't safe, because other users and processes are able to read them. Environment variables are considered to be safe on most Linux...

## Problem description Users and developers use different editors and tool to edit, backup and process code, documentation and assets. It is not feasible to catch them all in a...

area/builder
kind/feature

The decode routines have a recursion limit (currently hard-coded to 100 if the `no-recursion-limit` is NOT set), however the encode routines don't. This has two drawbacks: 1. **Stack Overflow:** It...

enhancement
help wanted