-
You may have compiler errors after installing the pod, first try to deep clean Xcode (command+alt+shift+k)
If the errors are "Include of non-modular header inside module XMPPFramework", you may edit…
-
It's been a while since DD 0.11 was published on crates.io and I think there have been quite a few API changes and improvements since then. I would love to be able to use the latest version through cr…
-
The script needs to be more robust and user-friendly in several ways. We advertise it as a recommended way to prepare the system for DDlog, but in practice it does not seem to do the right thing for …
-
Right now one can only test `/lib` through DDlog tests, e.g. by using `stack test --ta ...`. Adding separate tests for it would ease development.
-
Hi @frankmcsherry,
You mentioned several times in the past that `threshold` and `threshold_total` operators internally construct arrangements that can in principle be extracted and reused just like…
-
Rust compilation in DDlog is a time taking process. Can we show compilation progress by calculating the percentage of rust crates done against total number of crates?
-
Potential races:
- The use of `Arc::get_mut()` in `ddlog_record_commands`
- Deallocation of `Arc` in `stop`
@d-e-s-o, do you see any other issues?
-
**Describe the bug**
When I call call.hangUp(options: nil), I always get the following warning:
> Thread Performance Checker: Thread running at User-initiated quality-of-service class waiting on a t…
-
Hi,
I'm new to Rust so I would appreciate any advice.
My intent is build a Python wrapper over DDLog. For version 1, I wanted to just take the output of the final rust code e.g. `ddlog -i playpen.…
-
Doing the following: results in an error: "Use of undeclared identifier LOG_LEVEL_DEF"
LogglyLogger *logglyLogger = [[LogglyLogger alloc] init];
[logglyLogger setLogFormatter:[[LogglyFormat…