Sergii Lavrin
Sergii Lavrin
We would be safer if we will always test our html to ensure that it conforms standards. Do not confuse with linting. This can be part of larger tester, or...
Seems there is an issue with `urljoin`. Due to the way how URI.js works, it always encodes URLS. It becomes true issue for cyrillic urls, which ends up after joining...
We should consider replacement of GraphicsMagick with [Jimp](https://github.com/oliver-moran/jimp). So far only two our tasks dependent on it: - [grunt-spritesmith](https://github.com/Ensighten/grunt-spritesmith) β dependency can be avoided by using pixelsmith engine - [grunt-responsive-images](https://github.com/andismith/grunt-responsive-images)...
Related to `#this` and `#this-website` in our base layout header. See https://github.com/validator/validator/issues/550
It is unclear should that attribute be added or no. See https://github.com/RealFaviconGenerator/realfavicongenerator/issues/211#issuecomment-323373834
Somehow related to https://github.com/LotusTM/Kotsu/issues/266. I always wasn't that fond of how we treat images manipulation with Grunt plugin, since it doesn't scale well, and any attempts to change just certain...
Well, it turned out that we ending up writing prototypes of datasets in free form quite often. It would be much better if those descriptions had real types annotations, so...
Well, ya know. We need the way to force-lock version, otherwise unexpected and horrible things happens to other projects after rebuilds when we mess with our container... @mrhyde Would you...
Related to linting and testing. Can't tell do we want this, but looks interesting: * https://github.com/typicode/husky * https://github.com/okonet/lint-staged