Bart van der Schoor

Results 75 issues of Bart van der Schoor

After a year of eyeballing the #475 I tried installing the v2 preview, and I have the basics on screen but it is a bit of a mystery how I...

Is there a list of supported 3rd party apps? I see the request thread but it is hard to keep track of. Maybe it is an idea to keep a...

Looking through the project it doesn't seem like it support updating the bundles without redeploying all the servers that access this functionality? Currently we have some home-grown system that pulls...

The upload widget with the dropzone has a check on the width of the element and then toggles a mobile CSS class. This CSS doesn't work well with TabularInline's (used...

The compiled JavaScript doesn't have to be checked-in, but instead be compiled before packaging in a [prepublish script]() via package.json. It runs automatically when running npm publish. Saves a lot...

enhancement

For a next level version: We could think about extracting the enhanced features to their own packages and decouple them from grunt (and each other), so they can be reused...

enhancement

I got this marshmallow schema that defines a list of URL's: ````py class SelectionSchema(Schema): selection = fields.List(fields.URL(required=True), required=True, validate=validate.Length(min=1)) ```` But when I generate the json version I get the...

It looks like development and support of `django-enumfield` for Django 1.9 and 1.10 is stalling a little, so maybe it would help maintenance if the project was adopted by [jazzband](https://jazzband.co/)...

question

We're running a django-micro app serverless on AWS Lambda using [Zappa](https://github.com/Miserlou/Zappa/) 👍 Only things needed was to use `"app.application"` as `app_function` WSGI function and to not specify a `django_settings` module...

If you have a regular model that has a ForeignKey to a polymorphic model, and then use select_related() from the regular model''s manager/queryset to select the related polymorphic instances we...