Florent Xicluna

Results 34 issues of Florent Xicluna

There's nothing specific for on_change events in ERPpeek. The way to mimic the OpenERP client (6.1) is: ``` python # on_change with ERPpeek for invoice creation @step('this customer has {nb:d}...

doc

This is an optimization available since OpenERP 8. http://bazaar.launchpad.net/~openerp/openobject-server/trunk/revision/4906

enhancement

> _Errors should never pass silently_ - [The Zen of Python](https://www.python.org/dev/peps/pep-0020/) This pull request is based on the previous one #25. It improves the `testasciidoc.py` tool to report better the...

I tried to use `bulk_insert_events` from the `pgq` library, but it does not work out of the box, even after applying the `newgrants_pgq.sql` permissions. Since it is special command, I...

It accesses `self.request` which does not exist. I propose removal of this method: the iteration would be the responsability of the developer. ``` python @get('/logout') def logout(request): response = Response("...")...

currently the WSGI server iterates on all chars of the output instead of sending the output string all-at-once. ``` diff - return self.output + return [self.output] ``` I noticed this...

It seems it's only available in web archive: https://web.archive.org/web/20170613082246/http://skytools.projects.pgfoundry.org/skytools-3.0/

I tried to build **trusted** Docker images, but I hit something which looks like a bug: https://github.com/dotcloud/docker/issues/5892 So I've reverted to classical home-made images, built from the `upload` branch. Plan...

enhancement

After extended tests, I've found the root cause of the error. It replaces PR #971