Carlo Beltrame
Carlo Beltrame
For the content node tree, maybe we could also use [nested set](https://en.m.wikipedia.org/wiki/Nested_set_model) instead of parent relations. This is a much more efficient way of storing tree data structures in relational...
Thanks for the good points. This kind of opened a rabbit hole... There was lots of duplicated code in the print service as well. So I went in and moved...
Maybe write a custom ESLint rule: https://developers.mews.com/how-to-write-custom-eslint-rules/
@BacLuc ist der Teil Guest wirklich noch offen oder hast du das inzwischen umgesetzt?
Ich habe auch mit Nuxt noch Activity Rendering implementiert. Mein Code ist auf https://github.com/carlobeltrame/ecamp3/tree/feature/print-nuxt-helm Hier mal ein gedrucktes PDF, das einige in meinen Augen kritische Limitierungen mit Seitenumbrüchen demonstriert. [PrintedByBrowserless(4).pdf](https://github.com/ecamp/ecamp3/files/7971527/PrintedByBrowserless.4.pdf)...
Weisst du noch was hier das Ziel war? Ist das in #1241, #2023, #2021 abgedeckt?
Übrigens, als Tipp beim Entwickeln der Print Preview: Die Firefox Dev Tools haben einen print simulations Modus, in dem man @media(print) simulieren kann.
Eine weitere Alternative die es zu bedenken gibt: PDF direkt clientseitig generieren, mit einer eingebetteten React-Komponente die das kann: #1924
Remind me why we set php updates to always trigger a PR? Is there some manual intervention required?
Yes, optimizeDeps.include is exactly that as far as I can tell. But not sure whether that runs on startup or during the first request though. We could also try to...