Yguaratã
Yguaratã
Hi there, is it possible to make Leaps work with content editable tags, not only textarea? Thanks.
Ao fazer uma chamada de checkout utilizando o método [PagSeguro.checkout](https://github.com/Japle/python-pagseguro/blob/master/pagseguro/__init__.py#L217), a tag pai do XML de retorno está divergente do que é esperado pelo parser [PagSeguroCheckoutResponse](https://github.com/Japle/python-pagseguro/blob/08a8aa7f934b16d00948ead17a0e470a88f2479f/pagseguro/parsers.py#L115). A resposta está trazendo...
It was added the setting WEBSOCKET_HOST. This enables using websockets in cross domains. This is, the websocket domain (e.g. ws.myapp.com) is different from the site domain (e.g. www.myapp.com). However, it...
I use a proxy service (CloudFlare) that does not support websockets. A workaround is to have a separate address for the websockets (such as ws.myapp.com), that is not behind the...
This pull request, beyond fix unit test errors, adds four templatetags for prefetching resources and a new storage which I called OptimizedPipelineStorage. This storage adds three new features: 1. It...