Claude Paroz

Results 60 issues of Claude Paroz

npm WARN deprecated [email protected]: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410

It would be so nice to find a "migrate from django-mptt" section in the docs!

enhancement
good first issue
documentation

@mgkuhn, is there a recommended way to install the uniset command needed by the transtab Makefile?

I have implemented a custom MultiWidget input like this: ``` from django import forms from bootstrap_datepicker_plus.widgets import DatePickerInput, TimePickerInput class PickDateTimeWidget(forms.SplitDateTimeWidget): def __init__(self, attrs=None): widgets = [DatePickerInput, TimePickerInput] forms.MultiWidget.__init__(self, widgets,...

This is the first part of the conversion, allowing to launch tests. The second part should be done by running the tests against a complying CalDAV/CardDAV server.

THUMBNAIL_STORAGE should simply be a key of the `django.core.files.storage.storages` object. Then `sorl` would not need to fiddle with storage classes but could simply trust the Django storages machinery. Of course,...

I think that the configurable KVStore adds complexity to the project without real added value, all the more that now Django also includes a Redis cache backend in core. What...