-
VTL provides several utility functions but none regarding randomness. For example, we would like to have:
```
sample(dataset)
```
or:
```
choice(component)
```
-
### Describe the bug
Scripting API stops working, when contentlet with image added in other than default language and does not resume even after restarting the server.
### To Reproduce
1. Go to…
-
**Опишите сам баг**
При включённой нечиталке сообщений
При нажатии на диалоге "отметить прочитанным"
Приложение вылетает
Device information: commit='b202308', fullVersionInfo='main-b202308-dir…
-
# Business case
The aim is to be able to filter (not display) a cell component of a dynamic table and a simple table.
This epic is linked to another needs : Hide Column with VTL expression.
In qu…
-
@noahboerger you reported `If-then-else` is not supported.
I thought it was, for scalars, components and datasets.
Could you report a failed example please?
-
> Atom Beautify could not determine a supported beautifier to handle this file with grammar "Velocity (HTML)" and extension "vtl" or "vm". If you would like to request support for this file and its la…
-
It's a similar pathology to #37, so I at least knew what to look for. We see:
``` r
library(vital)
#> Registered S3 method overwritten by 'tsibble':
#> method from
#> as_tibb…
-
# 一、现象
在Centos7环境下,执行curl命令报错:
```
curl: (1) Protocol "https" not supported or disabled in libcurl
```
# 二、解决方法
## 1、检查curl版本情况
```
[root@~]# curl -V
curl 7.55.1 (x86_64-pc-linux-gn…
-
```
import airspeed
d = """
#define( $hello ) Hello $who #end
#set( $who = "World!") $hello
"""
t = airspeed.Template(d)
o = t.merge({ })
print o
```
http://velocity.apache.org/engine/devel/vtl-r…
-
### 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…