sdeprez
sdeprez
👋 the situation is bit unclear in regards to the Chromium bug, but _I think_ it has been solved and that [the fix done by Playwright](https://github.com/microsoft/playwright/pull/1226) could be backported to...
Hi @walkafwalka, This is an interesting request, unfortunately this is quite challenging technically and would require significant changes on Datadog backend side, so it's likely it won't be implemented in...
👋 thanks for the reasonable suggestion, unfortunately it's not something that we will consider _at the moment_, but I'll leave the card open to gather feedbacks!
👋 great news! So to talk about our own usecase: - programmatical selection is enough yes - on the fly loading would be very nice, because for us the...
Thanks for your detailed response! I agree that if we factor `additionalProperties`, it gets more complex :thinking: . But maybe we can at least improve the type `{}` for `Type.object({})`,...
@gsouf we have a unit-test similar to that in our codebase. ``` const browser = await puppeteer.launch() const page = await browser.newPage() const client = await page.target().createCDPSession() let hasPageCrashed =...
@CezaryDanielNowak to make the `--frozen-lockfile` work, you can also modify the `yarn.lock`, for instance ```yaml - name: Configure package.json to use personal access token uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # [email protected] with: find:...
👋 any updates or workaround for that? Our `fetch` step is usually fast but sometimes, it takes minutes at the very end of the progress bar, like it's stuck but...