Hugo Poissonnet

Results 62 comments of Hugo Poissonnet

As workaround for this you might add `redocly bundle spec.yaml --ext json -o spec.json` and input is the spec.json file. Orval doesn't have a hook like `beforeReadSpecs` but you could...

I provided this https://www.npmjs.com/package/google-html-parser

I confirm what @incepter said, there is some infinite loop when Quill is loaded in HappyDom, but it works with JSDom.

I can reproduce this issue with `@testing-library/[email protected]`, I have some dom taking like more 600ms to evaluate `screen.getByRole('row', name: /Stuff/)` on a 4Ghz desktop cpu. I will publish a repo...

As promise serious testing materials https://github.com/HugoPoi/bug-perf-demo-getByRole/tree/main

Yes maybe the issue reside in JSDom but the method causing lags is `computeAccessibleName` at the top. I don't yet understand all intrication beyond this slowness but `getcomputedStyles` should be...

I think there is a issue in the merge of https://github.com/NikolaiT/puppeteer-cluster/pull/1 The master point on the merge request of puppeteer-cluster which is wrong. cc @NikolaiT

Same issue on Linux Mint 14 (Nadia) with ubuntu deb package. I test with ppa:hotot-team and it works.

I think you can closing this. We can open a request for updating Ubuntu version.

I'm facing the same issue, to add on this enhancement, I have some openapi paths like `/organizations/{orgaId}/members` and ideally I want to have a folder structure to have queries related...