-
(Moved from https://github.com/InseeFr/Trevas/issues/51)
The VTL Reference manual says (line 2173):
Note that the count operator is used in an aggrClause without parameters, e.g.
DS_1 [ aggr Me_1…
-
#### Description
deck.gl and ArcGIS' `SceneView` 3D camera are not aligned properly.
#### Repro Steps
- Open this pen: https://codepen.io/dawken/pen/abmyLoP
- The first `SceneView` uses an Esri …
-
### Issue Description
The VTL Manual states that the components in group by clause need to be identifiers. I guess that this is done because, by definition, those components are becoming identifiers…
-
While sending a file to the calc from Linux...
```
ticalcs-INFO: Sending one or more variables:
ticalcs-INFO: PC->TI: Request to Send
ticalcs-INFO: workaround_send: vtl->size=38 raw->size=44
ticalc…
-
When scanning the following text, the detection of `daniel@haxx.se` is only returned once in the results while it appears multiple times in the file.
`scancode -ce --json-pp -`
```
Format: http…
-
We get Invalid request template given, must be less than 64kb in size. on some VTL files.
Looking at the files it appears they contain comments and are fairly verbose, this is great for people who …
-
`a := 1 - 1;` is VTL valid whereas `a := 1 -1;` is not, certainly because of `unaryExpr` definition in G4 file.
First exemple is detected as 1 minus 1, second as token 1 and token -1
-
### Description of issue
excerpt, full log [here](https://paste.c-net.org/FlowerLizzie):
```sh
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j2 -l2 SHELL=/nix/st…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
VTL provides several utility functions but none regarding randomness. For example, we would like to have:
```
sample(dataset)
```
or:
```
choice(component)
```