Nemo D'ACREMONT
Nemo D'ACREMONT
## Describe the bug I'm mainly using linux, and the line separator is `\n`, but when I upload files to wastebin, they are converted to use CRLF. It seems to...
The goal is to prevent sending CRLF when the input uses LF (#148) What is there : * Change form enctype * Adapt insert/form.rs to receive multipart data (https://docs.rs/axum/latest/axum/extract/struct.Multipart.html)
We were trying to use the framework to send messages on signal, but because it was not really about creating a bot replying to commands, we did not use the...