Adrien Foulon

Results 434 comments of Adrien Foulon

Indeed, it's visible with 7Zip It happens with `/foo/test.jpg' as well but without the first slash it works fine But the issue is that this script produces different zip files...

Well it does seem to be automatically fixing the $entryname under linux (aka removing the leading slash), so I wonder how much of a BC break that would really be

How about just adding a deprecation notice if the filenames are non spec compliant? And just let users make sure they pass the correct one? Because right now the problem...

Well it's an issue with sourcebuster but it just appeared because the inclusion in woocommerce made this not so popular library into something used in millions of sites in a...

Same issue ```preg_match("/xref\n0 (\d+)\n(.*?)\ntrailer/s", $pdf, $m);``` doesn't match anything, so overwrite doesn't work The end of the pdf looks like this ``` endstream endobj 69 0 obj endobj 70 0...

Nope, the doc says that `include` will only output the chunks listed in include but it's not the case, pretty much it does `include: 'all'` even if you specify something...

Yes but the way this is made currently feels like a pain, 1 package that updates, then one vue package that follows up, then the vue-cli-plugin package that needs to...

It has nothing to do with the node version, it has all to do with the versions you are trying to use, first of all remove the dependency on eslint,...

Upgrade to `@vue/cli-service` `5.0.8` .... https://cli.vuejs.org/migrations/migrate-from-v4.html

Yes that's what I'm currently using, but in a weird way. I extend the Filepond file with a promise and then get the result of the promise or await in...