-
Currently we have a `Deployment`, `PreDeployment`, and `DeploymentError`. However we want to know more about the error states in some of our components. We can make those `isSuccessful` and `isUnsucce…
-
[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…
-
**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
-
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…
-
### Is your feature request related to a problem or challenge?
As @adriangb observes in https://github.com/apache/datafusion/pull/12978, there is often special case handling for equality predicates l…
alamb updated
1 month ago
-
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…
-
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…
-
Given the following query:
```json
{
"message": {
"query_graph": {
"edges": {
"t_edge": {
"attribute_constraints": [],
"knowledge_type": "inferred",
…
-
Hello there. I find it very nice to have an analog for `Applicative` for `Contravariant` functors. But it feels like something is missing; where are our nice `Traversable`s?
It seems like there is …
-
(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…