avtobiff
avtobiff
Is it possible to support logging to syslog without a special logger_mod? I saw that there is https://github.com/yakaz/yaws-logger , maybe that could be brought in?
Hi! I would like to package this for Debian, thus I wonder if there is any central repo that I can use as upstream source? Checking the huge network graph...
It seems template vars are parsed inside `` tags. The resulting output contain HTML entities for the braces. ``` Failure: is not true. test: template vars should not be parsed...
Would be great if you could tag releases. Much easier to pin and track versions.
This does a static mirror of the Yaws web page for publication as github pages on erlyaws.github.io. Fixes #486
It would be good to publish the Yaws documentation on a static github pages site. [0] [0] https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site
Necessary changes for deprecations, obsoletions, and refactorings would be uncovered earlier if Yaws had CI tests for OTP master and maint branches.
The user-id part of the basic authentication header value should not contain control characters. This should be validated and handled accordingly. RFC 7617 The 'Basic' HTTP Authentication Scheme Section 2....
Enable reproducible builds by creating a deterministic build environment. * Create a deterministic build environment with the new configure option --enable-deterministic-build. Deterministic builds: * Replaces +debug_info erlc flag with +deterministic....
Hi! I am currently updating the ruby-lockfile package in Debian. On github and rubyforge lockfile 2.0.0 is published (on codeforpeople 1.4.3 IIRC), but on rubygems.org it is possible to download...