-
https://ui.test.transltr.io/main/results?l=ACE%20(Human)&i=NCBIGene:1636&t=2&r=0&q=09937b1b-dd72-4f45-bd68-c095854e819f
I don't understand why there are paths that look duplicative and paths that l…
-
Hi,
I'm on the process of writing a library that needs to do type checking for arbitrary values, other than arguments and return values, and I'd like to reuse the type specification syntax from this …
-
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…
-
I notice you currently link to https://www.gbif.org/publisher/search?q=vermont
We do not really have a good way to display all the publishers that contribute data.
Currently you would have to d…
-
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…
-
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…
-
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 …