Jan Blaha

Results 108 issues of Jan Blaha

https://forum.jsreport.net/topic/2544/docker-image-for-arm-aarch64 The link includes some hints...

I am wondering if it ever makes sense to default to the utf8 encoding when docx recipe is invoked from API with the inline docx template https://forum.jsreport.net/topic/2543/render-docx-to-pdf-without-assigned-template/2 The default is...

The same for groups... The current workaround https://playground.jsreport.net/w/anon/CQqQd13Z

We should implicitly create indexes to make store drivers work better with bigger data sets.

Puppeteer now installs chrome to the installing user's home dir. This is a bit problematic, because it makes it more complicated to do simple deployment using app folder copy. It...

The caller using [async report](https://jsreport.net/learn/reports#async) needs to proactively pull the provided url and wait for the report to finish. The request or general config could additionally provide a callback URL...

It seems we currently keep all the images we download in memory. With many images, this can easily reach memory limits. We could write images to temporary files instead and...

Big workspace can cause big diffs and OOM. The problem is in total size, not in single entity diff. The current diff blob is JSON.stringified array of all commit changes...

in the codebase, we often need two things: - associate some data to the running request - get running request object based on the id This causes we maintain many...