Sebastian Werner

Results 51 comments of Sebastian Werner

With the limited set of plugins it's still using a ton of memory: 1.5GB highest - but it works (it does not do the minification thing for all files it...

BTW: Using a GB+ range of memory destroys the relevance for using this setup on any kind of CI server. These have typically somewhat limited memory/cpu offerings.

Okay, when placing a "minified" inside the config this message is gone: ```[BABEL] Note: The code generator has deoptimised the styling of "unknown" as it exceeds the max of "100KB".```...

Any updates on the issue? https://www.npmjs.com/package/@types/culori is fine, but misses a few API methods e.g. `toGamut`.

Pre-typing would be helpful for public interfaces e.g. if we create a wrapper components with `columns` and `data` props. I am using this here right now: ```ts interface DataTableProps {...

I just want to share a minor oddity I saw in my own code using a eslint plugin to "optimize regexps": ``` /\.(eot|woff|woff2|ttf|otf|svg|png|jpg|jpeg|jp2|jpx|jxr|gif|webp|mp4|mp3|ogg|pdf|html|ico)$/ ``` to: ``` /\.(eot|wof{2}|wof{2}2|t{2}f|otf|svg|png|jpg|jpeg|jp2|jpx|jxr|gif|webp|mp4|mp3|og{2}|pdf|html|ico)$/ ``` The result...

Probably it would be useful to disable a few specific optimizations e.g. in the mentioned case it seems to be related to repeating characters. This is the eslint plugin I...

The question than is also what the best internal value type would be... e.g. what type supports all human-noticable accents to allow dealing with P3, Rec2020 and others in the...

This is really kind of surprising. I got this after formatting inside my new project and felt there might be something wrongly configured first: ```html Umsatzsteuer-Identifikationsnummer gemäß § 27 a...