Peter Vegh

Results 101 comments of Peter Vegh

I had a look at the example; among other issues, in your code you call a `ProblemLocation` with its `description=desc` which is not part of DNA Chisel. Do you have...

Thank you. Admittedly, that is a very indirect test that checks the generated file's size, and perhaps some changes in weasyprint generate smaller files now. @Zulko , should we check...

I've [restarted the CI test](https://travis-ci.org/github/Edinburgh-Genome-Foundry/Flametree/builds/726634355) and it passes; also passes locally. Therefore this may be related to your setup -- @fabaff can you please open and check if the pdf...

Yes, it should be bold; on Ubuntu: [test.pdf](https://github.com/Edinburgh-Genome-Foundry/Flametree/files/6565289/test.pdf) This suggest that weasyprint does not work as intended on your system. (However, weasyprint is not a real dependency of flametree and...

Hi, thanks for the comment. Can you please share or [email](https://github.com/Edinburgh-Genome-Foundry) a minimal working example?

Hi, see this pug example with if/else: https://github.com/Edinburgh-Genome-Foundry/Overhang/blob/main/overhang/report_assets/overhangset_report.pug Description here: https://pugjs.org/language/conditionals.html

This error is the same as was posted in https://github.com/Edinburgh-Genome-Foundry/blabel/issues/10 . A solution was posted in this comment: https://github.com/Edinburgh-Genome-Foundry/blabel/issues/10#issuecomment-801283234 The issue exists in Windows only (which we don't test for),...

Hi, thanks for trying out this package. Can you please clarify your error? [Build tests](https://travis-ci.org/github/Edinburgh-Genome-Foundry/pdf_reports) were fine. What code are you trying to run, and what OS are you using?

Hi, sorry for the late reply. Did you manage to solve the problem? Unfortunately, this package wasn't tested on MacOS, only on Ubuntu, and there are no plans for this...

Hmm.. [PDF Reports uses weasyprint](https://github.com/Edinburgh-Genome-Foundry/pdf_reports#notes) for PDF generation and the problem seems to be that the page is not wide enough, or, conversely, the table is too wide. (Is the...