Marcel Hellkamp
Marcel Hellkamp
For CI to test it, it would require tests in the first place :)
The `test_server.py` tests are extremely limited, they do not really test much, so I do not have much confidence even if they pass. The topic is tricky. On one hand,...
> no real production setup should use the unchanged server adapter that comes with bottle I exaggerated a bit, but it is important to know and understand the settings a...
The translation setup and workflow needs some serious work. Translated documentation is not really accessible, currently. I am not sure if translated docs are built at all. Transiflex api changed...
I do not have any experience with Pyre so maintaining these definitions might be tricky in the long run. Contributing to typeshed might be a more sustainable option.
HTTPResponse is not an error, but a valid response trigger. It should be handled by bottle at a very late time but prior to the error handling stuff. Earlier versions...
Good catch. This explains the above error. I'm not sure if/how we can help developers prevent this kind of situation. Importing the same module twice from two different locations could...
If large files fail, then that's probably because the default temp directory is a size-constrained `tmpfs`. As a quick fix, you may simply use a temp directory on the target...
We are getting a little of-topic or into too much detail here, but I'll try to explain anyway. For science \o/ > From my testing with bottle, when a post...
> Is there a place where I can find more info about using the TMPDIR environment variable method to change the location where the file is place? I hadn't heard...