Sebastian Pipping

Results 701 comments of Sebastian Pipping

Here's a screenshot to demonstrate the aspect ratio I get: ![flying-generals-issue](https://user-images.githubusercontent.com/1577132/59566721-1ed64900-9064-11e9-8de0-7daf467e87bf.png)

@mje-nz could you update the title of the ticket to say `1.0.5`? Thanks!

Could you elaborate on how it broke in the past?

Have you seen https://github.com/mholt/caddy/blob/master/dist/init/linux-systemd/caddy.service ?

Any news on supporting `coverage>=5`?

Hello @nyov, thanks for your quick reply! The content in that paste looks indeed like the code added in bf3c8a1663bcf43102b09f46fa9cbb04e05bc4ef, good catch. @pradeep1288 are you the author of that paste?...

Hi Jeldrik, thanks for your reply! I understand your concerns about misuse of a demo setup for regular use. I think a cron resetting the database and have a clearly...

I think one implementation detail that would be important to document to users is that Django Ratelimit uses [modulo operation](https://en.wikipedia.org/wiki/Modulo_operation) so that `1/m` would allow two requests only few second...

> The tool dumps header compilation errors to the `logs` sub-directory of the current execution directory. I see! That point led me to this error (full log at https://travis-ci.org/cpptest/cpptest/builds/481159334): ```...

PS: I notice `gcc` rather than `g++` in that command line only now. Is that part of the problem?