Artem Sapegin

Results 39 issues of Artem Sapegin

Instead of ``` title: My awesome talk output: public/awesome.html ``` Support also: ``` --- title: My awesome talk output: public/awesome.html --- ``` Why? Better tooling support like syntax highlight in...

Just a list of things and ideas that worth trying to improve compilation speed and reduce bundle size: - [HardSourceWebpackPlugin](https://github.com/mzgoddard/hard-source-webpack-plugin) - [DllPlugin](https://robertknight.github.io/posts/webpack-dll-plugins/) - [parallel-webpack](https://github.com/trivago/parallel-webpack) - [happypack](https://github.com/amireh/happypack) - Make Buble swappable....

help wanted
request for comments

* `mrm` package rarely changes, so it'll make preset updates more clear. * Not everyone is interested in the default preset, it won't pollute he list of tasks you actually...

I don't have much (okay, close to zero) experience with them, but looks like it's a good alternative to Travis.

enhancement

I don't fully understand how it works, but it was recommended several times. https://johno.com/changesets/

enhancement

* Tools like [Leasot](https://github.com/pgilad/leasot) or [imdone](https://imdone.io/) (not so sure about this one and what it does exactly :-). * Why not to use [no-warning-comments](https://eslint.org/docs/2.0.0/rules/no-warning-comments) ESLint rule

enhancement

https://twitter.com/wiekatz/status/1076112047866298368

A nice way to structure CI. Stages could be linting, unit tests, integration tests, coverage, automated release, etc. You'll have faster feedback (Travis will stop on the first failed stage)...

A new way to make CI faster by installing dependencies using only lock file. https://medium.com/@tomastrajan/how-to-speed-up-continuous-integration-build-with-new-npm-ci-and-package-lock-json-7647f91751a

It's way to big and unfocussed now. Probably we could split it into: * a quick overview of testing methods; * examples that are the most useful of OSS. Possible...