Ryan Weaver

Results 339 comments of Ryan Weaver

Thanks for this! And sorry for the slow review. With this fix, the user would still encounter an error, correct? It would just be a better error (`No properties were...

I'm not sure about the unique part... I don't know if it's a common enough thing to always be asking. But it IS an interesting idea to automatically guess/give validation...

Hiya! This generally look very good (including the tests). But, I think I need to do a bit of work on `YamlSourceManipulator` to allow for the `access_control` to be inline...

Hey Clément! So, the "is current" functionality for this plugin is basically "good" but not perfect. So, if it's not working for you (and this looks legit), my recommendation would...

Hi! The project appears to, sorta, be re-abandoned. It still works very well - even with Webpack 5, though you get the peer dependency warning. Are any maintainers still active?...

Yea, totally :). The goal is to allow people to build the Symfony docs, and get some rendered HTML that has a somewhat nice, realistic looking layout. It won't look...

@SenseException I don't have any idea, sorry - it's just been too long since I worked on that code. My rewrite was largely to try to take the old code,...

It's very possible this was fixed by #114, but that's missing from the 0.2 branch. See #133.

It's possible that @jwage just hasn't updated that rendering since #100? But indeed, it also may be due to the rowspan issue. Tables are hard - #100 took quite a...

Or maybe `PreParseDocumentEvent::PRE_PARSE_DOCUMENT` is what we need? It looks like this is parsed once per document, but the description is: > Dispatches a method named ``preParseDocument()`` before a node is...