Luke Plant

Results 124 comments of Luke Plant

Thanks @Pike for letting me know about this. I'm using Fluent in two main contexts - [django-ftl](https://github.com/django-ftl/django-ftl) and [elm-fluent](https://github.com/elm-fluent/elm-fluent) (both of which I wrote/am writing). For my own purposes, I...

To add briefly to my last comment - an FTL parser that was able to ensure the HTML well-formedness rules that Pike mentioned would be useful for all my use...

Thanks so much for that link, I think had seen it before but had forgotten about it. I'm still at the stage of investigating fluent and seeing whether it fits...

Actually I realised 0.8.3 and master don't have record/playback docs either, although there does seem to be support in `httpretty/core.py`

The import needs to be: ``` from __future__ import absolute import from .core import serialize ```

There isn't a documented way at the moment to do that. However, you can do it fairly simply by subclassing the payment form, and implementing the `render` method according to...

I haven't seen this, but I don't generally deal with a large volume of IPNs. It would help if you gave more info about where this error message is appearing...

It does sound like a bug regarding duplicate transactions IDs, please file a separate issue/PR about that, thanks.

I'm going to close this ticket, but please do post more info and re-open if you can provide something that will enable django-paypal to behave better in this situation. If...

See 79b2227 which may help with part of this.