Michael Großklaus

Results 16 comments of Michael Großklaus

Same here. Rails 5.1.5, basic setup, no changes after installation.

Very old request, but I need this as well :) @kluzny Have you found a solution for that?

I think this is caused by the CSS coming from the project you are working on. Can you check if the property `word-wrap` (or similar) is applied? If you can...

I think that is not really doable, at least not without very high effort. The data gets passed as a whole to the 3rd party validator. I will keep the...

Double checked it and yes, this is not possible unfortunately. However, you can always run `miyagi lint` which validates the whole project, so you would definitely see those errors there.

@schalkneethling I noticed the v4 project here was private. I made it public: https://github.com/orgs/miyagi-dev/projects/2/views/2 This should give you a good overview :)

This information is coming from a plugin which does not provide more information afaik. I will double check though :)

The reason AJV does not give more information is stated here: https://ajv.js.org/faq.html#why-don-t-additionalproperties-false-errors-display-the-property-name So, nothing to do from our side unfortunately :/ I will close this issue, but please let me...

Thanks, @schalkneethling! I'm not sure I can follow completely… can you give me an example what you would need this for? For example, a form submit does an ajax request...