-
Currently tables like "tbl_sample_dimensions" use numerical fields, which limits the values they can store. Dimension types includes both estimated and measured. However, due to the numerical field re…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 24.04
- TensorFlow installed from (source or binary): binary
- TensorFlow version (or github SHA if from sou…
-
I am unable to filter on any values in a table. Is this expected as part of this extension? Since the default qlik Sense functionality allows to click on any values, so just wanted to check. I am usin…
-
If I create dimensions like
```
xdim = NcDim("x",nx,values=x)
ydim = NcDim("y",ny,values=y)
tdim = NcDim("t",0,unlimited=true)
```
and the variables as
```
uvar = NcVar("u",[xdim,ydim,tdim],t=…
-
It is possible to simplify this code by using variables. For example, I could set each part of the mug to be a variable with a set dimension, and later on, instead of using numerical values, I could j…
-
### Description
In projects sometimes new languages are prepared but shouldn't be accessible in the frontend yet.
This is currently a bit difficult as the values appear in several places like th…
-
As discussed in #66, we may be able to supply a function that validates the current data against the current dimension and group accessor functions.
Since this is a slow operation, it would not run…
-
**Kibana version:**
8.12.1
**Elasticsearch version:**
8.12.1
**Server OS version:**
Ubuntu 24.04
**Browser version:**
Chrome 129.0.6668.90
**Browser OS version:**
Windows 10
**Original install me…
-
Hi I'm working with multidimensional gridded datasets e.g. (time, channels, z,x,y) and the simplified snippet below reproduces the same behavior. The last line returns (768, 256) instead of (3, 256, 2…
-
The f2023 standard C805 says this program is not valid because ```linelen``` is not a specification expression. But lfortran 0.41.0 compiles it and prints '?'
```
integer :: linelen =…