Aarni Koskela

Results 737 comments of Aarni Koskela

@uglide As an aside, why was the release tag format changed from `v6.1.0` to `v.6.2.0` (extra dot)? I foresee that breaking systems...

> [@akx](https://github.com/akx) In which case it makes sense to pull a package from GitHub rather then using a package manager? Not necessarily the wheel itself, but, say, change logs for...

> I installed the latest update of Dynamic Prompts What exactly did you do?

Please try restarting the webui; the underlying `dynamicprompts` library (which the extension requires) should get automatically updated at boot, or you can also follow the instructions given in the error...

In colab, run a cell with ``` !pip install 'dynamicprompts[attentiongrabber,magicprompt]~=0.27.0' ```

So you're using Colab - you will need to tell us which notebook you're using, what you've done so far, etc. Otherwise, it's hard to help.

Try to a cell after Requirements and before Start with ``` !pip install 'dynamicprompts[attentiongrabber,magicprompt]' ``` and then run all of 'em.

Good catch! Please see https://github.com/python-babel/babel/pull/1220.

I think the actual issue is that you're using a `{% do %}` statement, [which is implemented as a Jinja extension](https://jinja.palletsprojects.com/en/stable/extensions/#expression-statement). No extensions are loaded by default unless you tell...

Hi @Aniketsy, thank you for the contribution! As Tomas also said, I don't think it's a great idea to simply ignore invalid dates and cause silent data loss. This is...