Maxime Chéramy

Results 8 comments of Maxime Chéramy

There are currently three kinds of contests and the duration is not the same: - Solo contests, usually 3-4 hours - Multi contests, usually 2 weeks - Optimization contests, the...

We're also impacted by this issue. @bvaughn it seems that the bug has already been fixed but not published. Is there something we could do to help?

I'm using this project because I need to extract the CSS as a file to pass it to a library that requires a CSS URL. Is there any alternative to...

Could you provide the script as a text file instead of an image? According to the code, the error can only happen if `job.wcet = 0`, which is surprising according...

Sorry I didn't have the time to do a proper review yet but I'll eventually do it :).

There is also a critical vulnerability: ``` loader-utils

My config is that can help people: ``` resourceQuery: /file/, // foo.css?file use: [{ loader: 'postcss-loader', options: { postcssOptions: { plugins: [ postcssUrl({ url: 'inline' }) ] } } ```