Sven Marnach

Results 9 issues of Sven Marnach

We should add logging to help with debugging. Since error handling is non-existent, this has even higher importance than usual. Thanks to Leo Broska for the suggestion.

The reference currently states > The type of a block is the type of the final expression, or `()` if the final expression is omitted. However, the type of this...

C-bug

I stumbled upon https://github.com/rust-lang/rust/issues/27269 and noticed that it is fixed now, so I added an implementation. The implementation only covers `Take`, but I can't think of any more general type...

This is a work-in-progress to refactor the AWS client and migrate the existing code. Not ready for review yet.

In #1800 we introduced database dumps that can be downloaded from https://static.crates.io/db-dump.tar.gz. The dumps are updated every 24 hours. However, CloudFront may cache them for up to 24 hours, so...

C-enhancement ✨
A-backend ⚙️

We noticed that maws currently does not unset the AWS_SECURITY_TOKEN evnironment variable, which can lead to confusing behaviour if it is still set. This PR makes sure this env variable...

**Describe the bug** The servers hbbs and hbbr run as the root user rather than as a non-privileged user. **Describe the environment** Debian package installed on Ubuntu 20.04. **How to...

bug

**Describe the bug** The private key of the hbbs server is created as world-readable file. **Describe the environment** Debian package on Ubuntu 20.04, version 1.1.14 **How to Reproduce the bug**...

bug

Version 7.5.0 of pip-tools no longer passes `--extra-index-url` from `requirements.in` on to `requirements.txt` when using `--generate-hashes`. Version 7.4.1 still did. #### Environment Versions 1. Linux 1. Python version: 3.12.3 1....