Kevin Renskers

Results 60 issues of Kevin Renskers

* [x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md). ## What did you do? I have a bar chart with a whole bunch of bars...

I'm using vite-imagetools in a SvelteKit project, and due to the many images that the site is using, creating a build takes almost 3 minutes. When I remove the vite-imagetools...

It's kind of strange to me that to enable registration I have to install allauth. It's especially strange that I need to include the `allauth.socialaccount` app, even when I am...

What's the likelihood that Django 4 will be supported soon? I'm seeing a ticket about Django 3 support so that worries me a bit, but it would be really good...

When an error happens, for example [here](https://github.com/django-oscar/django-oscar-paypal/blob/master/paypal/express_checkout/views.py#L54), then only a message is added to the messages framework. Can they be logged to the console or to the normal logging framework...

Many of the logos on https://www.djangoproject.com/fundraising/ are very badly readable in dark mode:

accessibility

When `BasketMiddleware` adds something to `request.cookies_to_delete`, it is never actually deleted inside of `ApiBasketMiddleWare.process_response`. This is because `ApiBasketMiddleWare.__call__` calls `super(ApiBasketMiddleWare, self).__call__(request)`, which also has the line `request.cookies_to_delete = []` (see...

I'm running into a weird situation: 1. I've made a new Offer, set the type to Voucher Offer, which applies to all products. It gives a $25 discount and I...

The Product model has a field `is_public`, it would seem reasonable to expect that products with this boolean set to False would not be returned by ProductList?

After updating to v3, setting a max-height on the textarea no longer has an effect. Is there another way to limit how tall it can grow?