双草酸酯

Results 22 issues of 双草酸酯

With this package published on Vcpkg, we can more easily use this with package management.

enhancement

#### What is the issue you have? I'm trying to parse msgpack data like: ``` { null: 1 } ``` which serializes as `81 C0 01`. But `nlohmann::json::from_msgpack` failed to...

kind: bug
state: please discuss
aspect: binary formats

**Notice** If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community) Please create a new issue only if...

**Is your feature request related to a problem? Please describe.** I need to return different HTTP 404 response when different entry points are called. For example APIs and pages should...

We could preload them using `rirud` only in C++ layer but not initialize them to Java environment. This will slightly decrease disk reading and decrease memory usage.

enhancement

It can prevent some app from trying to scan memory and search for string literals. This feature is in low priority.

enhancement
develop
TODO

版本1.2.1,系统8.1.0,启用该应用后magisk hide无效,可以检测到/sbin/su

bug
question

![image](https://user-images.githubusercontent.com/17663689/68489290-c8231300-0281-11ea-8068-4b4831a3f854.png)

**Describe the bug** Assertion error when descructor of `orm::DbClient` was called before `app->run()` ``` Assertion failed: idx < storage_.size(), file C:\vcpkg\buildtrees\drogon\src\v1.8.0-dfb5ab6251.clean\lib\inc\drogon/IOThreadStorage.h, line 100 ``` **To Reproduce** ``` auto app =...

**Describe the bug** In the previous version, `execSqlSync` can be used with `string_view`, but it is broken now. **To Reproduce** ``` std::string s; std::string_view sv(s); drogon::TransactionPtr trans; trans->execSqlSync("ANYTHING", sv); ```...