Sean Sobey

Results 5 issues of Sean Sobey

Thanks for contributing. - [x] Tick to sign-off your agreement to the [Developer Certificate of Origin (DCO) 1.1](https://developercertificate.org) ## Description Changed existing code to support and test for NodeJS usability....

While running this plugin on NodeJS we are getting this error (running ChartJS via my [lib](https://github.com/SeanSobey/ChartjsNodeCanvas)): ``` (node:8700) UnhandledPromiseRejectionWarning: ReferenceError: window is not defined at afterBuildTicks (/home/../node_modules/chartjs-chart-financial/dist/chartjs-chart-financial.min.js:11:2437) at callback (/home/../node_modules/chart.js/dist/chart.js:800:15)...

It would be nice if we could install the extension using [chocolatey](https://chocolatey.org/) (a windows CLI tool that manages installation/updates). Fira Code is already there and can simply be installed running...

This comes from the `index.d.ts`, specifically these 3 functions: ```ts function isNullOrEmpty(seq: IEnumerable): seq is (null | IEnumerable); function isUndefinedNullOrEmpty(seq: IEnumerable): seq is (undefined | null | IEnumerable); function isUndefinedOrEmpty(seq:...