-
(.venv) robert@DESKTOP-FQEPVRS:~/arclog/.log_out/test_upf_leaf1/amulog_run$ time python -m amulog db-make -c test.conf
^CTraceback (most recent call last):
File "", line 198, in _run_module_as_mai…
-
Hey there Andrew! Just thought I would let you know that I updated the Dlog API.
It's been a long time coming as I desperately needed updates to DLog for another project. So I spent this week on it…
-
您好!我有多个工程包含一个可执行程序工程,多个库工程,怎么可以同时dlog,同时写在同一个日志文件中,谢谢!
-
If we could implement a batch DLog PoK, it'd massively reduce circuit evaluation cost. While Eagen describes a batch eval, AFAICT, it wouldn't have any benefit since we don't have eval costs. We have …
-
Currently we follow multi-party-ecdsa logic of two dlog proofs
see here: https://github.com/ZenGo-X/fs-dkr/pull/17/files#diff-386a609f746d74ecbc3e04d7ae0e82e2e7a58a72a16908d2fbbb955b9d355971R73
…
-
### Zig Version
0.12.0-dev.3676+21a6a1b0f
### Steps to Reproduce and Observed Behavior
```
$ git clone https://github.com/pkmn/engine.git
$ cd engine
$ git reset --hard 047d6e71f60dbbf8e645e5d…
-
**Rename UI elements so they more clearly explain what they are**
Example Issues in UI naming:
"Props" is nice and clear
"dlog-bg" is less clear until you realize that "dlog" is dialogue.
Som…
-
*Problem*
Currently dlog uploader does async I/O on writing data to bookkeeper. If users are uploading a large jar using dlog uploader, it will go as fast as it can and blow out the direct memory.
…
sijie updated
6 years ago
-
### Status Hackathon Submission
## DLOG - Decentralized Blog
Type: DApp
Github Repo:
Description: A Decentralized Blogging Ecosystem
#### Team Members:
Preferred Name: Vijay Soni
Githu…
-
Implement a Logging System with Configurable Log Levels
**Description:**
We need to create a logging system that allows for different levels of log visibility: `show all logs`, `only show errors`,…