Dmitri Sotnikov

Results 701 comments of Dmitri Sotnikov

Unfortunately, might not be a good way to do this with the pdf-table at the moment.

These wrap the classes by the same name in OpenPDF. As I recall, table is the older implementation that's a bit more quirky, but has more features. Meanwhile, pdf table...

Thanks, and I think the problem is that the tests are sensitive to the fonts available in the environment. So, an image with different fonts installed would break the tests.

There's a [generate-test-pdfs](https://github.com/clj-pdf/clj-pdf/blob/c626d3a9382bf01695034491d3854c3a9c6adda7/test/clj_pdf/test/core.clj#L82) helper that needs to be run once for the new environment.

Yeah, I've been meaning to revisit this at some point to see what could be done to make this environment agnostic. A quick fix might be to just run tests...

Yeah, you can use that hook to get to the doc. If there's an improvement for ergonomics here that would be useful I'm open to a PR as well. :)

Yeah this is definitely something that would be good to have here. Could possibly add this as another cause [here](https://github.com/yogthos/clojure-error-message-catalog/blob/master/clj/class-not-found-exception.md).

Yeah if the error is different, then a separate page would make more sense. The main use case I see is that people look for the error page name that...

Some kind of lein middleware is definitely one of the ideas being considered. It could try to match the exception message with one of the recorded ones and add a...