Dan Onoshko

Results 27 issues of Dan Onoshko

``` js var root = (typeof exports == 'undefined' ? window : exports); ... root.devicePixelRatio ```

legacy

https://github.com/canvg/canvg/issues/1177

Hi 👋. I’m Dan from the Chartist team. Thank you for your work on ember-cli-chartist! Recently we’ve released [Chartist v1.0.0](https://github.com/chartist-js/chartist/releases/tag/v1.0.0), fully rewritten to TypeScript and updated to the modern tech....

Fixes https://github.com/chartjs/Chart.js/issues/10467

To run locally: ```bash cd website pnpm i pnpm start ```

I suggest something like: ``` javascript $(function() { if (location.hash.indexOf('code-') == 0) { $(document).scrollTop($(location.hash).offset().top); } $(".highlight > span").each(function(i) { this.id = "code-"+i; }).click(function() { location.hash = this.id; }); }); ```

Progress: - [x] conventional-changelog-angular (ts is no needed) - [x] conventional-changelog-atom (ts is no needed) - [x] conventional-changelog-codemirror (ts is no needed) - [x] conventional-changelog-conventionalcommits (ts is no needed) -...

enhancement
refactor

Enhancements: - update readme headers and badges - add [clean-publish](https://github.com/shashkovdanil/clean-publish) for publish packages ([example](https://github.com/TrigenSoftware/scripts/blob/main/packages/scripts/package.json)) - add package.json linting ([example](https://github.com/TrigenSoftware/scripts/blob/main/package.json#L21)) Progress: - [ ] conventional-changelog - [ ] readme - [x]...

enhancement

- [ ] add commitlint - [ ] add git hooks

enhancement