Paweł Smyrek

Results 16 comments of Paweł Smyrek

Regarding the first problem in this issue with number of products matching selected filters: Capybara uses `product_count` property from received response from Magento - each category in Magento has assigned...

@one1note In which mode did you run VSF with Capybara theme: in development or production mode?

Capybara theme uses multiple `webpackChunkName` annotations for pages (they are configured in `router/index.js`) and for other components (cart, search panel). I've checked latest VSF with default theme and with Capybara...

Related issue: https://github.com/DivanteLtd/storefront-ui/issues/1105

Very similar issue concerning CSS variables and continuous image loading while cache is disabled has been recently reported in Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=1073904

The error with `noselection-iframe` seems to be fixed, but now not all pages are visited by the crawler. See some logs from CI: - https://app.circleci.com/pipelines/github/ckeditor/ckeditor5/518/workflows/d3cab551-880e-4762-a16f-be3e7a80a2e8/jobs/2157/parallel-runs/0/steps/0-106 - https://app.circleci.com/pipelines/github/ckeditor/ckeditor5/518/workflows/3c001604-f409-4f04-b7e2-4a3bda6fa85f/jobs/2164/parallel-runs/0/steps/0-106

I did a few more checks: - Installed the newest Puppeteer v21.3.6. - The new `headless: 'new'` mode is unstable on CI, but locally it works quite fine. On CI...

Hey @jnorris-cs! This is awesome, thank you for your contribution. Before merging this PR we would need also the `ContextWatchdog` support. Would you like to try out, or should we...

The CKEditor 5 component for Vue.js uses Options API internally, so to be able to use it in your application you cannot remove `__VUE_OPTIONS_API__` flag.

Probably not in the near future. Our priority was to prepare the CKEditor 5 component to run in the Vue 3 without unnecessary refactoring. That's why we left the Options...