-
See https://github.com/vilterp/datalog-ts/pull/87/commits/c95bd72c3ac5a770e3553c79641a31863c530eb7
Had to rename `I` to `RuleID` because `I` had a binding from somewhere else. This shouldn't happen
-
remove rust dependent`authorization_logic.cc` hacks in copy.bara after issue #633 is handled. Involves changes to `src/frontends/arcs/xform_to_datalog/authorization_logic.cc`
-
I'm interested in redoing the debugging language to compile down into lambda calculus for easier type checking and evaluation. Additionally/alternatively maybe I'll make a datalog implementation in R…
-
With the caveat that I still know very little about Datalog, here's some thoughts on going whole hog while not needing tons of index space:
According to https://github.com/tonsky/datascript#project-s…
-
## Enhancement description
Our current implementation for recursive datalog is using iterative execution. However, the performance of this self-implement execution may not be better than the mature i…
-
**Describe the bug**
ForecastingPipeline only passes y to the first N transformers as long as all need y in predict. If one transformers does not need y, then the next transformer in the pipeline wil…
-
We currently have 6 tools but can expect to have between 10-20. Soon it would be desirable to refactor to a multi-agent setup for performance, scalability, and improved modularity. See https://platfor…
-
Have a dash button which will send out a single CAN message when pressed (1 or 0) which will show up in datalogs. This will allow us to "start" a new log without having to cycle LV. Could also make th…
-
This should be an error which is extracted from RDFox output and reported:
```Name './/data/0e095a91551a1e8d721099b955291fe6//system_definitions.ttl' cannot be resolved to a file relative to either…
-
We should add opt-in checks for things like
* All vnames should have a corpus set (possibly modulo usrs)
* No anchors are the targets of edges
* Only known names are used (for edges, fact nam…
zrlk updated
9 months ago