Filip Sobol

Results 53 issues of Filip Sobol

This repository currently uses Yarn 1 (classic), which is no longer supported. I suggest migrating to PNPM, which: - offers [better performance](https://pnpm.io/benchmarks), - saves [disc space](https://pnpm.io/motivation#saving-disk-space-and-boosting-installation-speed), - allows [updating dependencies](https://pnpm.io/cli/update),...

docs
middleware
ci
core
cache
cli
health-check
nuxt-module
nuxt-theme-module

docs
middleware
ci
core
cache
cli
health-check
nuxt-module
nuxt-theme-module

Currently, we assume that the `products` passed to `getAttributes` and `getFiltered` methods in `ProductGetters` is an array of `PRODUCT`, but the response from the API could be of any type....

RFC
breaking
backlog
core

The scope of this task is to build the `theme-lark` package using the new Rollup-based build system. It will be built differently than other packages, as it only contains CSS....

type:improvement
squad:core

The scope of this task is to build the `ckeditor5` package using the new Rollup-based build system. It should bundle the contents of all CKEditor open source packages into: *...

type:improvement
squad:core

The scope of this task is to migrate all open source packages except `theme-lark` and `ckeditor5` (which have their own tasks https://github.com/ckeditor/ckeditor5/issues/15707 and https://github.com/ckeditor/ckeditor5/issues/15706) to the new Rollup-based build system....

type:improvement
squad:core
status:in-progress

### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/git-commit-message-convention.html)) Fix (core): Use `translations` from the `defaultConfig` if they were not provided in the `create` method. Closes #15902. --- ### Additional information _For example...

The newly added `translations` configuration option only works when used in the second parameter of the `Editor.create()` method. However, it should also be possible to define it in the `defaultConfig`...

type:bug
squad:core

Hi, I was playing around with Composition API and IMHO access to template refs is confusing, slightly complicated and might cause unexpected errors in the code. ### 1. Problem Currently...