Stefan Wehrmeyer

Results 39 issues of Stefan Wehrmeyer

Seat numbers suck, coalition calculator conquers! @gka style.

Currently the tests that are checking selectors on sites can be flaky and stop the release process.

This PR is showing that assertion failures in the server part of websocket tests do not affect the test outcomes.

websockets
testing

Test for issue #757. Shows the effects of websocket server sending data on a connection that has been closed by transport without receiving a close frame.

websockets
testing

### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...

bug
websockets

### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...

bug
help wanted

https://github.com/jazzband/django-payments/commit/b1dc16c8234993abdf506e358f867cdb7a1ed707 made `change_status` 'safer' by not saving the whole payment object but just some fields. This backwards incompatible change got me a while ago and I fixed it in my...

bug

If you have a numeric primary key in your original dataset, it's perfect for uniqueness but inconvenient in the grano admin for identifying entites.

schema-extension

Clicking on map sometimes accidentally places a marker. Original solution was to drag in marker from somewhere explicitly.

I have mails with MIME headers like this: ``` Content-Type: application/pdf; name=30676_2015.pdf;name*=iso-8859-1''%33%30%36%37%36%5F%32%30%31%35%2E%70%64%66 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=30676_2015.pdf; filename*=iso-8859-1''%33%30%36%37%36%5F%32%30%31%35%2E%70%64%66 ``` The parameter `name` and `filename` are present as single encoded **and**...