-
Once the last cache has been implemented we will want to run a series of load generator tests to see how it performs compared to SQL queries that would be used in its absence.
The only setup requir…
-
**Affected version**: `1.7.0` (this works with `1.6.3`).
I'm able to demonstrate the issue, though I still don't fully get what's happening and why alias generation/mapping is not working anymore.
…
ALMMa updated
2 years ago
-
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…
-
(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…
-
### 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…
-
```
GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.0)
lsp-bridge commit: ccf6d1fbe9e1fbd19451b98f626b094051f4a6f4
```
Specifically with `sbcl`. When I …
-
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 {…
-
### 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 …