-
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…
-
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…
-
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…
-
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…
-
### 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 )"
-
Gerd, I'm finding some problems with findlib's warning/error. Here's an example:
```
ocamlfind ocamlc -verbose -package camlp5.pa_o,camlp5.pr_o -syntax camlp5r -c foo.ml "
Effective set of prepro…
-
### What happened?
We've noticed a potential issue with the SQL generation within the Data API Builder, specifically when handling GraphQL queries that include pagination and sorting. The SQL output …