Krzysztof Krztoń
Krzysztof Krztoń
See https://github.com/cksource/new-websites/issues/252 for detailed description of the whole issue. --- The problem may occur when editor with `a11ychecker` enabled is initialized like ``` var editor = CKEDITOR.replace( 'editor', config );...
While AC is active (balloonpanel visible) and editor is resized, the balloonpanel disappears. In order to make it visible again, AC must be turn off/on (or minimized). 
Since `balloonpanel` was moved to CKEditor4 repository as [a core plugin](https://github.com/ckeditor/ckeditor-dev/tree/major/plugins/balloonpanel) it is no longer needed in a [built proccess](https://github.com/cksource/ckeditor-plugin-a11ychecker/blob/master/gruntfile.js#L139) and [README/docs](https://github.com/cksource/ckeditor-plugin-a11ychecker/blob/master/README.md#checkout-the-balloon-plugin). So all its usages/mentions probably should be removed....
Most of the dialogs in CKEditor have tooltips for buttons(`title` attribute defined) but all buttons (except `Close`) in AC dialog are missing the `title` attribute so there are no tooltips.
After introducing tenant isolation and changing some of the routes (e.g. `dashboard` -> `console`), deeplinks generated by `synchornizer` package no longer works. Related code: https://github.com/kubeshop/monokle-core/blob/183c36bec26570bc4a1d39d60b4d41f0df2dc473/packages/synchronizer/src/utils/synchronizer.ts#L169-L183
As described in https://github.com/kubeshop/monokle-saas/issues/2231: > Origin conflict between integration - when CLI logged in to enterprise, VSC ext will try to use those auth credentials (e.g. refresh token) for default...
We want to handle `matchResources` correctly for both VAP handling and in admission controller MonoklePolicyBinding. Both should follow k8s specs so it will be the same mechanics for both. You...
Authenticator (part of synchronizer package) stores auth data in a dedicated file. This file is updated when user state changes (login / logout / token refresh) and then in-memory user...
At this stage, when error occurs in synchronizer, it will be thrown (or rethrown) to consumer to catch it. There are places where we also throw our own (kind of)...
This relates to "strict-mode" rule introduced in recent #374 PR. The rule should also trigger for misspelled (or just gibberish) `apiVersion` values. However, for some resources it does not. This...