OleksiiL

Results 9 comments of OleksiiL

This is very annoying. I also hide icons and disabled all other shortcuts except History - now I need to delete the application to change settings. It should show preferences...

I also face this issue. 'json-rule-engine' doesn't work and fails with error: Uncaught (in promise) TypeError: events.forEach is not a function at rulesRunner.js:29 -- | -- | -- | --  ...

Guys, could you prioritize this issue? The problem is that simplified engine has a bug and doesn't support any predicates whos value is an array (includes, range) which may force...

> Please firstly update webpack-dev-server to v4 This was, actually, how I noticed the issue: I was in the process of updating front-end libraries and migrated webpack-dev-server from v3 to...

Windows 10. I scanned issue template, but maybe not thoroughly enough.

I've solved it by changing ending of one word: `ignore` -> `ignored` : ``` watchOptions: { ignored: ['**/node_modules', utils.root('src/test')] }, ``` I don't know how could it work correctly for...

Yes, in devServer options. I am using these versions of libraries: ``` "webpack": "5.39.0", "webpack-cli": "4.7.2", "webpack-dev-server": "3.11.2", ``` Now it looks like this: ``` devServer: { stats: options.stats, hot:...

It still fails. With a different error though. ``` import React from 'react'; import Engine from 'json-rules-engine-simplified'; import Form from '@rjsf/core'; import applyRules from 'rjsf-conditionals'; const FormRenderer = () =>...

I have the same issue on Sequoia 15.1.1 and Karabiner 15.3.0 At first it just stopped working. Enabling/disabling all kinds of toggles didn't help. I reinstalled the program and now...