Robert Jaros

Results 109 comments of Robert Jaros

There are paths in `.gettext.json` file (pattern, output). You are building a subproject. Have you adjusted those paths to match your subproject?

Can you share your project?

I would assume something like this is happening. The `generatePotFile` task depends on some NPM tools to be installed in the project. These tools are installed by the `kotlinNpmInstall` gradle...

Can you share your project?

The problem with KVision subproject is caused by the strange behaviour of Kotlin/JS gradle plugin. Despite this plugin being applied in a subproject, it creates some tasks (e.g. `kotlinNpmInstall`) in...

This code works fine for me (I've just used `data = listOf(5, 6)` , but I suppose your data is also correct). Have you upgraded `chartjs-plugin-datalabels` to `2.2.0`? What browser/OS...

How about this sample: https://codepen.io/2uk3y/pen/rNPyPgW Is it working for you?

It's not my sample. It's from the issue I've mentioned earlier. I'm asking because the sample works fine for me (and perhaps doesn't work for you).

There is one more thing. Your stacktrace shows an error in `/chartjs-plugin-datalabels.esm.js:125:19`. But on my system there is nothing reading `x` property in line number 125 of `chartjs-plugin-datalabels.esm.js` file. Could...