Martijn Jacobs

Results 14 issues of Martijn Jacobs

When I create a simplified example of the example on the [Creating an Element](https://slimjs.com/#/creating-an-element) documentation page: ```javascript import { Slim } from 'slim-js'; import 'slim-js/property-directive'; Slim.element( 'my-greeting', /*html*/ ` Hello,...

bug

This pull requests will add the following: - Extend the openapi validator to allow the `examples` field, see https://swagger.io/docs/specification/adding-examples/ and https://swagger.io/specification/#componentsObject - Render the examples (and the already existing example...

That's why all the HTML forms in the Browsable API are all not working. We should fix this according to https://www.django-rest-framework.org/api-guide/generic-views/#get_serializer_classself Would also be needed for generating a correct [OpenAPI](http://spec.openapis.org/oas/v3.0.2)...

enhancement
help wanted

The current [construct_id_filter](https://github.com/django-oscar/django-oscar-api/blob/master/oscarapi/utils/exists.py#L31) implementation does not take the Django 2.2+ `UniqueConstraint` definitions into account. This could become a problem when: - Oscar's `unique_together` constraints are converted to `UniqueConstraints` definitions -...

enhancement
needs-investigation
help wanted

## Description Updated documentation: Added [adrf](https://github.com/em1208/adrf) as a third party package and updated the API documentation to refer to the async counterparts of: - `@api_view` - `APIView` - `Serializer` -...

According to [https://slurm.schedmd.com/sbatch.html](https://slurm.schedmd.com/sbatch.html): > > --uid= > > Attempt to submit and/or run a job as user instead of the invoking user id. > The invoking user's credentials will be...

Hi! Thanks for taking care of this excellent package! Do you also have plans to do some official releases to pypi?