-
Sorry this is not really an issue. Its more like an feature request...
Is it possible to describe what are the dependecies. I would like to rebuild this project.
For example
-"based an raspbian".
…
-
Hello,
I'm trying to understand norm's concurrency/async story. I'm new to Nim as well. It looks like Norm is blocking? So if you use it with Jester a few slow queries will block the entire API. Is…
-
we use sqlite3, we occasionally see below crash with coredump, the complain is "database is lock". Any further info about how this happen and how we can avoid it?
>>
(gdb) bt
#0 __pthread_kill_i…
-
I think we had similar case some time recently which was "resolved" by killing those few git-annex processes. But looking at the process tree:
```
root 3826314 0.0 0.0 8580 3456 ? …
-
请看如下代码
```
#include
auto cclient_ = drogon::HttpClient::newHttpClient("https://fapi.binance.com");
int main() {
std::thread t([] () {
drogon::app().disableSigtermHandling();
dr…
-
如题,在链接时出错:`ld.lld: error: unable to find library -lpthread`。
### 复现BUG
* 运行`vcpkg install drogon[ctl]:arm64-android`,随后查看错误日志
* 或者创建一个使用了drogon的Android动态库并编译,等待报错
### 修复
问题出在`drogon/trantor/C…
-
## Goal
- Strong logging infra for Server and CLI
- Users can find and submit logfiles easily in case of bugs
- Logs should ideally not have PII for privacy (e.g. if published on Github)
## Open Que…
-
File buffering maximum RAM usage seems 3x higher in practice (on Drogon) than intended. I thought I had accounted for the copy/decode mechanisms, but maybe I need to go through those steps again
-
I noticed that https://github.com/dandi/dandisets says that last commit was 3 weeks ago. But we have lots of recently updated dandisets:
![image](https://github.com/dandi/backups2datalad/assets/3988…
-
**Describe the bug**
When I send http request using curl with invalid json where I put value without double quotes, even if json processing is inside try-catch block, my application fails.
**To Re…