Igor Galeta

Results 9 comments of Igor Galeta

Try this one https://github.com/verlok/vanilla-lazyload Works fine with picture + img, the setup script is almost the same

It seems, CKEditor 4.23.0 LTS available only under a commercial licence

Yes, I will try to upgrade to version 5 in next couple of days

Just released new gem version 5.1.3, with `config.versionCheck = false;` by default

@daltonmenezes thanks for your work! Do you have any plans to support react-router-dom 6.x?

In my case: ```typescript await hero.goto(url); const element = hero.document.querySelector('a'); await element.$click(); await hero.goBack(); // will trigger error: 'ULX is not defined' await hero.document.querySelector('..'); ```

In my case, the step "Preparing native dependencies" hangs on notarytool process: ```sh electron-notarize:spawn spawning cmd: xcrun args: [ 'notarytool', 'submit', '/var/folders/****.zip', '--key', '*********', '--key-id', '*********', '--issuer', '*********', '--wait', '--output-format',...

@AniketDha have you found any solution? it seems I have the same problem after packaging. ```js // forge.config.ts plugins: [ new VitePlugin({ build: [ { entry: 'src/preload.ts', config: 'vite.preload.config.ts', },...

This helped me to run worker via utilityProcess: https://github.com/electron/electron/issues/42978#issuecomment-2241786882