Matthias Vogelgesang
Matthias Vogelgesang
Okay guys, despite what was written here and in #65, I drafted something a bit more radical in [this wip branch](https://github.com/matze/wastebin/compare/master...wip) because I'm breaking a few things already, so why...
Thanks :+1:
One way to bring back caching: https://crates.io/crates/tower-etag-cache
I'm confused. Apparently, 0.6.0 has a newer ouroboros dependency nevertheless this is what I get. Edit: when looking into the `Cargo.lock` present in the crate downloaded from crates.io, ouroboros is...
Thank you very much!
Hmm, I'm torn and on the fence about this. My impression (and personal experience) is that wastebin's main target audience is corporate intranets for which this might not be desired...
An ID clash is indeed an extreme issue but perhaps we can solve it differently by constructing an `INSERT` query that generates a random primary key?
In principle this is a good idea but your proposal would mean generating new identifiers incompatible with the existing ones. Unless there is some bijective function that allows mapping from...
> The only thing I am not sure, do we really need bidirectional mapping between the url path and the id number? For example, if a user access https://somedomain.tld/long-readable-string-url, we...
Just tried to update syntect to 5.3.0 and faced the deprecation warning. So, yes, [I do rely on it](https://github.com/matze/wastebin/blob/beb6eec26c56afc36abe5101243ff0decf7534a0/crates/wastebin_server/src/highlight.rs#L85-L169) for custom output.