-
Comparing two fields is not supported with Predicates.
for example, we have 2 fields(POJO class properties) called linkedFundId and fundId and if we want to compare these 2 fields using Predicate API…
-
I am trying to write a test that verifies that classes that are inherited from fulfill certain properties.
However currently there is only `JavaClass.Predicates.implement` for interfaces, `JavaClass.…
-
-
I am not sure why the following derived predicates are being generated:
```pddl
(:derived (inferred-Component ?y)
(exists (?x)
(and
(inferred-RequiresC ?x ?y)
)
)
)
(:der…
-
Hi there,
First of all thank you for lightweight alternative to the bigger operator frameworks.
Is there any way/chance we could use Predicates for event filtering in kooper?
https://pkg.go.d…
-
auto-reduced (treereduce-rust):
````rust
trait UnsafeCopy
where
for>::Item: use,
{
type Item;
fn bug(item: &Self::Item) -> (
//~^ ERROR `dyn` is a keyword
//~| WARN thi…
-
```
There seems to be a problem with the following MLN, as it produces an empty
output:
prog.mln
---------------
*Smokes(human)
Friends(human,human)
1 Friends(x,y) v Smokes("B")
evidence.db
----…
-
See https://github.com/refractproject/minim-api-description/issues/38
kylef updated
5 years ago
-
In order to create an effective strategy for creating predicate indices, we should find low-hanging fruit for a pre-built index. High frequency predicates in the query set are a good candidate, but th…
-
Apologies if it's a duplicate -- I searched over issues/prs and didn't find anything existing
I want to sort the results of `org-ql-search` by a "created" timestamp -- in my case it's either a `CRE…