Krzysztof Jeziorny
Krzysztof Jeziorny
Is there a way to read the `.pgpass` file for the database connection? Setting just `DJANGO_DATABASE_URL=postgres://host/database` without credentials would be very handy. https://www.postgresql.org/docs/12/libpq-pgpass.html
### Issue Summary Page layout on a editor page is partially broken in Firefox. ### Steps to Reproduce The `.wrapper` element is set to `height: 100vh`, which causes a strange...
### Issue Summary Setting `EMAIL_SUBJECT_PREFIX` ([docs](https://docs.djangoproject.com/en/3.2/ref/settings/#email-subject-prefix)) has no effect in emails send by Oscar. ### Steps to Reproduce The email subjects are defined in `src/oscar/templates/oscar/communication/emails/*_subject.txt` templates. https://github.com/django-oscar/django-oscar/blob/1622f03fec1ba50905b750000c57999e909fc7a3/src/oscar/templates/oscar/communication/emails/commtype_order_placed_subject.txt#L1 I've tried creating...
Does WeasyPrint supports the `-webkit-print-color-adjust` CSS property (`-webkit-print-color-adjust: exact;`) for force-printing the backgrounds? The docs don't mention it. If not, may I make it a feature request?
Now the Django Oscar 3.0.0 is out in stable I'm trying to implement PayPal payments. The tips given in #216 were helpful, yet I'd need some help. The payment method...
- VSCode Version: 1.53.1 - OS Version: macOS 11.2 - Extension Version: 2.13.5 - System Language: en - SVN Version: 1.14 ## Issue ## Changes in the local working copy...
Maybe it'll be useful for someone: It may very well be my own fiddling with PATH, but the script's standard `#!/usr/bin/env python` makes the Open With installation non-working. Changing the...
Trying to add an account on iPad mini w Bitwarden password manager: As soon as the prompt to unlock the manager (with touch button) to fill-up the login data appears,...
The `PageListingViewSet` documentation on [Custom page listings](https://docs.wagtail.org/en/stable/advanced_topics/customisation/custom_page_listings.html#custom-page-listings) in Wagtail 6.1 is very nice, that allows nice listings of specific model pages. However, it is not clear to me if it's...
In the last Wagtail webinar @tomdyson mentioned that this project can use [Ollama](https://ollama.com/) with the Llava model as a backend. Is it already possible or meant for a future release?...