-
Consider the following:
```html
A
[months(prop5)]
```
The first time this is evaluated, `prop5` will be `"18992560 + 7"` which is not a valid number. Therefore, `months(prop5)` will b…
-
I have the diamond step function for the entire matrix. I can fill in the rest of the matrix outside this function. When I try to add the "other_squares" or part where it fills in the matrix I receive…
-
**Reporter: sgillies@frii.com**
**Date: 2004/12/15 - 22:03**
```
MapServer Enhancement Proposal
Python Expressions for MapServer 4.6
====================================
:Authors:
Sean Gillies,…
-
### Describe the feature
Is it possible to add JMESPath function `from_json` for c7n-left.
This would help avoid creating complex regex expressions, such as:
```
policies:
- name: test
…
-
The current prefs system can't handle some plausible requirements,
e.g. disabling a particular GPU when the computer is in use.
This is a proposal for a more general prefs system, which I'll call P2…
-
## Description:
Currently, Xor is limited to canceling out duplicates but does not handle negations.
## Changes Proposed:
Modify Xor._eval_simplify to call super()._eval_simplify.
Extend …
-
The `any` and `all` functions supported by the rose mini-language expand expressions in full e.g. `any(foo == 1)` would be evaluated as:
```python
if foo_1 == 1 and foo_2 == 1 and foo_3 == 1 ... f…
-
Full name of submitter (unless configured in github; will be published with the issue): Jiang An
Reference (section label): [expr.const]
Link to reflector thread (if any):
Issue description:
…
-
## Problem
There are several YANG modules that have must/when XPath that compares an identityref leaf to a string literal.
uses terminal-otn-protocol-top {
when …
-
The use of `builtins.isStorePath` can cause evaluation to diverge between Nix expressions in the Nix store versus those outside, see e.g. https://github.com/NixOS/nixpkgs/pull/153594#issuecomment-1020…