-
I've done all the steps in the readme but it still won't work with firefox
os: voidlinux
kernel: 6.5.13
driver version: 535.129.03
gpu: RTX 3050, intel integrated graphics
output when startin…
-
### Describe the bug
On the admin console, in any realm, select the clients panel to view the list of all clients
Click on one of the client, to view or edit it : the page will load and show : Err…
-
Unary expressions are not evaluated in JEXL library (e.g. `!false`).
However this functionality is present in [mozilla/mozjexl](https://github.com/mozilla/mozjexl):
```javascript
const mozjexl = req…
-
Mozjexl, our fork of https://github.com/TechnologyAdvice/Jexl, should be moved to it's own repo.
-
In Fretboard/Switchboard we sometimes had the problem that we couldn't have more complex configurations because we can only match against certain properties (with Regex) and not write more complex rul…
pocmo updated
2 years ago
-
We need to support custom transforms for things like `versionCompare`
Ref: [https://github.com/mozilla/mozjexl#transforms](https://github.com/mozilla/mozjexl#transforms)
Ref: [https://searchfox.org/m…
-
Let's see if we can setup a way for a Firefox client (maybe of some specified version(s)?) to execute the `targeting` JEXL expressions that Experimenter generates for rapid Nimbus experiments in circl…
-
We should validate filter expressions using [mozjexl](https://github.com/mozilla/mozjexl) as an added precaution before sending them to the server.
-
In the [fretboard](https://github.com/mozilla-mobile/fretboard) project the team is building A/B experiment and gradual rollout libraries. One of the discussions is about supporting filter. We intro…
-
Right now mozjexl runs on Node 4, and fails on newer versions of Node. We should update to a more recent version of node, and ideally add build matrix support for all supported versions of Node to our…