jakeprem
jakeprem
~~Would you consider adding an option to disable Styler formatting in config files?~~ ~~Not sure if that's technically feasible or fits the vision for the library but seems like the...
> yeah that's definitely something i'd consider to work-around comments going willy-nilly removing configs from formatter.exs means formatter won't run on them anymore either, which is probably undesirable for most...
> @jakeprem Any other guidance you can give to format the config directory separately? I _think_ I followed your instructions and those in [the docs](https://hexdocs.pm/mix/Mix.Tasks.Format.html#module-formatting-options), but now the formatter completely...
I'm seeing roughly the same issue as well. We're rendering a list of entry components (elements in a medical record). Certain combinations will cause ReactPDF to go into an infinite...
Did a bunch of digging and debugging into this. I believe the root cause is [`shouldBreak.js`](https://github.com/diegomura/react-pdf/blob/1f8952e6bc137e02eaf96486559571a8622943b6/packages/layout/src/node/shouldBreak.js) is causing nodes to be broken that would fit in the page on their...