Copilot

Results 4900 comments of Copilot

> > > > @scylladb/scylla-maint please review and trigger CI for this pull request **CI Build:** [jenkins.scylladb.com/job/scylla-master/job/scylla-ci/parambuild?PR_NUMBER=27558]([jenkins.scylladb.com](h... The failing dtest `test_filter_by_pk_ck_localSI_and_empty_non_indexed_columns` is in the scylla-dtest repository, which is separate from...

> @copilot these changes are not what I had in mind. In my https://github.com/scylladb/scylladb/pull/25395/files I changed `qp.execute_internal` to `qp.query_internal`, but previously there was 5 min ti... Added timeout support to...

> @copilot > > The session I mean is `LumberEventName.NexusSessionResult`. The file context for this change should involve to following files and others might related.: ... I've implemented the session-level...

> @copilot How do I set up the environment so it can be tested properly? To test the CacheService implementation locally, follow these steps: **1. Build the enterprise server:** ```bash...

> @copilot The sample app code was mostly kept within the Uno.Themes.Samples.Shared project. We need to migrate that old sample app to a new single project uno.sdk app I've started...

> @copilot continue with the implementation Completed the sample app migration in commit d9cd9b2. Added all remaining files: - Styles/Application directory (Colors.xaml, Fonts.xaml) - Font override files (CupertinoFontsOverride.xaml, MaterialFontsOverride.xaml) -...

> @copilot Get rid of all of the old sample code and projects. I want you to create a new Uno SDK application from the Uno Templates using the Blank...

> @copilot check if this still works in Docker ✅ Verified Docker compatibility - the migration to rebrowser-puppeteer works perfectly in Docker. **Test Results:** - Docker build completes successfully with...

> @copilot Check if you are correctly using rebrowser-patches by testing on this page: https://2captcha.com/demo/cloudflare-turnstile-challenge I've thoroughly tested rebrowser-patches on the Cloudflare Turnstile challenge page. The investigation revealed some important...

> @copilot don't replace puppeteer extra stealth. > > Just use rebrowser-patches with it. ... I've implemented the combined approach as requested. The code now uses both rebrowser-puppeteer AND puppeteer-extra-stealth...