-
In the current implementation, conditions, which need to be fulfilled such that triples are created, are not covered. This also allows user-defined functions which return Booleans. These conditions ar…
-
I am using the stPersist directive as referenced on the [smart-table-website as "Persist table state in local storage"](http://lorenzofox3.github.io/smart-table-website/#examples-section). I am using…
-
Currently, autocompletion of predicates is held back in that it can only send the query up the cursor's position because it can deduce that the last token must be where the cursor is located, and ther…
-
One can implement a variant of `subst` that takes an erased equality proof:
```agda
substᴱ :
{@0 A : Set a} {@0 x y : A}
(P : @0 A → Type p) → @0 x ≡ y → P x → P y
substᴱ P eq = subst (λ ([ x…
-
### Work environment
| Questions | Answers
|---------------------------|--------------------
| Type of issue | Bug
| OS version (server) | RedHat
| MISP versio…
-
-
We need to show predicate suggestions only for predicates and literals only for objects.
-
assuming C1 is rigid and C2 flex the code would look like - "ca (\c. \C1. C1 = C2 )"
-
First discovered thanks to bevyengine/bevy#8898: There, the `Output` type of the cross-crate opaque `impl FnMut(…) -> bool` gets dropped by rustdoc resulting in `impl FnMut(…)`. This specific bug is c…
-
hello
I'm using Vb.net and MySql,
Do predicates work with them?
see my code:
Dim p = Predicates.Field(Of model.empresa)(Function(x) x.nome, [Operator].Eq, "alex")
Dim cn As New MySq…