Sebastian Wagner

Results 50 issues of Sebastian Wagner

Hi, from RFC-6265 3. Overview: > 1. Overview > > [...] An origin server can include multiple > Set-Cookie header fields in a single response. [...] > > Origin servers...

enhancement

related to https://github.com/hunt-framework/hayoo/issues/21

enhancement

Because - Both implement a rather complex cli. - Both share a lot of common tasks

enhancement

it seems, that this is not as easy as one might think. ... A plugin must be able to - use the IO monad - has it's own state

The goal is to provide a user friendly package, that doesn't require any developer tools. We need this package as a base for the user documentation.

enhancement

We should add a performance test using criterion to detect bugs like #93 in the future. Mabe we can use travis-ci for executing a performace test that fails, if that...

I'm coming to the conclusion that deploying Askbot properly is actually quite hard. Turns out my existing deployment had svere problems. like missing the cron job, DEBUG=True etc. I woud...

Please make use of https://github.com/davidfischer/requirements-parser the duplicated requirements.txt is out of sync with the askbot_requirements.txt and keeping them synchronized is a lot of manual work

I got something like this per mail: ``` Internal Server Error: /account/signin/ Traceback (most recent call last): File "/django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/django/utils/decorators.py",...

https://github.com/ricardoasmarques/ceph-dev-docker/blob/master/shared/bin/reload-dashboard.sh actually all you need to do is to run `ceph mgr fail `. this will restart the MGR once, instead of twice. https://github.com/rhcs-dashboard/ceph-dev/issues/30