Ondřej Bárta

Results 16 comments of Ondřej Bárta

on_error isn't work fine. When i not use group in error_callback problem persistent.. Callback called: workflow = chain( *tasks, callback_task(url=t.api_url, status=Status.DONE), ).on_error(group(callback_task(url=t.api_url, data={"status": Status.FAILED}))) Callback doesn't called: workflow = chain(...

@SHxKM You must install extra package https://github.com/Bogdanp/dramatiq/blob/e48151e0e4bc94c27acb6828a20cda001daf6743/docs/source/installation.rst#extra-requirements `pip install -U 'dramatiq[watch]'`

can you please advise me how to run these tests on my computer? (linux/docker...)

> @OndrejIT, you should be able to run the tests with: > > ```shell > make setup > make test > ``` Not working for me :-(

Hello, it is not possible to add text to images currently. Actually, Thumbor only has a [watermark](https://thumbor.readthedocs.io/en/latest/watermark.html) filter. By the way, this is a great idea for a new text...

Hello, I've written a fully encrypted [Thumbor-crypto](https://github.com/OndrejIT/thumbor-crypto) handler by pycryptodome library. Url seems like this: http://127.0.0.1:8888/320x320/media/some-image-1094090107.jpg?tKLJtnWvsPqLJIi_fjBg0oDsK51zfGwWUBYHKf_5MREiG_MdLf4qHl_db2kYIaiY3f8E7DxlauwqqVbkw7SyBHHt9NkE Currently, I use it for my project. If there is interest, I will write...