Anthony Pessy

Results 37 issues of Anthony Pessy

The following pattern is not handled by codemod, don't know if worth handling or not: ```js [ [ "input", "expected" ] ].forEach(([ input, expected ]) => { test(`it handles ${input}`,...

Hi, I encountered a case where JSoup differs from what browsers (Chrome, Firefox Safari) do. Using this piece of HTML on [try jsoup](https://try.jsoup.org/): ```html Try jsoup before

Hi 👋🏻 Sorry if this is not the proper channel. It has been a while since the last release and I'd be very much interested in the support of the...

I don't know if this project is still active but it would be nice to be able to sign the tags created by ember release: - https://git-scm.com/book/uz/v2/Git-Tools-Signing-Your-Work#Signing-Tags I could provide...

**Describe the bug** Hi 👋🏻 I have occasionally a python worker using clickhouse-driver client that is stuck forever. I have yet to really pinpoint exactly where but I suspect an...

I had a huge performance regression for normalized stack bar when I have a thousand bar and ~10 series. It makes the browser hang for a while, stuck in 'filterTargetsToShow'...