Tarek Ziade
Tarek Ziade
Would you be interested in a clipboard.js integration? A small "copy to clipboard" button on code blocks (literalinclude and code-block directives) the hackish way is to inject the .js in...
If you look at what I did so far with retools at https://github.com/mozilla-services/marteau/blob/master/marteau/queue.py I had to manually maintain new values in redis to keep track of info about a job....
We need to be able to perform jobs by batches in a new project - that makes it possible to do bulk inserts in mysql etc. right now retools uses...
When the worker receives a signal that makes it quit the current job, like SIGUSR1, we need to give a chance to the user to do something in its code....
I know retools is low level, but since you have a **jobs** module with high level stuff, I'd love to add a high-level workflow for jobs: A job would go...
When HTTPretty is enabled, the bind() API is broken when you pass None as a port (which is valid in python 3.4). I get this problem in my tornado tests...
While I find the idea of release a single file is a nice release format, I think this should be only done at release timen so the source code is...
original: https://github.com/mozilla-services/cliquet/issues/462 batch operations are verifying the auth several times for a single request - it could be cached
Original : https://github.com/mozilla-services/cliquet/issues/25 summary: we can improve the timestamp creation for postgres to avoid collisions on very high-load. But the scenario to have that issue is unlikely. (same user hammerting...
Original: https://github.com/mozilla-services/cliquet/issues/679 Currently in conflict responses the existing record attributes are returned in `details.existing`. It should return `details.existing.data` and `details.existing.permissions`.