TW

Results 2664 comments of TW

docs about how to use http basic auth: https://github.com/bepasty/bepasty-server/pull/273/files

as the login/logout stuff is moved to the menu on mobile, the permissions display maybe could be also there (thus hidden when menu is not active).

needs to be re-checked with current code, there was some bootstrap work recently.

doesn't make sense (esp. for bigger files), you would need to handle them twice, which is quite expensive.

maybe let's first think about how letusorderit is intended to work: a) core part with models, controllers, only interface to outer world is a REST/JSON web api (no userinterface, no...

I don't want to drop setuptools_scm. Besides the automated versioning (at release time and also computing reasonable versions in between of releases), it also manages the MANIFEST (which also is...

I you use a release from pypi, does that still need git?

Releases are made via putting a git tag on the repo, so that is always the "first class". But when doing a release, I also publish the corresponding pypi package,...

I don't use docker, so I would not like to care for docker stuff. Also, as I said, I'ld like to keep setuptools_scm for 2 reasons.