Tim Wiederhake

Results 6 issues of Tim Wiederhake

Introduces two new functions, "push_requirement" and "pop_requirement", that govern a stack of current requirements. If the requirements are unmet, tests are skipped. This has several positive effects: * Allows to...

It would be great to have a toggle in the settings to switch between imperial and metric lengths. Apparently, a conversion rate of 10 ft. = 3 m is used...

enhancement

This is very similar to "should_fail", but does not change the test results to "Expected Fail" / "Unexpected Pass". "Expected Fail" and "Unexpected Pass" are useful when they communicate to...

test targets

* create new otterwiki instance: `$ podman run -p 8080:80 docker.io/redimp/otterwiki:2` * create page with a title that has spaces and quotes, e.g. `foo "bar"/baz`. * go to changelog `http://localhost:8080/-/changelog`...

bug
dependencies

* create new otterwiki instance: `$ podman run -p 8080:80 docker.io/redimp/otterwiki:2` * create page with a title that ends with "ß", e.g. `foobarß` * notice page title is "# Foobarm🙉A🙈G🙊I🐤C🐣W🐥O🦆R🐔D"...

bug

Hi! I am unable to get the "slim" docker image to work with podman on an x86_64 Debian 12: ``` $ podman --version podman version 4.3.1 $ podman images REPOSITORY...

documentation