-
### 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 …
-
In sequences, returning a value from predicates only confuses users. For example, `start = "a" &. "b"` returns `["a", "", "b"]`, on input "ab", but users expect `["a", "b"]`.
This means predicates wo…
-
The predicates `getNumberOfCommentLines()` and `getNumberOfLinesOfCode()` are currently defined for `Top`, however they only seem to have results for the following CodeQL classes (list might be incomp…
-
I am opening an issue because because I would like to first have a small feedback if I am thinking this correctly to not lose too much time here. This is kind of a follow up from https://github.com/sw…
-
[OgRuOi05.pdf](http://www.ti3.tuhh.de/paper/rump/OgRuOi05.pdf) is a dead link and i cant reconstruct what it actually refers to, though its definitely true that this stuff is related to shewchuk's w…
-
(cql/where (in :MONTH/date [1 2]))
results in
# :clojureql.predicates.APredicate{:stmt ["MONTH/date IN (?,?)"], :env [[1 2]]}
while
(cql/where (= :MONTH/date 2))
results in
# :clojureql.predicates.AP…
-
In cases where a sum type is transcribed as a series of interfaces and a union type:
```
export type U = A | B | C;
export interface A {
tag: "A";
contents: ...
}
export interface B {…
-
### I try to train a model using :
model.train(losses=Loss.SUPERVISED)
### Error on:
model.train(losses=Loss.SUPERVISED)
### Error message:
**list indices must be integers or slices, n…
-
Currently doobie array (and in the future jsonb) columns are handled as special kinds of leaf types as far as GraphQL query execution is concerned. It should be possible to consider array elements and…
-
Hi,
(De-)serialization via `serde` would be a great addition to `predicates`.
This would be useful when a UI has filters which should be stored (so users don't have to setup the filters every ti…