-
- import grid model and seismic model
- create a well path
- create grid model intersection along well path
- create seismic section from the previous intersection
- no seismic data is displayed, …
-
Package: drogon[core,ctl,orm,redis]:x64-windows -> 1.8.4#1
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.36.32535.0
- vcpkg-tool version: 2023-06-15-8c254a5fb6c503615834fc66b…
-
IMO, there is no need to provide further support for C++14 like `cpr` has already mandated the use of C++17 for its building requirements.
https://github.com/libcpr/cpr/releases/tag/1.9.0
#### E…
-
### zip.h
```
38 #if !defined(_POSIX_C_SOURCE) && defined(_MSC_VER)
39 // 64-bit Windows is the only mainstream platform
40 // where sizeof(long) != sizeof(void*)
41 #ifdef _WIN64
42 typede…
-
Hello. When trying to build a project, I get the following error:
/root/drogon/lib/src/Cookie.cc:33:17: error: ‘const class boost::optional’ has no member named ‘has_value’; did you mean ‘value’?
if…
-
I don't know if there is a problem in CF settings or in drogon settings.
I've HTTP and WS controller on my project, I can connect to WS controller only in localhost but not with my hostname.
I can r…
-
I have been testing a few http servers using Bombardier load testing tool, I tested express js, php with apache and cpp-httplib.
I have found out that, as long as the server is not full, it is way f…
-
**Describe the bug**
I follow the guide from offical document(https://drogon.docsforge.com/master/view/#dynamic-compilation-and-loading-of-views) about the usage of enableDynamicViewsLoading but it s…
-
**Describe the bug**
I create a drogon project and write a simple API to return "hello world"
![image](https://github.com/drogonframework/drogon/assets/11568961/98f45ad5-5591-4090-8643-f1737a91436d)…
-
Seems that there's something happening in the Drogon header files related to lazy loading that is preventing successful compilation for me.
Is anyone working with Drogon **and** Modules right now a…