Sidney Widmer
Sidney Widmer
dompdf moved to github (https://github.com/dompdf/dompdf), maybe it would make sense to include it via composer.
* djangocms_spa version: f49db451fbb813efd43f6ba2e768e9f6fb62e92c * Django version: 1.11.11 * Python version: 3.5.5 * Operating System: macOS High Sierra (10.13.4) ### Description https://github.com/dreipol/djangocms-spa/blob/73322d3b6af7a7ca40bb4f9394d00294faae99ec/djangocms_spa/renderer.py#L104 Since this is just an arbitrary name used...
Refactor `DjangocmsVueJsMixin` to fix several routing related bugs.
Currently there are no event source options set: https://github.com/centrifugal/centrifuge-js/blob/master/src/transport_sse.ts#L43 This means that no cookies are sent to the connection/sse endpoint which make authentication hard. I currently use a workaround where...