bofm
bofm
Hi Kenneth Wouldn't it be good to clean up results and callbacks lists on some conditions? The lists may grow infinitely when the tasks are called often.
There is a nice project https://github.com/asottile/add-trailing-comma. Could you add it as an additional optional formatter?
``` >>> @cache(cache_file="/tmp/cache.db") ... def fn(a=1): ... print(a) ... return a ... >>> >>> fn(a=1) 1 1 >>> fn(a=2) 1 >>> ``` https://github.com/atmb4u/cashier/blob/master/cashier/__init__.py#L130
Sometimes people have less free space on disk than the size of the zipped data they want to send. In such cases it would be reasonable to stream data and...
Hi Thanks for a cool project and good code quality. I forked the repo and ran the tests against your latest commit in my repo. And some tests failed (https://travis-ci.org/bofm/yacron/builds/301317041)...
qemu package is needed
Trying to build the image, the installation of Oracle Database fails. ``` vagrant@vagrant-ubuntu-trusty-64:~/oracle-12c$ docker run --privileged -ti --name step1 oracle-12c:step1 /bin/bash [root@4b51cd5b9be5 /]# /tmp/install/install Sat Apr 11 08:50:03 UTC 2015...
It would be great to have a `migrate` method so that we could do something like this ``` > spacer:list() - 1561633115_1st - 1561633215_2nd - 1561633315_3rd > spacer:version() - 1561633315_3rd...
Hi, I tried to play with this and got the error. The notebook is the one from the examples. After executing ``` %%async_run N = 10**s print(N) ``` the error...