-
**Describe the bug**
Currently when you try to just clone drogon, init submodules and try to use it on a clean PC in your CMakeLists like
`add_subdirectory(third_party/drogon)`
You get error that …
-
I am new to this framework, and I am trying to learn through the Wiki provided.
In the database connection part, when I try to execute a SQL command using execSqlSync, which is as I found out is blo…
-
in doc
https://github.com/drogonframework/drogon-docs/blob/master/ENG-08-1-DataBase-DbClient.md
there is an example to run SQL query directly
```
auto clientPtr = drogon::app().getDbClient();
c…
-
I checked documentation , but i could not find something about that : after we run app as daemon then how can we stop it? Is there any specific command for it or should i kill the process by myself? T…
FFC12 updated
6 months ago
-
-
**Problem**
Controllers are too heavy for now with data parsing
```c++
void llamaCPP::InferenceImpl(
std::shared_ptr jsonBody,
std::function& callback) {
std::string formatted_output =…
-
Hi,
I am using Drogon to build a RESTful service which receives requests from clients to transcode the video files. The server needs to stream the new video frames back to the client. Note that I w…
-
We can find rapid web application development is an advantage in php and javascript world. We wish to find it on drogon also and then small business can more easily enjoy this.
There is some code g…
-
**Description**
An error message pops up with title "Request Failed" when trying to plot AHM-case together with a PRED-case
as shown in screenshot below.
Note that when plotting summary vectors…
-
runrms interactive has functionality to parse the .master file. When doing so it will compare the version appended as an extension to the RMS project directory, and if there is a mismatch, warn the us…