-
```
$ ddlog --version
DDlog v1.2.3 (cd1164ee3aed56734a3dd114a71ce4902fd7e3ef)
Copyright (c) 2019-2021 VMware, Inc. (MIT License)
$ rustc --version
rustc 1.82.0 (f6e511eec 2024-10-15)
```
…
-
Hello! I am currently a graduate student in the Department of Computer Science. I have recently become very interested in the DDlog project that you have developed and am delving into the technical de…
-
I suggest that we use interned Rust strings for all SQL string types. Based on my experience with DDlog, this is the single biggest memory + speed optimization we can implement. In theory, interned st…
-
When i run Sample Project, show "'DDLog.h' file not found " Error
-
# Interacting with DDlog programs
A DDlog program is compiled into a library. The task of sending and receiving data from DDlog programs is left to applications built on top.
Interaction with DD…
-
The syntax is described in an EBNF flavor loosely based off of [W3C's EBNF](https://www.bottlecaps.de/rr/ui)
Note: As of now this grammar is not complete or final, it's just what I've implemented. …
-
### Describe the bug
`DdLogs.[level]` and `DdRum.addAction` strips properties from `context.error`
Using latest minor version of "@datadog/mobile-react-native", through "expo-datadog"
## On Android…
-
I noticed today that I had at least 5 duplicates of my sentences input in the database, which was slowing my down, but that's not the point.
I went to search for documentation on all of the different…
-
I used a complex condition in ddlog, but it would not compile. I also noticed that there is no logical operator for condition in current document. How can I express and relationship for conditions?
…
-
## [RFC] DDlog Packages and Rust integration
This RFC proposes a systematic way to organize DDlog code into packages and map
these packages into Rust crates. As part of this, we propose a design …