TW
TW
Just as a side note: `setup_requires` is deprecated and problematic. Projects should use `pyproject.toml`, declare setup requirements there and remove `setup_requires` from setup.py.
It depends, as usual. The "problem" with "inline" is that it navigates to a view with **no user interface** and also that browser behaviour varies depending on file type. E.g....
I don't see why Preview is better/different than Display. "Open" does not fit for the file types which the browser would just save to the Download folder.
We can look at how github does this: ## text file https://github.com/bepasty/bepasty-server/blob/master/AUTHORS - default view is rendered, including the github UI - there is a "Raw" link in the UI...
Yeah, guess it could be: - Preview (or Info) instead of Display - Download - Open instead of Inline "Info" would indicate that it also shows related metadata of the...
This is the official docs for that: https://flask.palletsprojects.com/en/2.3.x/config/#SECRET_KEY So, rather 20-100 than 1024+.
Thanks for the hint. Seems like this worked until Dec 2022, as there was only fontawesome v4 as xstatic package, which then got updated to v6. So we can either...
Release 1.2.0 will include the workaround by requiring the old xstatic-font-awesome pypi package.
TODO: Upgrade bepasty to use xstatic-font-awesome 5.x (and later to 6.x), which needs a review of fontawesome change log and upgrade notes and then a global review of our usage...
I just put this into next milestone, this should get a high priority. If implementing something advanced takes longer, something simple should be done ASAP so that "borg compact" is...