Daniel Rotter
Daniel Rotter
I would like to write my master thesis in markdown, but for that I would need support for creating list of figures and bibliographies. As far as I have seen...
I would like to let the `Steps` component to be used in every slide I make, without manually using it in the mdx file. Is there any possibility to do...
There is already an existing solution for displaying maintenance pages using StackPHP: https://github.com/atst/stack-backstage Would probably be more clean to use this instead of our custom solution /cc @turbo-ele
What about implementing the vnd.error format for REST APIs? https://github.com/blongden/vnd.error
Since I am currently changing dependencies, I am discovering some dependencies, which are hard to maintain, and we should try to remove them. SuluContactBundle -> SuluMediaBundle which causes the circular...
Currently classes handling PHPCR stuff like the `NodeRepository` often contain an `$api`-flag or write some data into `total` or `_embedded` fields, what should actually be handled by the BazingaHateoasBundle and...
- [ ] Add own .babelrc file to your installation - [ ] Update your webpack configuration to include your own JS files - [ ] How to implement your...
We need to describe all our registered toolbar actions in combination with their available options. Mind that we have to split them into form and list toolbar actions, since there...
We are making a lot use of the JMSSerializer groups (e.g. in https://github.com/sulu/sulu/blob/develop/src/Sulu/Bundle/ContentBundle/Controller/NodeController.php#L281), but there is no real guideline how to name these groups. This should be documented so that...