Roman Zimmermann
Roman Zimmermann
The build error doesn’t seem related to my change. :shrug:
> But, this does not work with the PostScript output of abcm2ps. I was talking about the PS output. Funnily the instructions (as in the new example) do work just...
That’s great thanks. For fine-tuning this further (aligning staff with head, having different stroke widths for horizontal / vertical lignes …) etc. I’d still need more control over this. I...
Thanks for writing this up! It’s very useful. I didn’t realise that abcm2ps was being phased out. Being more fluent in SVG than PS, this might indeed be a good...
I have another use-case for this. It’s about committing all the database model instances created in fixtures to the database in one go before invoking the test method: https://stackoverflow.com/a/56013856
I think http://verifyjs.jpillora.com/#groups describes a nice way of declaring such rules.
Maybe moving the project to the [pallets](https://palletsprojects.com/) organization (werkzeug, flask, flask-sqlalchemy) could be an option too instead of creating a new organization.
I was looking for the samet thing and this is likely to be a duplicate of #203 and https://github.com/JensErat/task-relative-recur might be an option until it is implemented.
I’m observing the same issue in production with a very simple setup: Single worker, single task, redis backend, unlimited auto-retry, acks_late. Versions are: kombu==5.2.4 celery==5.2.7 kombu said > Restoring xxx...
I can reproduce this very easily in my local dev setup (vagrant box) and might help to track it down. ``` In [9]: worker.APP.send_task("logcrm_event_bus.send_event", [{}, "impact-stack>test"], countdown=2*3600) Out[9]: In [10]:...