-
**Prototype description:**
* If `error` is absolute, give error if `min_error` and/or `max_error` is provided.
* Make a CLI command `genertobs_unstable` which translates YAML + related csv's to nece…
-
Dynamic compilation of views works on macOS after I set the configuration variable `load_dynamic_views` as stated in the documentation. I can see the corresponding log output and there’s also a handle…
-
```
(dandisets) dandi@drogon:/mnt/backup/dandi/dandisets/000026$ time git push github
Enumerating objects: 34616, done.
Counting objects: 100% (34616/34616), done.
Delta compression using up to 4 …
-
Hello,
After the April Raspbian and homebridge-gpio-device releases I can't anymore install the system. It was perfectly working month ago, but now even after 20 new fresh installations I can't get…
-
你好,我的场景是 不定时的向同一服务器发送http请求
我非常在意延迟,所以我希望尽可能的复用已经创建的tcp连接
我的问题是:
在drogon执行http请求的时候 有两个对象需要创建 HttpClient和HttpRequest
那么,tcp连接是创建在HttpClient这个维度上还是HttpRequest呢?
复用同一个HttpClient,每次请求都创建一…
-
**Describe the bug**
While running my Drogon application with the AndressSanitizer enabled it will occasionally terminate my application because it detects the use of an object after it's been freed.…
-
I'm attempting to read an MPU6050's DMP from a Raspberry Pi 3, using your great [example](https://github.com/jrowberg/i2cdevlib/blob/master/RaspberryPi_bcm2835/MPU6050/examples/MPU6050_example_1.cpp) …
-
Hi,
I'm wondering if `WebSocketConnectionPtr::send` is a blocking method?
This is of an interest since I'm interested in understanding how would a websocket server implemented with Drogon cope with …
-
The readme for node-red-node-piface has the following pre-reqs:
```
Device Tree must be turned off. To do this run
sudo raspi-config
then select the Advanced Options, then Device Tree, and fin…
-
It's a very common practice to use a `.env` file to load server configuration instead of the `config.json` file, that being said, this issue suggests to add support to loading config from `.env` file.…