Juraj Kavka

Results 13 comments of Juraj Kavka

I'm trying to build editor with `ngx-build-plus` but I'm facing issues with `postcss-loader` ``` ERROR in ./node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css Module build failed (from ./node_modules/postcss-loader/src/index.js): SyntaxError (2:1) Unknown word 1 | > 2...

@nadavsinai don't use CKEditor. Project is dead.

Hi, you can use my fork of this repository [here](https://github.com/JurajKavka/cmsplugin-contact-plus) but i don't maintain it. You can clone it and use `python setup.py install` to install it into your virtual...

Hi @racitup! > there wasn't a way to add a css class to the form input elements. see my PR #57 and feel free to use my fork [here](https://github.com/JurajKavka/cmsplugin-contact-plus). It...

have you found solution to this? why the key from initialValues object is completely removed? It disables validation before submit.

I confirm this issue. It is problem in `create-react-app` webpack config, or in general in webpack config. https://github.com/facebook/create-react-app/issues/12700 Would by possible to change build format in this project to use...

This is working for me (i had to change also "exports") ``` "main": "dist/react-tooltip.min.mjs", "module": "dist/react-tooltip.min.mjs", "exports": { ".": { "types": "./dist/react-tooltip.d.ts", "require": "./dist/react-tooltip.min.mjs", "import": "./dist/react-tooltip.min.mjs", "default": "./dist/react-tooltip.min.mjs" }, "./dist/react-tooltip":...

The have at least 5 PRs adding the support for `cjs` files.. all opened and as old as one year :smile:

I must confirm that issue. We have third party script that dynamically inserts `` tag to the head. During SPA transitions script is wiped out and added which is not...

Hello, following documentation about fonts installation, it is still not working for me on MacOS. My MacOS is Sonoma, version 14.5. I installed `fonconfig` with `brew` and it is installed...