markopy
markopy
## Description When a snoozed tab gets restored it seems to always open in the browser window that's currently on top (at least in Chrome). This probably makes sense but...
## Description Currently all the entries in the nap room are implemented using `` instead of proper `` tags. While clicking on them opens the page this is very non-standard...
There is no need to use x-alt-definitions with OpenAPI v3. We can add the schemas normally which means they will be properly referenced by the endpoints.
Validation errors when using ListSerializer are returned as a list with non-failing entries empty: ``` [ {}, {"foo": ["error"]}, {}, {"foo": ["another error"]} ] ``` When using ListField the same...