Anton Engelhardt

Results 44 issues of Anton Engelhardt

ARM Docker image which runs on ARM CPUs

deployment

Use setup tools library to verify required pip packages

enhancement

Look into Docker BuildX to generate one image for different architecture

deployment

Hello, is it possible to have directories rendered using an HTML template with placeholders instead of the standard (non-styled) Headers and list items? Something like ``` .service( fs::Files::new("/", "./static") .html_template(include_str!("../templates/index.html"))...