Raphaël Vinot

Results 550 comments of Raphaël Vinot

The JSONs are fairly random in GSD, we cannot expect the `details` field to be there all the time. Should we use this one as a default if present and...

Can you increase the timeout value in the settings of the preview worker?

Quick update on that: the file is huge (30+Mb), and generating the PDF in fact works. What fails is creating the images put of the exported PDF. I'm increasing the...

yeah, seems it causes libreoffice processes to get stuck.

The problem with that approach was (I need to try it again) that the filenames weren't something I could set myself so they couldn't easily be seen on the web...

just making sure, you restarted the workers? The settings will not be taken in account otherwise.

Yeah, I can see that, but the bar will not be doing anything more than moving somewhat randomly up to toe time it is done and the interface doesn't tell...

Alright, so you implemented a dropdown to change the language of the page. Are you also planning to implement a system to extract all the text from the templates and...

This is a possible solution: https://github.com/microsoft/playwright/issues/22944 - Only works with [the new headless](https://bugs.chromium.org/p/chromium/issues/detail?id=1176255) @adulau pointed out brave solved it in a much cleaner way: https://github.com/brave/brave-browser/issues/13834

This one is now implemented, and it helped quite a bit. Nest step is to use the [new headless](https://developer.chrome.com/articles/new-headless/), which will be the default soon-ish. There are two approach for...