Alexey Lyakhov

Results 339 comments of Alexey Lyakhov

The only thing I don't want to revert is pnpm. It saves so much time on package crosslinking. I've even changed docs everywhere to use pnpm instead of yarn.

I also want to rewrite some of downstream dependencies which uses node-fetch as peerDependencies. I already got rid of node-fetch internally in gatsby repo. Today I was auditing one of...

Btw, I will bring back deprecated packages too, to reduce the change scope.

Also I want to bring my friend to help me to rewrite xstate from 4 to 5 in 2 packages.

@ascorbic @pieh The one more reason for me to do it - for years I'm tired of warnings and security issues in downstream packages while reinstalling or updating dependencies in...

Same issue: I tried to import your library as ES6: ```import CanvasJS from 'canvasjs'``` - eslint says that there is no default export in 'canvasjs' I tried to import your...

"use client" is only next.js compatible

@tcgilbert Your PR is welcome, can you please add this component to the library? I would publish new version.

@rex-smith can you please make a PR into the package?