-
## Description of the issue
OEKG uses many predicates that are not OEO relations. A review and maybe fix is needed.
The table shows all current OEKG predicates.
prefix in the table:
oep: http://…
-
In the "Predicates used by this query" table in the "predicates" tab for a query overview, the values are duplicated (4 times in example below).
![Screenshot from 2024-11-20 16-39-31](https://githu…
-
I'm working with numeric domains and I get `undeclared predicate:
-
**Describe the bug**
I checked two configuration options **without success**:
* First Option: **global cors configuration**
```
server:
port: 8080
management:
endpoint:
health:
…
-
auto-reduced (treereduce-rust):
````rust
#[const_trait]
trait Trait {
type Assoc: const Trait;
}
````
original:
````rust
#![feature(const_trait_impl)]
#[const_trait]
trait Trait {
type As…
-
Found by @dvandersluis in #317.
Unfortunately our specs [don't catch these](https://github.com/rubocop/rubocop-rspec/issues/1966).
My plan:
1) Turn on strict_predictes rspec config
2) Add `def…
-
# Feature request
#### Select the type of feature you are requesting:
- [ ] Cog
- [ ] Command
- [ ] API functionality
- [x] Other
#### Describe your requested feature
We s…
-
When comparing elements of fixed-size arrays in Flux, we sometimes end up repeating the same predicate many times, one for each element in the arrays.
Consider the following predicate:
```Rust
fl…
-
[22:51:02] [Worker-ResourceReload-0/WARN]:Unable to load model: 'botanicpledge:item/non_gui_model_predicates/yggdrasilsteel_katana_none' referenced from: botanicpledge:yggdrasilsteel_katana#inventory:…
-
The testing setup is a bit verbose and requires a lot of copy-pasting. Also, I am somewhat worried about tests overlapping since in some of the cases there are multiple tests which overlap and run on …