-
Is it possible to write a filter that checks all the key names and filter out those with specific names.
For example, if the input is
```
{
"id": 1,
"name": "n1",
"_parent": 0,
"childr…
-
This is a very frequent pattern (e.g. when doing weight initialization), so being able to specify parent module type or parent module types (e.g. nn.Linear) would make the code more concise, clear and…
-
In platform 1.9.0, the `EngineDiscoveryOrchestrator#applyPostDiscoveryFilters` calls `acceptInAllTestEngines` which iterates over the test engine descriptors and for each engine descriptor calls `acce…
-
Im trying to filter out a collection based on a value that is given in the parent, is it possible? if I hardcoded the value as FILTER is working, but if I'm setting the value from the parent attribute…
-
Filters an element by the number of child element nodes it has.
```
:has-n-children(n)
:has-n-children(=n)
```
-
### Existing Component
Yes
### Component Name
el-table-column
### Description
When filtering tree data in a table using the filter-method, filter-method is only triggered for the root ele…
-
### Summary
When I specify only the Domain-Component
dn: 'DC=example,DC=com'
the module bugs out. The Error message differs on
scope: 'children/subordinate'
### Issue Type
Bug Report
### Comp…
-
**Describe the bug**
In the following query:
```sparql
PREFIX srap:
SELECT * WHERE {
{ ?item srap:tag "a" . }
UNION
{ ?item srap:tag "b" . }
UNION
{ ?item srap:tag "c" . }
FILTER …
-
Add query to get list of children from parent ID:
```
apiso:ParentIdentifier
$identifier
```
SOLR:
use q filter: related_dataset (q=related_dataset%3A"ID" -> gives…
-
Hi first time using your tool, it is great by the way! Thank you for it.
My issue is this:
```
Traceback (most recent call last):
File "/mnt/belinda_local/brady/home/projects/ai_marrvel/bench…