Raphael Geronimi

Results 44 comments of Raphael Geronimi

Yes, that's what I am already doing (removing the title from the text beginning).

I submitted a PR that works in my program but ... raised interesting failures in the CI pipeline E.g. exotic test cases where the redirection URL has linefeeds characters ("\r\n"),...

See comment in https://github.com/docker/buildx/issues/415

I have had cases like that, with high-volume high-frequency low-quantity orders. One solution could be to launch an asynchronous task which sleeps 3 seconds, checks the state and if it...

Having at least a basic & limited understanding of if..else... statement for variable (non-) assignment would help pylint a lot to catch unassigned variables

I had the hope that the cubic code would be similar to the quad code, only with more cubic specifics. So I just had a look to Skia SkStroke.cpp to...

Without detracting from HarfBuzz (definitely text layout is a business in itself), for simple needs I like the go approach of having straightforward things usable out of one Go packages...

Ah right, these are different key structures. But then the caching action could be shared? That would have the same impact in terms of reducing the number of calls to...

The warning seems to come from the alpha matting performed by the pymatting library: https://github.com/pymatting/pymatting/issues/19