Henning von Bargen
Henning von Bargen
I think it is very important that >99.9% of the scripts in existing reports will work as before. A newer version of Javascript might break existing functionality. I'm not a...
> The way strings are treated might be a problem. I think this is one of the general problems with using Java from Javascript and vice versa. Of course this...
@claesrosell Should we merge this now and close #926?
It looks like your `if` condition is wrong. You probably want to write: ``` function replaceSubScript(str) { if (!str) { return ""; } return str.replace("₂", "2"); } ``` The `!`...
Note: This is my personal opinion, I don't speak for the developer community. Currently, we don't have the ressources to keep up with CVEs. Just keep in mind that the...
Well, please give it a try. It sounds useful. From what it looks like, it also looks for possible errors in the code. BTW Do we have Dependabot configured for...
BTW, now, with the new fork triestram-partner/birt *directly* from eclipse/birt, I can finally use the normal and easiest way to create a PR directly from the GH web site 😄.
I just noticed that the plugin works when I run the all-in-one designer as a .launch file, but it is is not part of the build/birt-packages directory generated by `mvn...
I have to admit that I don't quite understand what exactly I should do. This might all seem trivial to you, but I'm at a loss here. I don't see...
I noticed that for the QR Code Item - as well as for the Rotated Text Item - the `onCreate` etc. events do not work. The Javascript scripts are just...