Raphael Geronimi

Results 44 comments of Raphael Geronimi

I can confirm that deploying regex==2022.1.18 instead (through conda in my case) makes the bug disappear.

Not escaping the ? in query arguments is causing many web servers to reject the connections (I crawl >100.000 pages on more than >10.000 web servers through aiohttp which uses...

I could contribute the patch if the principle (replacing gulp-sass with gulp-dart-sass) is validated. It has been running smoothly for 9 day now, across many rebuilds, without any issue.

Hello, is there any interest in this? Thx

Same problem here, happens with scikit-learn==0.23.1 Same workaround than @MarcAzar : the issue disappears when reverting to scikit-learn==0.22.1 So the bug is indeed coming from some API subtleties between skopt...

Same issue met here. This is pretty critical as the server maintains resources after the client has vanished, and the heartbeat does not raise an exception about that.

Ouch 3 points: - This is true that errors shall be raised as exceptions when thy happen synchronously within a call of the API client (which is the case of...

Layered configs are needed to support decentralized ignore files (see #867). Forcing ignored files to be declared in a central configuration file has 2 drawbacks: - It assumes the configuration...

What I can say is that your tool worked before, called exactly in the same manner. I had integrated copyfighter into a shell script (the shell equivalent of metalinter) and...