Dimitrios Kanellopoulos

Results 34 issues of Dimitrios Kanellopoulos

Hi I noticed that the drawn event is firing 2 times. Is this by design ?

Hi there, I have the following issue/problem: I am using Amcharts Serial Chart to parse several categories of data. At the moment I only define the graphs for the charts...

When updating the chart sometimes I get ``` TypeError: Cannot read property 'graphs' of undefined ``` This happens in: ``` this.AmCharts.updateChart(this.chart, () => { ``` Somehow some internal call resets...

Hi there, I would like to set `processDelay ` on the AmCharts object but the module is empty.

Hi there the readme is not so well done. Instead of putting the script tags to point at node_modules (which will not avaialble online) you can edit your CLI for...

Hi there, how can I change the chartScrollbar graph ? Doing someting like: ``` this.AmCharts.updateChart(this.chart, () => { this.chart.graphs = this.getGraphs(); this.chart.valueAxes = this.getValueAxes(); this.chart.dataProvider = this.getData(); debugger; const test...

I synced and updated the manufacturer list and lap type according to the list in FIT SDK v20.63.00 (latest as of this date)

Check the data that the MessageInput is sending when a space is added at the end of the message.. ``` function onSend(message) { debugger; setMessages(__spreadArray(__spreadArray([], messages, true), [ { role:...

question

``` 'tsx-control-statements' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies ``` As the title describes. But it should be at dev. Any solution or pointers?

Hi there, I have installed the module but once I try to import it I get: ``` ERROR in ./node_modules/zstd-codec/lib/zstd-codec-binding.js Module not found: Error: Can't resolve 'fs' in '/Users/dimtrioskanellopoulos/Projects/track-tools/node_modules/zstd-codec/lib' ERROR...