Denis Cornehl

Results 22 issues of Denis Cornehl

This adds showing relative timestamps for #270 . For the first version this uses [`timeago`](https://docs.rs/timeago/) from the issue. I didn't find tests covering this part of the codebase, I'm happy...

We're using model-bakery for our testing, and in relation with **recipes** we stumbled onto an inconsistency in the library. While `gen_from_choices` returns a callable that is then generates the random...

https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys

Just my changed version of the latex-buildpack, since I needed some additional packages (and xelatex). I felt this was the right way to do it. comments appreciated. (I know I...

* the `safemem` library is [unmaintained][1] * both `safemem::copy_over` and `slice::copy_within` use `ptr::copy` internally, so the performance impact should me minimal. * `slice::copy_within` was added in rust 1.37.0, but I...

as a follow-up to https://github.com/rust-lang/simpleinfra/pull/344 , related to https://github.com/rust-lang/docs.rs/pull/2198.

Next block of migrations. I intentionally kept the `BuilldQueue` methods sync so `process_next_crate` works seamlessly for now. Apart from some small usages in the tests, the consistency check, this is...

S-waiting-on-review

This is the next step towards #1011, should solve #1849, #797 , and unblocks actually running our consistency check (#766) . Focus for this PR was **having a place where...

S-waiting-on-review

We regularly see errors in our source views where the file size extends our configured `Config::max_file_size` or `Config::max_file_size_html`. Since we're currently not streaming the content, and we do syntax hilighting...

mentor
E-easy
A-backend

We are using the crates.io search API to power our own crate-search. Sometimes the crates.io API returns 4xx or 5xx errors because of wrong queries or timeouts. These errors can...

mentor
E-easy
P-low
A-backend