Michał Matczuk
Michał Matczuk
 I have other issue with 0.69.1
> > > But that is needed for the extension to add the referer URL to the article requests. We will have to wait till that is supported then? >...
> pm2 start pnpm -- run start `which pnpm` in my case should be from asdf not from brew, so I used it like that `asdf exec pnpm ...` and...
Same issue. For days from range 1-12.
@dadycool014 Its bugged for `monthFirst = false`, set `monthFirst` to `true` (or use default).
Quick fix for everyone - use local version with this "fix": 1. Uninstall django-bower ```sh pip uninstall django-bower ``` 2. Install bower to directory `temp` ```sh pip install django-bower --target...