-
changing the dynamic rules:
```julia
one_rules = [
@rule a b b::One * a::Gate => :($(a))
@rule a b a::Gate * b::One => :($(a))
@rule a b b::One * a::Real => :($(a))
@rule a …
-
What do you think the best approach would be for allowing users to provide a comma-separated list of rules, rather than relying on just rule or ruleset URLs? I feel like we should keep a rules and ru…
-
Please do the followings:
1. Add `|dailypost.co.uk|dailystar.co.uk|mirror.co.uk` to the rules
`@@||micro.rubiconproject.com/prebid/dynamic/$script,xmlhttprequest,domain=...`
`@@||jwpcdn.com/playe…
-
First of all, thanks so much for this rules engine! It's pretty much exactly what I was looking for!
The one question I have is what is the recommended way to dynamically load rules from a separate d…
-
When I tried to meson-python master branch in AIX using meson, I get the below error
```
Traceback (most recent call last):
File "/meson/install/opt/freeware/lib/python3.9/site-packages/mesonbuil…
-
Review WAF rules to block IP addresses that are submitting bad requests to:
- [x] Add an IP block list
- [ ] Look at dynamic rules that can add IPs to the list based on bad requests (need to set a thr…
-
Say I'm creating a bunch of unencrypted S3 buckets:
```
resource "aws_s3_bucket" "bucket" {
count = 20
bucket = "christophe-my-sample-unencrypted-bucket-${count.index}"
}
```
and using …
-
I am defining the validation rules (object) on backend. During the initialization of vuex store, it downloads the rules form api. and for form validation, i am trying to use the vuex stored rules (obj…
-
Can we create dynamic rules for each user using an Elasticsearch instance queries.Let me know how I can implement this as Elastalert doesn’t seem to work with database for rules settings dynamically
-
### Description
Given the following BUILD file:
```starlark
load(
"@build_bazel_rules_ios//rules:framework.bzl",
rules_ios_apple_framework = "apple_framework",
)
load(
"@build_ba…