-
**Is your feature request related to a problem? Please describe.**
The definition of the misfit calculation is important because there are many ways to do it.
I saw another vizualisation tool from t…
-
**Describe the bug**
As the title suggests, trying to run `"ATTACH DATABASE '/folder/filename.db' AS NAME;"` with `execSqlSync()` will SIGSEGV almost immediately.
**To Reproduce**
Steps to reprod…
-
I almost feel like misusing the ticket system, because this feels more like a support question. But I don't know how to reach the community in another way, sorry!
Is there already a https client libr…
-
```
>>> import wiringpi as w
>>> w.wiringPiSetup()
Unable to determine hardware version. I see: Hardware : sun8i
,
- expecting BCM2708, BCM2709 or BCM2835.
If this is a genuine Raspberry Pi t…
-
MVC web frameworks such as Rails and Django typically have a static directory for storing static resources such as images, css and javascript files. In Drogon, it appears that these resources cannot b…
-
Like the title, currently, drogon::orm 's Model only support set value type that match with datatype of column
I think we should implement overload function to auto gen models
Thanks
-
在drogon/nosql/RedisResult.h中,可以看到
```
enum class RedisResultType
{
kInteger = 0,
kString,
kArray,
kStatus,
kNil, // 从语义上看似乎应该用kNull
kError
};
```
另外同一份文件中有
…
-
Hello,
I am building a quadcopter using a Raspberry PI and C#. At the moment for I2C communication between my Raspberry PI and MPU9150 (works great).
I would like to add motor control so I would nee…
-
**Describe the bug**
There is no way of setting a session to secure.
**To Reproduce**
1. Enable sessions, set samesite to `Lax` or anything other than `None`
2. Start the app and use curl or the…
-
If there are socket errors like if the port [fails to bind ](https://github.com/an-tao/trantor/blob/master/trantor/net/inner/Socket.cc#L68), could Trantor throw an exception rather than exiting? In th…