Claudio Zizza

Results 103 comments of Claudio Zizza
trafficstars

If this issue was created due to a long runtime of the website build and preventing to start such a build, #551 should have covered that part. If that's the...

Hi @n4huel, and thank you for your contribution. This is a blog post from January 2022 about ORM 2.11. I don't know if an old blog post is supposed to...

Anything we need to know about tailwindcss, that will be an advantage for the further website development? Maybe because of a redesign purpose? @DiegoArrieta Thank you for your offer. :-)

Yes, you have to scroll up to see the search results. This is currently a workaround to make the search more usable for bigger results, that is cut by some...

@greg0ire It would make more sense than having one xsd-file for every doc-version of ORM. Having a link to the file per version would be a nice-to-have though.

I think this should also work well for changes in the documentation. @Ocramius Do we need to emphasize that changes in the documentation shouldn't be in the same commits as...

With the usage of doctrine/rst-parser #233, unknown references result in an unknown anchor now. How should the reporting look like? Should there be an output in the console?

That would be the (unresolved) case. So the plan is to make the build of the docs fail on a unresolvable reference?

The documentation mentions the behaviour of oneToMany relation when the fetch mode is set to to eager, but not how it behaves when set to lazy. https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/dql-doctrine-query-language.html#temporarily-change-fetch-mode-in-dql Thank you for...

@weaverryan I was looking through the code of the `TableNode` class and I don't have the impression that this table could be accomplished with the current rowspan handling in `compilePrettyTable()`....