Charly Coste

Results 231 issues of Charly Coste

Adding these payment methods could technically be part of #680, but I'm opening a separate issue for them so that everyone can express their opinions on whether we should support...

discussion
UI
payments

Our comparison functions raise an error when currencies don't match, but postgres appears to fall back to comparing the underlying tuples, so we end up with $11 being sorted higher...

blocked
bug

[GNU Taler](https://taler.net/) is a payment method designed to provide an unparalleled level of privacy to the payer. Related issues: #1062 and #1268. Implementation guide: - [ ] create `sql/branch.sql` -...

payments

- anyone can add a fallacy to any comment without justification - the "accused" cannot respond - the fallacies listed on a comment don't link to a definition of each...

Please Indicate One: * [ ] Editorial * [x] Question * [ ] Feedback * [ ] Blocking Issue * [ ] Non-Blocking Issue Please Describe the Issue: Is there...

Waiting for Commenter
needs-fep

I have a growing list of Pando monkey patches [in Liberapay](https://github.com/liberapay/liberapay.com/blob/c41d80c772ba05aab31c0217e80f3d4e8cbde6d9/liberapay/main.py#L154-L155) that should be moved upstream if possible. - [x] `Request.source`: an IP address that can be used in rate...

feature

Pando currently doesn't allow executing extra functions after passing the response to the WSGI server. I'm thinking that `Website` could have a method for that, its default implementation would run...

feature

WSGI supports [Optional Platform-Specific File Handling](https://www.python.org/dev/peps/pep-3333/#optional-platform-specific-file-handling), i.e. `sendfile`, through the `environ` key `wsgi.file_wrapper`. It would be nice if Pando supported that.

performance

Currently it's a `SimpleCookie` instance, and that means you have to do `request.cookie['cookie_name'].value` to get what you want. Also, `request.cookies` should be an alias of `request.cookie`.