Luca Rath-Heel

Results 29 comments of Luca Rath-Heel

Sorry, I expressed myself wrong ... The model contains multiple fields with types other than `Int` and only one single field with type `Int`, which is omitted using the comment

This is the schema for the `Post` model: ```prisma model Post { id String @default(cuid()) @id createdAt DateTime @default(now()) updatedAt DateTime @updatedAt published Boolean title String content String? author User?...

> We should only transpiled our packages. As we don't know how other packages need to be transpiled or even need a transpilation. Still it should be easier to add...

@alexander-schranz What about allowing both, `sulu-*-bundle` and `*-sulu-bundle`? Because `acme-test-sulu-bundle` feels a lot more intuitive than `sulu-acme-test-bundle` in my opinion ...

The problem I see here is, that if every page has a sidebar showing the most recent articles, everytime a new article is published, basically the whole website cache is...

@alexander-schranz If one of the goals of a potential fix is to also retrigger static site generation, we should maybe create a more generic solution to also cover e.g. custom...

I don't have a strong opinion about `url` or `route_name`/`route_parameters`, but there should definitely be the possibility to use placeholders, e.g. for `id` in forms or `locale` on lists.

> think a good hint for that example is, that you need Sulu `2.3.4`. > The `ActivityViewBuilderFactoryInterface` inst implemented by Sulu `2.3.0` Yes, good hint, but the `ActivityViewBuilderFactoryInterface` exists since...

I think adding an ` ` with a single space inside to the other fields as well should work too (at least this trick works to push toggler fields down...