Arun Philip

Results 101 comments of Arun Philip

@jaherne-duo / @AaronAtDuo - any ideas on who maintains this repository and if this can be merged?

@LeeLenaleee let's move this to Milestone 5.0 ?

(I'm just a fellow user of this library but I think I found the issue) It looks like the provided code was not supported by the Javascript engine used on...

@chartjs do you all think this is worth fixing? what are the minimum supported target versions?

@etimberg / @LeeLenaleee I used optional chaining and null coalescing because of this discussion - https://github.com/chartjs/Chart.js/pull/11651#issuecomment-1925881486, which is why the CI pipeline failed. Give the word and I'll remove the...

@etimberg / @LeeLenaleee can you re-review this?

The canvas probably got unmounted as a result of React's rerendering (I was using Chartjs via https://github.com/reactchartjs/react-chartjs-2). Since we've hit enough issues with Chartjs in our react application, my team...

I believe this related to https://github.com/facebook/react/issues/28313

note: also reported in #78

I hacked together a custom vite plugin for now, but would love to see a vite-plugin as a first-class citizen: ```typescript import { Plugin } from 'vite'; export default function...