-
## Problem
I would like to be able to define a uniqueness constraint that has conditional elements to it so that it can map to and align with a conditional unique index/constraint within the databa…
-
- [x] warning about filtered trees not being same as a tree from filtered protein seqs
- [x] tree/table mismatch warning verbiage and link to contact page, make sure all cases are handled (tree is su…
-
Is there a possible way to change the key used by the component to filter the data ?
`tree_data = [
{
"value": 1,
"title": """Test parent HTML test""",
"children"…
-
### Description
I found that slice pushdown is not enabled when combined with filtering. You can see in this example that slice is done after parquet scan when combined with a filter. Both the quer…
-
For example
`15 § Rakennusjärjestyksen hyväksyminen`
is tokenized to
`15 rakennusjärjestys hyväksyä`
which is all good.
However it is impossible to search from the search index using search t…
-
**Expected Behavior**
When using a RecordFilterStrategy in combination with an AckMode like RECORD, only the consumer offsets of the records that have been handled, should be committed.
Suggesti…
-
I have a simulated measurement where the frequency selection was done prior to the simulation while loading a system matrix. For this measurement, the MDF field `measurement/frequencySelection` is fi…
-
Hi,
Whenever I use the DataGridFilter within a page, that in turn is hosted within a frame, I get following errors
```
System.Windows.Data Error: 4 : Cannot find source for binding with reference…
-
### Is your feature request related to a problem? Please describe.
This would only work for embedded table.
In a column, select a folder or file within Nextcloud to decide the row(s) which would b…
-
I think PERF401 is a good rule, however while its message works fine for the "transformed copy" case e.g.
```python
original = list(range(10000))
filtered = []
for i in original:
if i % 2:
…