You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in idioms-json/issue-62.json there is a pattern that checks for the existence of many different keys at the same time. The slider knows how to create ANDs on the same object, but not when the property is repeated.
To do this correctly, the AND expression must be processed so in this case each term in the pattern is tested within its own Observable.
"[(windows-registry-key:key = 'HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders' AND windows-registry-key:key = 'HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Tracing' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\windows\\CurrentVersion\\Internet Settings' AND windows-registry-key:key = 'Software\\Microsoft\\windows\\CurrentVersion\\Internet Settings\\Connections' AND windows-registry-key:key = 'HKEY_CURRENT_CONFIG\\Software\\Microsoft\\windows\\CurrentVersion\\Internet Settings' AND windows-registry-key:key = 'Software\\Microsoft\\SystemCertificates\\MY' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Tcpip\\Parameters')]",
The text was updated successfully, but these errors were encountered:
in idioms-json/issue-62.json there is a pattern that checks for the existence of many different keys at the same time. The slider knows how to create ANDs on the same object, but not when the property is repeated.
To do this correctly, the AND expression must be processed so in this case each term in the pattern is tested within its own Observable.
"[(windows-registry-key:key = 'HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders' AND windows-registry-key:key = 'HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Tracing' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' AND windows-registry-key:key = 'Software\\Microsoft\\windows\\CurrentVersion\\Internet Settings' AND windows-registry-key:key = 'Software\\Microsoft\\windows\\CurrentVersion\\Internet Settings\\Connections' AND windows-registry-key:key = 'HKEY_CURRENT_CONFIG\\Software\\Microsoft\\windows\\CurrentVersion\\Internet Settings' AND windows-registry-key:key = 'Software\\Microsoft\\SystemCertificates\\MY' AND windows-registry-key:key = 'HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Tcpip\\Parameters')]",
The text was updated successfully, but these errors were encountered: