EdJoPaTo
EdJoPaTo
GitHub GUI branch rename pushes it and deletes the old one, killing the PR… hoped for something more useful… :unamused:
Wait for a ratatui release which includes https://github.com/ratatui-org/ratatui/pull/1312 :clown_face:
as self-hosted bot API servers seem to have different handling of files in more places, I think its a good idea to do these tests against them too.
I think I'll just leave it as is and drop this PR. #260 simplifies this `mime_guess` logic and it's not a big dependency.
I like exploring that use-case. [getFile](https://core.telegram.org/bots/api#getfile) returns the URL for downloading you mentioned. Depending on the client implementation used `frankenstein::ureq` or `frankenstein::reqwest` are reexported. So for example `frankenstein::ureq::get(url)` doesn't seem...
But frankenstein would also need to fully read it into memory first?
We can keep the deprecation for quite long, and we can remove a deprecation again, when people provide good reasons. One thing that is missing from the Span/Line::render methods is...
Probably deprecate `set_string/n` too… Or not? I have no clue what in this library is actually the stuff that should do that logic as its all over the place.
If it's hidden, then it can also be removed. There should be exactly one export, not multiple ones.
I'm fine with both on their own, as long as it's a consistent one and not duplicated in two locations. There are arguments for both, so I would be fine...