Joris Beckers
Joris Beckers
When you raise a ``NotFound`` exception in django rest framework, the YAML renderer triggers an internal server error. So when you do the following in a view: ```python raise exceptions.NotFound("some...
It would be great if we could run punch like this: `python -m punch --part major` This allows to run this as a run config in pycharm on a remote...
- [ ] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. **This is a duplicate of closed issue #790** - [x] I...
When loading a resource (a virtual server for example) and then loading it's statistics causes an error when updating the object again. We use this way of working when determining...
Provide a similar function as `expandSubcollections=true` from the REST api when calling `get_collection()`. When you have hundreds of pools across a couple of vCMP guests, you get an enormous scaling...
crontab schedule does not work like a real crontab entry when combining day or week and day of month
Celery's crontab schedules don't follow the "official" crontab schedules when combining a day of week and day of month value. **I like Celery's behavior more than that of crontab, but...