Carsten Brandt

Results 477 comments of Carsten Brandt

Not sure about the correct solution but the point here is to differentiate between validation messages for a user and error messages for the programmer. Definition: **Validation message for a...

Changed the milestone as I consider this a major design issue in how a validation library should work.

@samdark answered in https://github.com/yiisoft/validator/issues/546#issuecomment-1423891838

Exceptions should only be thrown if the error is not caused by the user input itself, but it is hard to figure out when this is the case. Example: String...

thanks for reporting, I thought I had this fixed already... will look into it!

no, there have been changes in internal structure that break the markdown-latex parser. It needs to be adjusted to work with newer versions.

I have no schedule for this, sorry. What exactly is blocking you from using yii2-apidoc? composer should be able to install a set of package versions that work together.

yes, that is the correct solution.

yes, it is possible, check out the documentation at https://github.com/cebe/markdown#composing-your-own-markdown-flavor for the latex variant of the parser that requires a bit more work, but it is still possible.

related to https://github.com/yiisoft/yii2-bootstrap/issues/89, you may check the DI solution linked there.