coderaiser

Results 103 issues of coderaiser

**Describe the bug** ``` warning react-scripts > css-minimizer-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > svgo > [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library...

bug

Remove options `--js`, `--css`, `--html` and add [auto detection](https://github.com/sindresorhus/file-type) instead.

good first issue

### Summary Hi! I want to implement something like deep equal on `Rust` to speed up comparing `AST` nodes in 🐊[Putout](https://github.com/coderaiser/putout) code transformer. Right now I have such code: ```rust...

question

Would be great if `node-pty` use something like [prebuild](https://github.com/mafintosh/prebuild) to avoid compiling on every install. Especially on windows. [Alot people](https://github.com/chjj/pty.js/issues/45) will appreciate it.

enhancement

`Mongo-migrate` version located on `npm` contains [cariage returns](https://en.wikipedia.org/wiki/Newline): ``` js #!/usr/bin/env node^M¬ 2 ^M¬ 3 require('../index.js');^M¬ ``` And this is the reason why `bin/mongo-migrate.js` doesn't work on `linux` and `mac...

Fixed donation link. Thanks for a nice project :)! Also I have a question, as I understand react-ast is a bit similar to [babel template](https://babeljs.io/docs/en/babel-template). I’m working on code transformer...

Looks like the thing is `chalk v5` uses [`export`](https://github.com/chalk/chalk/blob/v5.0.0/package.json#L9) instead of `main`.

```js const yaml = require('js-yaml'); const file = ` name: Node CI on: - push `; const json = yaml.load(file); console.log(yaml.dump(json)); ``` Output: ```yaml name: Node CI 'on': - push...

spec 1.2

- **Version**: 2.3.2 - **Platform**: Linux cloudcmd 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux - **Subsystem**: When I tried to install [pnpm](https://github.com/rstacruz/pnpm/) error occur:...