Pavel Dedik

Results 16 comments of Pavel Dedik

Best solution for this would be to use [Celery Canvas](http://docs.celeryproject.org/en/latest/userguide/canvas.html). The implementation of the `zoo.repos.tasks.pull` function could look similarly to this: ```python repo_dir = tempfile.mkdtemp() repo_path = download_repository(...) # when...

Is there something I could help with to speed this up? Probably only possible way to halp is to draft a PEP? Anyway, it would be really useful for a...

The config variable `DEFAULT_MAIL_SENDER` has been renamed to `MAIL_DEFAULT_SENDER`. See https://github.com/mattupstate/flask-mail/blob/master/flask_mail.py#L505. I've run into a similar problem as the [documentation](https://pythonhosted.org/flask-mail/) is not up to date.

@jamesonjlee Yes, you are absolutely right. Sorry, I didn't realize that. Unfortunately, first result on [google search](https://www.google.com/search?q=flask+mail) leads to the old docs.

Hi, thank you for taking an interest in the framework. I was already trying to integrate the framework in FastAPI, but it requires some tweaking and I haven't finished it...

@Mte90 I have an open issue for that - https://github.com/paveldedik/ludic/issues/13 But first, I want to have a better integration for FastAPI. These are now one of my top priority issues,...

Hi @marquisthunder This seems like a really interesting idea. Ludic already supports the `iframe` HTML element (`from ludic.html import iframe`). Could you please further explain the idea how it could...

Thank you very much for testing it. I'm glad to hear that it works! I would like to integrate it further. I'll soon create a roadmap and this will be...

Could you share the code you wrote? I'm curious, and I agree, common usage patterns are a good idea.

Thank you very much. That is a nice sample, with a bit of testing from my side I'll probably add that to the documentation signed with you as the author...