Maxime Chéramy
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...
Which version are you using?
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' }) ] } } ```
I'm surprised that this would work. I use this patch on one of my projects: ``` diff --git a/node_modules/openapi-snippet/index.js b/node_modules/openapi-snippet/index.js index ea07bdf..b71ab0b 100644 --- a/node_modules/openapi-snippet/index.js +++ b/node_modules/openapi-snippet/index.js @@ -9,7 +9,7...
I also have a MH2024K-16SS chipset and I confirm the following: - volume command doesn't work (but I can get current volume and decrease/increase with a while loop combined with...