Thiago Macedo
Thiago Macedo
It is not possible to determine when the form was fully validated. This simple patch manage to trigger an event after all fields are validated. fix #69 and closes #116
I've been struggling to make the app work for the whole day. I was able to build it for Linux, but MacOS version I could not. The whole app is...
Hi On _python 2.7 at debian 7_ I'm getting an error when the system converts XML Post Date into Python Tuple (/wordpress_xmlrpc/fieldmaps.py:88) ``` *** ValueError: time data '2014-02-10 20:24:38' does...
I've found some flaws when dealing with dates and RPC. Can you expose how do you work with them? Currently I'm converting all dates to UTC prior to sending to...
In order to represent an Object the system do: 1) Return a property string from `WordPressChildClass.__str__` 1) Convert `self.__str__` to ascii (`str(self)`) 2) Convert ascii `self` to utf-8 (`.encode('UTF-8')`) Which...
needs refresh since no way to know when the stylesheet has been read
Consider the following classes ``` javascript var CrudPage = P(function(crud) { var self = crud; crud.container = '#none'; crud.init = function() { self = this; $(document) .on('click', function() { alert(self.container);...
Despite being configured properly, headers sent, signature generated, etc Yahoo _boss api_ keep throwing an error `u'Please provide valid credentials. OAuth oauth_problem="signature_invalid", realm="yahooapis.com"` Here is the code ``` python from...
JS do not support multiline match by default. There is a little trick - implemented it
Hi, I'm trying to generate a custom image but the persistent files look confusing to me. I see during `build` it does backup a selection of files in the container....